it.eng.spago.util
Class ContextScooping
java.lang.Object
it.eng.spago.util.ContextScooping
public abstract class ContextScooping
- extends java.lang.Object
- Author:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextScooping
public ContextScooping()
getScopedParameter
public static java.lang.Object getScopedParameter(RequestContextIFace requestContext,
SourceBean paramConfig)
- Retrieve a parameter from any available context.
- Parameters:
requestContext
- The request contextparamConfig
- SourceBean containing configuration information for parameter
- Returns:
- The value of the parameter
getScopedParameter
public static java.lang.Object getScopedParameter(RequestContainer requestContainer,
ResponseContainer responseContainer,
java.lang.String parameterName,
java.lang.String parameterScope)
- Retrieve a parameter from any available context.
- Parameters:
requestContainer
- Current RequestContainerresponseContainer
- Current ResponseContainerparameterName
- The name of the parameterparameterScope
- The scope of the parameter
- Returns:
- The value of the parameter
getScopedParameter
public static java.lang.Object getScopedParameter(RequestContainer requestContainer,
ResponseContainer responseContainer,
java.lang.String parameterName,
java.lang.String parameterScope,
SourceBean paramConfig)