Package org.structr.web.converter

Examples of org.structr.web.converter.PathsConverter


    return ""; // read-only
  }
 
  @Override
  public PropertyConverter<Set<String>, ?> databaseConverter(SecurityContext securityContext) {
    return new PathsConverter(securityContext);
  }
View Full Code Here


    return new PathsConverter(securityContext);
  }
 
  @Override
  public PropertyConverter<Set<String>, ?> databaseConverter(SecurityContext securityContext, GraphObject entity) {
    return new PathsConverter(securityContext, entity);
  }
View Full Code Here

TOP

Related Classes of org.structr.web.converter.PathsConverter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.