org.alfresco.repo.template
Class Session

java.lang.Object
  extended by org.alfresco.repo.processor.BaseProcessorExtension
      extended by org.alfresco.repo.template.BaseTemplateProcessorExtension
          extended by org.alfresco.repo.template.Session
All Implemented Interfaces:
org.alfresco.processor.ProcessorExtension, TemplateProcessorExtension

public class Session
extends BaseTemplateProcessorExtension

Support session information in free marker templates.


Constructor Summary
Session()
           
 
Method Summary
 java.lang.String getTicket()
          Get the current authentication ticket.
 void setServiceRegistry(ServiceRegistry services)
          Sets the service registry
 
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

Session

public Session()
Method Detail

setServiceRegistry

public void setServiceRegistry(ServiceRegistry services)
Sets the service registry

Parameters:
services - the service registry

getTicket

public java.lang.String getTicket()
Get the current authentication ticket.

Returns:


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.