|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Specification of a context model from which a a fully qualifed context can be established.
Field Summary | |
static String |
DEFAULT_STRATEGY_CLASSNAME
The default context strategy interface class. |
Method Summary | |
Class |
getCastingClass()
Return the class that the context is castable to. |
Object |
getContext()
Return the context object for the component. |
DeliveryDescriptor |
getDeliveryDescriptor()
Return the delivery descriptor. |
EntryModel |
getEntryModel(String key)
Return an entry model matching the supplied key. |
EntryModel[] |
getEntryModels()
Return the set of entry models associated with this context model. |
Class |
getStrategyClass()
Return the class representing the contextualization stage interface. |
boolean |
isEnabled()
Return the enabled state of the context model. |
void |
setEntry(String key,
Object value)
Set the entry to a suplied value. |
void |
setEntryModel(String key,
EntryModel model)
Set the entry model relative to a supplied key. |
Methods inherited from interface org.apache.avalon.composition.model.Dependent |
clearProvider, getProvider, setProvider |
Field Detail |
public static final String DEFAULT_STRATEGY_CLASSNAME
Method Detail |
public boolean isEnabled()
public DeliveryDescriptor getDeliveryDescriptor()
public Class getCastingClass()
public Class getStrategyClass()
public Object getContext()
public EntryModel[] getEntryModels()
public EntryModel getEntryModel(String key)
public void setEntryModel(String key, EntryModel model)
key
- the entry keymodel
- the entry modelpublic void setEntry(String key, Object value)
key
- the entry keyvalue
- the entry value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |