|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.gwt.CmsTemplateFinder
public class CmsTemplateFinder
Utility class for getting information about available templates.
Field Summary | |
---|---|
protected CmsObject |
m_cms
The cms context. |
Constructor Summary | |
---|---|
CmsTemplateFinder(CmsObject cms)
Creates a new instance. |
Method Summary | |
---|---|
protected CmsObject |
getCmsObject()
Gets the CMS context to use. |
Map<String,CmsClientTemplateBean> |
getTemplates()
Returns the available templates. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CmsObject m_cms
Constructor Detail |
---|
public CmsTemplateFinder(CmsObject cms)
cms
- the cms context to useMethod Detail |
---|
public Map<String,CmsClientTemplateBean> getTemplates() throws CmsException
CmsException
- if something goes wrongprotected CmsObject getCmsObject()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |