SourceForge.net Logo

de.mindmatters.faces.spring
Class RequestScope

java.lang.Object
  extended byde.mindmatters.faces.spring.AbstractScope
      extended byde.mindmatters.faces.spring.RequestScope
All Implemented Interfaces:
ApplicationContextAware, BeanNameAware, FactoryBean, InitializingBean

public class RequestScope
extends AbstractScope

Wraps and enables JSF request scope definition and management for a bean declared in any spring context.

Author:
Andreas Kuhrwahl

Field Summary
 
Fields inherited from class de.mindmatters.faces.spring.AbstractScope
logger
 
Constructor Summary
RequestScope()
           
 
Method Summary
protected  java.util.Map getScopeMap()
          Returns the appropriate scope from the external context of the faces implementation.
 
Methods inherited from class de.mindmatters.faces.spring.AbstractScope
afterPropertiesSet, getObject, getObjectType, initScope, isSingleton, refresh, setApplicationContext, setBeanName, setTargetBean, setTargetBeanName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestScope

public RequestScope()
Method Detail

getScopeMap

protected final java.util.Map getScopeMap()
Returns the appropriate scope from the external context of the faces implementation.

Specified by:
getScopeMap in class AbstractScope
Returns:
the scope

SourceForge.net Logo

Copyright © 2002 mindmatters GmbH & Co. KG