org.jboss.seam.security.external.contexts
Class ContextualInstance<T>
java.lang.Object
org.jboss.seam.security.external.contexts.ContextualInstance<T>
public class ContextualInstance<T>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextualInstance
public ContextualInstance(Contextual<T> contextual,
CreationalContext<T> creationalContext,
T instance)
getContextual
public Contextual<T> getContextual()
getCreationalContext
public CreationalContext<T> getCreationalContext()
getInstance
public T getInstance()
Copyright © 2011 Seam Framework. All Rights Reserved.