AbstractApplicationAdapter, BasicApplicationAdapterpublic interface ApplicationAdapter
| Modifier and Type | Method | Description |
|---|---|---|
<T> T |
getAdaptee() |
Gets the adaptee object.
|
ApplicationScope |
getApplicationScope() |
Gets the application scope.
|
<T> T |
getAttribute(java.lang.String name) |
Gets the attribute.
|
java.util.Enumeration<java.lang.String> |
getAttributeNames() |
Gets the attribute names.
|
void |
removeAttribute(java.lang.String name) |
Removes the attribute.
|
void |
setAttribute(java.lang.String name,
java.lang.Object value) |
Sets the attribute.
|
<T> T getAdaptee()
T - the generic typeApplicationScope getApplicationScope()
<T> T getAttribute(java.lang.String name)
T - the generic typename - the namevoid setAttribute(java.lang.String name,
java.lang.Object value)
name - the namevalue - the valuejava.util.Enumeration<java.lang.String> getAttributeNames()
void removeAttribute(java.lang.String name)
name - the nameCopyright © 2008–2018 The Aspectran Project. All rights reserved.