|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentRepresentation | |
---|---|
org.hippoecm.hst.pagecomposer.jaxrs.model |
Uses of ComponentRepresentation in org.hippoecm.hst.pagecomposer.jaxrs.model |
---|
Classes in org.hippoecm.hst.pagecomposer.jaxrs.model with type parameters of type ComponentRepresentation | |
---|---|
class |
PostRepresentation<T extends ComponentRepresentation>
Temporary helper class that is used to load an object (an instance of ComponentRepresentation ) from an
EXT json post. |
Subclasses of ComponentRepresentation in org.hippoecm.hst.pagecomposer.jaxrs.model | |
---|---|
class |
ContainerItemRepresentation
This class can probably be removed once new items are added through the in-memory model instead of created through jcr. |
class |
ContainerRepresentation
A ContainerRepresentation extends ComponentRepresentation with
a computed list of it's child items by their id. |
Methods in org.hippoecm.hst.pagecomposer.jaxrs.model that return ComponentRepresentation | |
---|---|
ComponentRepresentation |
ContainerRepresentation.represent(HstComponentConfiguration componentConfiguration,
Mount mount)
|
ComponentRepresentation |
ComponentRepresentation.represent(HstComponentConfiguration componentConfiguration,
Mount mount)
|
Methods in org.hippoecm.hst.pagecomposer.jaxrs.model that return types with arguments of type ComponentRepresentation | |
---|---|
List<ComponentRepresentation> |
PageModelRepresentation.getComponents()
|
List<ComponentRepresentation> |
ToolkitRepresentation.getComponents()
|
Method parameters in org.hippoecm.hst.pagecomposer.jaxrs.model with type arguments of type ComponentRepresentation | |
---|---|
void |
PageModelRepresentation.setComponents(List<ComponentRepresentation> components)
|
void |
ToolkitRepresentation.setComponents(List<ComponentRepresentation> components)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |