it.eng.spago.util
Class ContextScooping

java.lang.Object
  extended byit.eng.spago.util.ContextScooping

public abstract class ContextScooping
extends java.lang.Object


Constructor Summary
ContextScooping()
           
 
Method Summary
static java.lang.Object getScopedParameter(RequestContainer requestContainer, ResponseContainer responseContainer, java.lang.String parameterName, java.lang.String parameterScope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextScooping

public ContextScooping()
Method Detail

getScopedParameter

public static java.lang.Object getScopedParameter(RequestContainer requestContainer,
                                                  ResponseContainer responseContainer,
                                                  java.lang.String parameterName,
                                                  java.lang.String parameterScope)