|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Context | |
---|---|
net.sf.morph.context | Defines Contexts and how they can participate in hierarchies. |
net.sf.morph.context.contexts | Context implementations. |
net.sf.morph.context.support | Support interfaces and classes used by the net.sf.morph.context package. |
Uses of Context in net.sf.morph.context |
---|
Subinterfaces of Context in net.sf.morph.context | |
---|---|
interface |
DecoratedContext
Adds the capabilities of a Language and a Converter to a Context to expose additional functionality. |
interface |
DelegatingContext
A context that retrieves and sets information on a delegate rather than holding the information itself. |
interface |
HierarchicalContext
A context which participates in a context hierarchy (i.e. |
Methods in net.sf.morph.context that return Context | |
---|---|
Context |
HierarchicalContext.getParentContext()
Retrieves this context's parent context. |
Methods in net.sf.morph.context with parameters of type Context | |
---|---|
void |
HierarchicalContext.setParentContext(Context context)
Sets this context's parent context. |
Uses of Context in net.sf.morph.context.contexts |
---|
Classes in net.sf.morph.context.contexts that implement Context | |
---|---|
class |
BaseContext
Convenient base class for Contexts. |
class |
BaseHierarchicalContext
Convenient base class for hierarchical Contexts. |
class |
ContextDecorator
Decorates any context so that it implements DecoratedLanguage . |
class |
HttpServletContext
Context for HTTP servlets that evaluates request parameters, request attributes, session attributes, and application attributes, in that order. |
class |
JspContext
Context for JSP pages that evaluates page context attributes, request parameters, request attributes, session attributes, and application attributes, in that order. |
class |
MapContext
A simple Context backed by a Map. |
class |
ReflectorHierarchicalContext
A context that delegates property storage to some delegate and uses BeanReflector s to manipulate the information in the
delegate. |
Methods in net.sf.morph.context.contexts that return Context | |
---|---|
Context |
ContextDecorator.getContext()
|
Context |
BaseHierarchicalContext.getParentContext()
|
Methods in net.sf.morph.context.contexts with parameters of type Context | |
---|---|
void |
ContextDecorator.setContext(Context context)
|
void |
BaseHierarchicalContext.setParentContext(Context parentContext)
Sets this context's parent context. |
Constructors in net.sf.morph.context.contexts with parameters of type Context | |
---|---|
BaseHierarchicalContext(Context parentContext)
Creates a new, empty context with the specified parent. |
|
ContextDecorator(Context context)
|
|
MapContext(Context parentContext)
Creates a new context with the given context as parent. |
|
MapContext(Context parentContext,
java.util.Map map)
Creates a new context with the given parent context and initial values taken from the supplied Map. |
|
ReflectorHierarchicalContext(Context parentContext)
Creates a new, empty context with the specified parent. |
|
ReflectorHierarchicalContext(java.lang.Object delegate,
Context parentContext)
|
Uses of Context in net.sf.morph.context.support |
---|
Methods in net.sf.morph.context.support that return Context | |
---|---|
protected Context |
ContextMapBridge.checkContextNotNull(Context context)
|
Context |
ContextMap.getContext()
|
Methods in net.sf.morph.context.support with parameters of type Context | |
---|---|
protected Context |
ContextMapBridge.checkContextNotNull(Context context)
|
void |
ContextMapBridge.clear(Context context)
|
boolean |
ContextMapBridge.containsKey(Context context,
java.lang.Object key)
|
boolean |
ContextMapBridge.containsValue(Context context,
java.lang.Object value)
|
java.util.Set |
ContextMapBridge.entrySet(Context context)
|
java.lang.Object |
ContextMapBridge.get(Context context,
java.lang.Object key)
|
protected java.lang.Object |
ContextMapBridge.getDelegate(Context context)
|
protected java.lang.String[] |
ContextMapBridge.getPropertyNames(Context context)
Convenience method |
boolean |
ContextMapBridge.isEmpty(Context context)
|
java.util.Set |
ContextMapBridge.keySet(Context context)
|
java.lang.Object |
ContextMapBridge.put(Context context,
java.lang.Object key,
java.lang.Object value)
|
void |
ContextMapBridge.putAll(Context context,
java.util.Map t)
|
java.lang.Object |
ContextMapBridge.remove(Context context,
java.lang.Object key)
|
void |
ContextMap.setContext(Context context)
|
int |
ContextMapBridge.size(Context context)
|
java.util.Collection |
ContextMapBridge.values(Context context)
|
Constructors in net.sf.morph.context.support with parameters of type Context | |
---|---|
ContextMap(Context context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |