|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContextException | |
|---|---|
| net.sf.morph.context | Defines Contexts and how they can participate in hierarchies. |
| net.sf.morph.context.contexts | Context implementations. |
| Uses of ContextException in net.sf.morph.context |
|---|
| Methods in net.sf.morph.context that throw ContextException | |
|---|---|
java.lang.Object |
HierarchicalContext.get(java.lang.String propertyName)
Retrieve the property named propertyName from this
context, or if it's not found, from the nearest ancestor context. |
java.lang.Object |
DecoratedContext.get(java.lang.String expression)
Retrieve the property named propertyName. |
java.lang.Object |
Context.get(java.lang.String propertyName)
Retrieve the property named propertyName. |
java.lang.Object |
DecoratedContext.get(java.lang.String expression,
java.lang.Class destinationClass)
Retrieve the information indicated by expression as the
type indicated by destinationClass. |
java.lang.Object |
DecoratedContext.get(java.lang.String expression,
java.lang.Class destinationClass,
java.util.Locale locale)
Retrieve the information indicated by expression as the
type indicated by destinationClass. |
java.lang.Object |
DecoratedContext.get(java.lang.String expression,
java.util.Locale locale,
java.lang.Class destinationClass)
Retrieve the information indicated by expression as the
type indicated by destinationClass. |
java.lang.String[] |
HierarchicalContext.getPropertyNames()
Gets the names of the properties which are currently defined for this context and all parents of this context. |
java.lang.String[] |
Context.getPropertyNames()
Gets the names of the properties which are currently defined for this context. |
void |
HierarchicalContext.set(java.lang.String propertyName,
java.lang.Object propertyValue)
Sets propertyName to propertyValue in the
current context. |
void |
DecoratedContext.set(java.lang.String expression,
java.lang.Object value)
Sets the information indicated by expression to
value, which will be automatically converted to a type
appropriate for the given expression. |
void |
Context.set(java.lang.String propertyName,
java.lang.Object propertyValue)
Sets propertyName to propertyValue. |
void |
DecoratedContext.set(java.lang.String expression,
java.lang.Object value,
java.util.Locale locale)
Sets the information indicated by expression on
target. |
| Uses of ContextException in net.sf.morph.context.contexts |
|---|
| Methods in net.sf.morph.context.contexts that throw ContextException | |
|---|---|
java.lang.Object |
BaseContext.get(java.lang.String expression)
Retrieve the property named propertyName. |
java.lang.Object |
BaseContext.get(java.lang.String expression,
java.lang.Class destinationClass)
Retrieve the information indicated by expression as the
type indicated by destinationClass. |
java.lang.Object |
BaseContext.get(java.lang.String expression,
java.lang.Class destinationClass,
java.util.Locale locale)
Retrieve the information indicated by expression as the
type indicated by destinationClass. |
java.lang.Object |
BaseContext.get(java.lang.String expression,
java.util.Locale locale,
java.lang.Class destinationClass)
Retrieve the information indicated by expression as the
type indicated by destinationClass. |
java.lang.String[] |
BaseContext.getPropertyNames()
Gets the names of the properties which are currently defined for this context. |
java.lang.String[] |
ContextDecorator.getPropertyNamesImpl()
|
void |
BaseContext.set(java.lang.String expression,
java.lang.Object value)
Sets propertyName to propertyValue. |
void |
BaseContext.set(java.lang.String expression,
java.lang.Object value,
java.util.Locale locale)
Sets the information indicated by expression on
target. |
void |
ContextDecorator.setImpl(java.lang.String propertyName,
java.lang.Object propertyValue)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||