com.gentics.cr.cms
Class PortletSessionCMSRequestProcessor

java.lang.Object
  extended by com.gentics.cr.RequestProcessor
      extended by com.gentics.cr.cms.CMSRequestProcessor
          extended by com.gentics.cr.cms.PortletSessionCMSRequestProcessor

public class PortletSessionCMSRequestProcessor
extends com.gentics.cr.cms.CMSRequestProcessor

 

Field Summary
private static String PORTLET_SESSION_KEY
           
private  String portletSessionKey
           
private  ThreadLocal<javax.portlet.PortletSession> sessionHolder
           
 
Fields inherited from class com.gentics.cr.cms.CMSRequestProcessor
log
 
Fields inherited from class com.gentics.cr.RequestProcessor
config, CONTENTCACHE_KEY, HIGHLIGHT_QUERY_KEY, LINKS_PATTERN, META_RESOLVABLE_KEY, plinkProc, resolvables
 
Constructor Summary
PortletSessionCMSRequestProcessor(com.gentics.cr.CRConfig config)
           
 
Method Summary
 void finalizeRequest()
           
 javax.portlet.PortletSession getPortletSession()
           
 com.gentics.cr.cms.RESTAPISessionCredentialStore getSessionStore(com.gentics.cr.CRConfig config)
           
 void initRequest(javax.portlet.PortletSession session)
           
 
Methods inherited from class com.gentics.cr.cms.CMSRequestProcessor
, createCRResolvableBean, finalize, getBase, getConfig, getObjects, loadFolder
 
Methods inherited from class com.gentics.cr.RequestProcessor
fillAttributes, fillAttributes, getBeanByURL, getCache, getContent, getContentByUrl, getFirstMatchingResolvable, getNavigation, getObjects, prefixHostRelativeLinks, replacePlinks, toCRResolvableBeanCollection, toCRResolvableBeanCollection, toResolvableCollection, toResolvableCollection
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PORTLET_SESSION_KEY

private static final String PORTLET_SESSION_KEY
See Also:
Constant Field Values

portletSessionKey

private String portletSessionKey

sessionHolder

private ThreadLocal<javax.portlet.PortletSession> sessionHolder
Constructor Detail

PortletSessionCMSRequestProcessor

public PortletSessionCMSRequestProcessor(com.gentics.cr.CRConfig config)
                                  throws com.gentics.cr.exceptions.CRException
Throws:
com.gentics.cr.exceptions.CRException
Method Detail

getSessionStore

public com.gentics.cr.cms.RESTAPISessionCredentialStore getSessionStore(com.gentics.cr.CRConfig config)
Specified by:
getSessionStore in class com.gentics.cr.cms.CMSRequestProcessor

initRequest

public void initRequest(javax.portlet.PortletSession session)

finalizeRequest

public void finalizeRequest()

getPortletSession

public javax.portlet.PortletSession getPortletSession()


Copyright © 2014 Gentics Software GmbH. All Rights Reserved.