Package org.ametys.web.content
Class ContentSaxer
java.lang.Object
org.ametys.cms.content.ContentSaxer
org.ametys.web.content.ContentSaxer
- All Implemented Interfaces:
Component,Contextualizable,Serviceable
- Direct Known Subclasses:
ContentSaxer
Generates SAX events for Content, including tags for
WebContent.-
Field Summary
FieldsFields inherited from class org.ametys.cms.content.ContentSaxer
CMS_CONTENT_SAXER_ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontextualize(Context context) getContextualParameters(Content content) Get the contextual parametersprotected voidsaxBody(Content content, ContentHandler contentHandler, Locale locale, View view, String tagName, boolean saxWorkflowStep, boolean saxWorkflowInfo, boolean saxLanguageInfo, String attributesTagName, boolean isEdition, boolean renderDisableValues) Generates SAX events for the content data.protected voidsaxSiteName(WebContent content, ContentHandler contentHandler) Generates SAX events for the site name.protected voidsaxTags(WebContent content, ContentHandler contentHandler) Generates SAX events for tags.voidservice(ServiceManager manager) Methods inherited from class org.ametys.cms.content.ContentSaxer
addAttributeIfNotNull, getCurrentStep, getEditionRevision, saxAttributes, saxComments, saxContent, saxContent, saxContentComments, saxContentContributorComments, saxContentTypes, saxDublinCoreMetadata, saxIfNotNull, saxIfNotNull, saxIfNotNull, saxLanguage, saxRootTag, saxWorkflowStep
-
Field Details
-
WEB_CONTENT_SAXER_ROLE
Avalon role.
-
-
Constructor Details
-
ContentSaxer
public ContentSaxer()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Overrides:
servicein classContentSaxer- Throws:
ServiceException
-
contextualize
- Specified by:
contextualizein interfaceContextualizable- Throws:
ContextException
-
saxBody
protected void saxBody(Content content, ContentHandler contentHandler, Locale locale, View view, String tagName, boolean saxWorkflowStep, boolean saxWorkflowInfo, boolean saxLanguageInfo, String attributesTagName, boolean isEdition, boolean renderDisableValues) throws SAXException Description copied from class:ContentSaxerGenerates SAX events for the content data.- Overrides:
saxBodyin classContentSaxer- Parameters:
content- theContent.contentHandler- the ContentHandler receving SAX events.locale- theLocaleto use for eg. multilingual attributes.view- the View or null to select all attributes.tagName- the surrounding tag name or null to SAX events without root tag.saxWorkflowStep- if true, also produces SAX events for the current workflow step.saxWorkflowInfo- if true, also produces SAX events for detailed information about the current workflow step.saxLanguageInfo- if true, also produces SAX events for detailed information about the content language.attributesTagName- the name of the tag surrounding attributes. Used for legacy purposes.isEdition-trueif SAX events are generated in edition mode,falseotherwiserenderDisableValues-trueto render disabled values,falseotherwise- Throws:
SAXException- if an error occurs during the SAX events generation.
-
saxSiteName
Generates SAX events for the site name.- Parameters:
content- theWebContent.contentHandler- the ContentHandler receving SAX events.- Throws:
SAXException- if an error occurs during the SAX events generation.
-
saxTags
Generates SAX events for tags.- Parameters:
content- theWebContent.contentHandler- the ContentHandler receving SAX events.- Throws:
SAXException- if an error occurs during the SAX events generation.
-
getContextualParameters
Description copied from class:ContentSaxerGet the contextual parameters- Overrides:
getContextualParametersin classContentSaxer- Parameters:
content- the content being saxed- Returns:
- the contextual parameters
-