|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.processor.BaseProcessorExtension
org.alfresco.repo.template.BaseTemplateProcessorExtension
org.alfresco.repo.template.Site
public class Site
Site support in FreeMarker templates.
Constructor Summary | |
---|---|
Site()
|
Method Summary | |
---|---|
SiteInfo |
getSiteInfo(java.lang.String shortName)
Gets the SiteInfo given the shortName |
void |
setServiceRegistry(ServiceRegistry serviceRegistry)
Set the service registry |
void |
setSiteService(SiteService siteService)
Set the site service |
Methods inherited from class org.alfresco.repo.template.BaseTemplateProcessorExtension |
---|
getTemplateImageResolver, setTemplateImageResolver |
Methods inherited from class org.alfresco.repo.processor.BaseProcessorExtension |
---|
getExtensionName, register, setExtensionName, setProcessor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.alfresco.processor.ProcessorExtension |
---|
getExtensionName |
Constructor Detail |
---|
public Site()
Method Detail |
---|
public void setServiceRegistry(ServiceRegistry serviceRegistry)
serviceRegistry
- the service registrypublic void setSiteService(SiteService siteService)
siteService
- The siteService to set.public SiteInfo getSiteInfo(java.lang.String shortName)
shortName
- the shortName of the Site to get
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |