| Interface | Description |
|---|---|
| ContentTypesAssignmentHandler |
A ContentTypesAssignementHandler is responsible for giving the available content types list for a given Zone.
|
| MetadataAwarePagesContainer |
A
PagesContainer which is metadata-aware. |
| ModifiablePage |
AmetysObject for storing page informations. |
| ModifiableZone |
A zone that is modifiable
|
| ModifiableZoneItem |
A zone item that can is modifiable
|
| MoveablePage |
Page that can be ordered or moved |
| Page |
AmetysObject for reading page informations.<p> |
| PagesContainer |
TraversableAmetysObject containing pages and which knows about its current site and sitemap. |
| ServicesAssignmentHandler |
A ContentTypesAssignmentHandler.java is responsible for giving the available services for a given Zone.
|
| Zone |
An
Zone is a part of a page where contents or services can be rendered. |
| ZoneItem |
| Class | Description |
|---|---|
| CopySiteComponent |
Component for copying site or pages
|
| DefaultContentTypesAssignmentHandler |
This implementation of the content types handler is based on content types declared in the whole application
|
| DefaultContentTypesAssignmentHandler.Cache |
The cache is a HashSet of String + a date
|
| DefaultServicesAssignmentHandler |
This implementation of the services handler is based on services declared in the whole application
|
| DefaultServicesAssignmentHandler.Cache |
The cache is a HashSet of String + a date
|
| PageDAO |
DAO for manipulating pages
|
| PageQueryHelper |
Helper for creating JCR XPath queries involving page predicate.
|
| SitemapDAO |
DAO for manipulating pages
|
| ZoneDAO |
| Enum | Description |
|---|---|
| Page.LinkType |
Type of a link page.
|
| Page.PageType |
Type of a page.
|
| ZoneItem.ZoneType |
Type of an zone.
|
| Exception | Description |
|---|---|
| UnknownZoneException |
Exception thrown when an attempt to retrieve a zone failed because
it does not exist.
|
| ZoneItemException |
Exception thrown when an attempt to retrieve a zone failed because
it does not exist.
|