|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.xml.content.CmsDefaultXmlContentHandler
org.opencms.xml.containerpage.CmsXmlGroupContainerHandler
public class CmsXmlGroupContainerHandler
The XML content handler class for group containers.
Field Summary | |
---|---|
protected static org.apache.commons.logging.Log |
LOG
The log instance for this class. |
Fields inherited from interface org.opencms.xml.content.I_CmsXmlContentHandler |
---|
ATTRIBUTES, MAPTO_ATTRIBUTE, MAPTO_PERMISSION, MAPTO_PROPERTY, MAPTO_PROPERTY_INDIVIDUAL, MAPTO_PROPERTY_LIST, MAPTO_PROPERTY_LIST_INDIVIDUAL, MAPTO_PROPERTY_LIST_SHARED, MAPTO_PROPERTY_SHARED, MAPTO_URLNAME |
Constructor Summary | |
---|---|
CmsXmlGroupContainerHandler()
Default constructor. |
Method Summary | |
---|---|
Set<String> |
getCSSHeadIncludes(CmsObject cms,
CmsResource resource)
Returns all the CSS resources to include into the html-page head. |
Set<String> |
getJSHeadIncludes(CmsObject cms,
CmsResource resource)
Returns all the javascript resources to include into the html-page head. |
protected static List<CmsContainerElementBean> |
loadGroupContainerElements(CmsObject cms,
CmsResource resource)
Helper method to load and prepare the elements of a group container. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final org.apache.commons.logging.Log LOG
Constructor Detail |
---|
public CmsXmlGroupContainerHandler()
Method Detail |
---|
protected static List<CmsContainerElementBean> loadGroupContainerElements(CmsObject cms, CmsResource resource) throws CmsException
cms
- the current CMS contextresource
- the group container resource
CmsException
- if something goes wrongpublic Set<String> getCSSHeadIncludes(CmsObject cms, CmsResource resource) throws CmsException
I_CmsXmlContentHandler
getCSSHeadIncludes
in interface I_CmsXmlContentHandler
getCSSHeadIncludes
in class CmsDefaultXmlContentHandler
cms
- the current CMS contextresource
- the resource from which to get the head includes
CmsException
- if something goes wrongCmsDefaultXmlContentHandler.getCSSHeadIncludes(org.opencms.file.CmsObject, org.opencms.file.CmsResource)
public Set<String> getJSHeadIncludes(CmsObject cms, CmsResource resource) throws CmsException
I_CmsXmlContentHandler
getJSHeadIncludes
in interface I_CmsXmlContentHandler
getJSHeadIncludes
in class CmsDefaultXmlContentHandler
cms
- the current CMS contextresource
- the resource for which the head includes should be retrieved
CmsException
- if something goes wrongCmsDefaultXmlContentHandler.getJSHeadIncludes(org.opencms.file.CmsObject, org.opencms.file.CmsResource)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |