com.gentics.cr.cms
Class DummyCMSRequestProcessor

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

public class DummyCMSRequestProcessor
extends CMSRequestProcessor

The Class DummyCMSRequestProcessor.

 

Field Summary
(package private)  RESTAPISessionCredentialStore sessionHelper
          The session helper.
 
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
DummyCMSRequestProcessor(com.gentics.cr.CRConfig config)
          Instantiates a new dummy cms request processor.
 
Method Summary
 RESTAPISessionCredentialStore getSessionStore(com.gentics.cr.CRConfig config)
          Fetches the credential store from the 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

sessionHelper

RESTAPISessionCredentialStore sessionHelper
The session helper.

Constructor Detail

DummyCMSRequestProcessor

public DummyCMSRequestProcessor(com.gentics.cr.CRConfig config)
                         throws com.gentics.cr.exceptions.CRException
Instantiates a new dummy cms request processor.

Parameters:
config - the config
Throws:
com.gentics.cr.exceptions.CRException - the cR exception
Method Detail

getSessionStore

public RESTAPISessionCredentialStore getSessionStore(com.gentics.cr.CRConfig config)
Description copied from class: CMSRequestProcessor
Fetches the credential store from the session.

Specified by:
getSessionStore in class CMSRequestProcessor
Parameters:
config - the config
Returns:
RESTAPISessionCredentialHelper


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.