public interface HttpApplicationState
WebAutoWireApplication
.
This interface is used within the WebAutoWireApplication
to allow
integration with a JEE Servlet container.
Modifier and Type | Method and Description |
---|---|
Object |
getAttribute(String name)
Obtains the
Object that is bound to the name. |
Iterator<String> |
getAttributeNames()
|
void |
removeAttribute(String name)
Removes the bound
Object by the name. |
void |
setAttribute(String name,
Object object)
Binds the
Object to the name. |
Copyright © 2005–2016. All rights reserved.