public static interface CmsContainerpageController.I_PageContentVisitor
限定符和类型 | 方法和说明 |
---|---|
boolean |
beginContainer(java.lang.String name,
CmsContainerJso container)
This method is called before a container is processed.
|
void |
endContainer()
This method is called after all elements of a container have been processed.
|
void |
handleElement(CmsContainerPageElementPanel element)
This method is called for each element of a container.
|
boolean beginContainer(java.lang.String name, CmsContainerJso container)
If the method returns false, the container will be skipped.
name
- the container namecontainer
- the container data objectvoid endContainer()
void handleElement(CmsContainerPageElementPanel element)
element
- the container element