|
||||||||
| 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.CmsXmlInheritGroupContainerHandler
public class CmsXmlInheritGroupContainerHandler
The XML content handler class for inheritance groups.
| Field Summary |
|---|
| 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 | |
|---|---|
CmsXmlInheritGroupContainerHandler()
Constructor. |
|
| Method Summary | |
|---|---|
java.util.Set<java.lang.String> |
getCSSHeadIncludes(CmsObject cms,
CmsResource resource)
Returns all the CSS resources to include into the html-page head. |
java.util.Set<java.lang.String> |
getJSHeadIncludes(CmsObject cms,
CmsResource resource)
Returns all the javascript resources to include into the html-page head. |
static java.util.List<CmsContainerElementBean> |
loadInheritContainerElements(CmsObject cms,
CmsResource resource)
Returns the elements of the given inheritance group for the request context URI. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsXmlInheritGroupContainerHandler()
| Method Detail |
|---|
public static java.util.List<CmsContainerElementBean> loadInheritContainerElements(CmsObject cms,
CmsResource resource)
cms - the current cms contextresource - the inheritance group resource
public java.util.Set<java.lang.String> getCSSHeadIncludes(CmsObject cms,
CmsResource resource)
throws CmsException
I_CmsXmlContentHandler
getCSSHeadIncludes in interface I_CmsXmlContentHandlergetCSSHeadIncludes in class CmsDefaultXmlContentHandlercms - 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 java.util.Set<java.lang.String> getJSHeadIncludes(CmsObject cms,
CmsResource resource)
throws CmsException
I_CmsXmlContentHandler
getJSHeadIncludes in interface I_CmsXmlContentHandlergetJSHeadIncludes in class CmsDefaultXmlContentHandlercms - 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 | |||||||