Interface CmsContainerpageController.I_PageContentVisitor
- All Known Implementing Classes:
CmsContainerpageController.PageStateVisitor,CmsContainerpageController.ReferenceCheckVisitor,CmsContainerpageController.SaveDataVisitor
- Enclosing class:
CmsContainerpageController
public static interface CmsContainerpageController.I_PageContentVisitor
Visitor interface used to process the current container content on the page.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbeginContainer(String name, org.opencms.ade.containerpage.shared.CmsContainer container) This method is called before a container is processed.voidThis method is called after all elements of a container have been processed.voidThis method is called for each element of a container.
-
Method Details
-
endContainer
void endContainer()This method is called after all elements of a container have been processed. -
handleElement
This method is called for each element of a container.- Parameters:
element- the container element