Package org.alfresco.repo.template
Class Session
java.lang.Object
org.alfresco.repo.processor.BaseProcessorExtension
org.alfresco.repo.template.BaseTemplateProcessorExtension
org.alfresco.repo.template.Session
- All Implemented Interfaces:
org.alfresco.processor.ProcessorExtension,TemplateProcessorExtension
Support session information in free marker templates.
- Author:
- Andy Hind
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the current authentication ticket.voidsetServiceRegistry(ServiceRegistry services) Sets the service registryMethods inherited from class org.alfresco.repo.template.BaseTemplateProcessorExtension
getTemplateImageResolver, setTemplateImageResolverMethods inherited from class org.alfresco.repo.processor.BaseProcessorExtension
getExtensionName, register, setExtensionName, setProcessorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.alfresco.processor.ProcessorExtension
getExtensionName
-
Constructor Details
-
Session
public Session()
-
-
Method Details
-
setServiceRegistry
Sets the service registry- Parameters:
services- the service registry
-
getTicket
Get the current authentication ticket.- Returns:
- String
-