public class CmsTemplateFinder
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected CmsObject |
m_cms
The cms context.
|
static java.lang.String |
MACRO_TEMPLATEPATH
Macro which is used in template.provider property to be substituted with the template path.
|
| 构造器和说明 |
|---|
CmsTemplateFinder(CmsObject cms)
Creates a new instance.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected CmsObject |
getCmsObject()
Gets the CMS context to use.
|
java.util.Map<java.lang.String,CmsClientTemplateBean> |
getTemplates()
Returns the available templates.
|
public static final java.lang.String MACRO_TEMPLATEPATH
protected CmsObject m_cms
public CmsTemplateFinder(CmsObject cms)
cms - the cms context to usepublic java.util.Map<java.lang.String,CmsClientTemplateBean> getTemplates() throws CmsException
CmsException - if something goes wrongprotected CmsObject getCmsObject()