|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap
org.apache.commons.chain.impl.ContextBase
org.apache.shale.remoting.impl.ChainContext
public class ChainContext
Implementation of Context suitable for use with commands
or chains executed via Shale Remoting.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
java.util.Map.Entry<K,V> |
| Constructor Summary | |
|---|---|
ChainContext(javax.faces.context.FacesContext context)
Construct a new ChainContext instance wrapping the
specified FacesContext instance. |
|
| Method Summary | |
|---|---|
javax.faces.context.FacesContext |
getFacesContext()
Return the FacesContext instance that is wrapped by this
Context instance. |
| Methods inherited from class org.apache.commons.chain.impl.ContextBase |
|---|
clear, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, values |
| Methods inherited from class java.util.HashMap |
|---|
clone, containsKey, size |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
containsKey, equals, hashCode, size |
| Constructor Detail |
|---|
public ChainContext(javax.faces.context.FacesContext context)
Construct a new ChainContext instance wrapping the
specified FacesContext instance.
context - FacesContext for the current request| Method Detail |
|---|
public javax.faces.context.FacesContext getFacesContext()
Return the FacesContext instance that is wrapped by this
Context instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||