org.apache.portals.graffito.context.impl
Class CmsRequestContextManagerImpl

java.lang.Object
  extended by org.apache.portals.graffito.context.impl.CmsRequestContextManagerImpl
All Implemented Interfaces:
org.apache.portals.graffito.context.CmsRequestContextManager

public class CmsRequestContextManagerImpl
extends java.lang.Object
implements org.apache.portals.graffito.context.CmsRequestContextManager

Default implementation for CmsRequestContextManager

Author:
Lombart Christophe

Constructor Summary
CmsRequestContextManagerImpl()
           
 
Method Summary
 org.apache.portals.graffito.context.CmsRequestContext getCurrentCmsRequestContext()
           
 void setCurrentCmsRequestContext(org.apache.portals.graffito.context.CmsRequestContext cmsRequestContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsRequestContextManagerImpl

public CmsRequestContextManagerImpl()
Method Detail

getCurrentCmsRequestContext

public org.apache.portals.graffito.context.CmsRequestContext getCurrentCmsRequestContext()
Specified by:
getCurrentCmsRequestContext in interface org.apache.portals.graffito.context.CmsRequestContextManager
See Also:
CmsRequestContextManager.getCurrentCmsRequestContext()

setCurrentCmsRequestContext

public void setCurrentCmsRequestContext(org.apache.portals.graffito.context.CmsRequestContext cmsRequestContext)
Specified by:
setCurrentCmsRequestContext in interface org.apache.portals.graffito.context.CmsRequestContextManager
See Also:
CmsRequestContextManager.setCurrentCmsRequestContext(org.apache.portals.graffito.context.CmsRequestContext)


Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.