|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.cr.RequestProcessor
com.gentics.cr.cms.CMSRequestProcessor
com.gentics.cr.cms.PortletSessionCMSRequestProcessor
public class PortletSessionCMSRequestProcessor
![]() |
![]() |
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()
|
RESTAPISessionCredentialStore |
getSessionStore(com.gentics.cr.CRConfig config)
Fetches the credential store from the session. |
void |
initRequest(javax.portlet.PortletSession session)
|
Methods inherited from class com.gentics.cr.cms.CMSRequestProcessor |
---|
createCRResolvableBean, finalize, getObjects, loadFolder |
Methods inherited from class com.gentics.cr.RequestProcessor |
---|
fillAttributes, fillAttributes, getBeanByURL, 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 |
---|
private static final String PORTLET_SESSION_KEY
private String portletSessionKey
private ThreadLocal<javax.portlet.PortletSession> sessionHolder
Constructor Detail |
---|
public PortletSessionCMSRequestProcessor(com.gentics.cr.CRConfig config) throws com.gentics.cr.exceptions.CRException
com.gentics.cr.exceptions.CRException
Method Detail |
---|
public RESTAPISessionCredentialStore getSessionStore(com.gentics.cr.CRConfig config)
CMSRequestProcessor
getSessionStore
in class CMSRequestProcessor
config
- the config
public void initRequest(javax.portlet.PortletSession session)
public void finalizeRequest()
public javax.portlet.PortletSession getPortletSession()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |