Package org.structr.rest.resource

Examples of org.structr.rest.resource.TransformationResource


    if (type != null) {
     
      ViewTransformation transformation = StructrApp.getConfiguration().getViewTransformation(type, propertyView.get(securityContext));
      if (transformation != null) {
       
        transformedResource = transformedResource.tryCombineWith(new TransformationResource(securityContext, transformation));
      }
    }

    return transformedResource;
  }
View Full Code Here

TOP

Related Classes of org.structr.rest.resource.TransformationResource

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.