Uses of Class
com.gentics.contentnode.rest.model.response.PageRenderResponse.MetaEditable
-
Packages that use PageRenderResponse.MetaEditable Package Description com.gentics.contentnode.rest.model.response -
-
Uses of PageRenderResponse.MetaEditable in com.gentics.contentnode.rest.model.response
Fields in com.gentics.contentnode.rest.model.response with type parameters of type PageRenderResponse.MetaEditable Modifier and Type Field Description protected List<PageRenderResponse.MetaEditable>
PageRenderResponse. metaeditables
List of meta editables found in the rendered pageMethods in com.gentics.contentnode.rest.model.response that return types with arguments of type PageRenderResponse.MetaEditable Modifier and Type Method Description List<PageRenderResponse.MetaEditable>
PageRenderResponse. getMetaeditables()
Get the meta editablesMethod parameters in com.gentics.contentnode.rest.model.response with type arguments of type PageRenderResponse.MetaEditable Modifier and Type Method Description void
PageRenderResponse. setMetaeditables(List<PageRenderResponse.MetaEditable> metaeditables)
Set the meta editables
-