org.granite.tide.cdi
Class ScopedContextResult

java.lang.Object
  extended by org.granite.tide.invocation.ContextResult
      extended by org.granite.tide.cdi.ScopedContextResult
All Implemented Interfaces:
Serializable, org.granite.tide.Expression

public class ScopedContextResult
extends org.granite.tide.invocation.ContextResult

Author:
William DRAI
See Also:
Serialized Form

Constructor Summary
ScopedContextResult()
           
ScopedContextResult(String componentName, String expression, Object value)
           
 
Method Summary
 Class<?> getComponentClass()
           
 String getComponentClassName()
           
 Object getValue()
           
 
Methods inherited from class org.granite.tide.invocation.ContextResult
equals, getComponentName, getExpression, getPath, getRestrict, hashCode, matches, setComponentClassName, setComponentName, setExpression, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScopedContextResult

public ScopedContextResult()

ScopedContextResult

public ScopedContextResult(String componentName,
                           String expression,
                           Object value)
Method Detail

getComponentClassName

public String getComponentClassName()
Specified by:
getComponentClassName in interface org.granite.tide.Expression
Overrides:
getComponentClassName in class org.granite.tide.invocation.ContextResult

getComponentClass

public Class<?> getComponentClass()
Overrides:
getComponentClass in class org.granite.tide.invocation.ContextResult

getValue

public Object getValue()