Package org.opencms.ade.contenteditor
Class CmsJspContentAugmentation
java.lang.Object
org.opencms.ade.contenteditor.CmsJspContentAugmentation
- All Implemented Interfaces:
I_CmsXmlContentAugmentation
Simple content augmentation class that just delegates everything to a JSP.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opencms.xml.content.I_CmsXmlContentAugmentation
I_CmsXmlContentAugmentation.Context -
Field Summary
Fields inherited from interface org.opencms.xml.content.I_CmsXmlContentAugmentation
ATTR_CONTEXT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAugments the content provided in the given context.
-
Constructor Details
-
CmsJspContentAugmentation
Creates a new instance.- Parameters:
path- the JSP path
-
-
Method Details
-
augmentContent
Description copied from interface:I_CmsXmlContentAugmentationAugments the content provided in the given context.Implementations can query the given context for information like the original XML content and the current locale, do some processing, and, in the end, call the setResult method to provide the finished, augmented content.
- Specified by:
augmentContentin interfaceI_CmsXmlContentAugmentation- Parameters:
context- the augmentation context - provides access to the content and further information- Throws:
Exception- if something goes wrong- See Also:
-