public static class ServletHttpApplicationStateManagedObjectSource.ServletHttpApplicationStateManagedObject extends Object implements net.officefloor.frame.spi.managedobject.CoordinatingManagedObject<ServletHttpApplicationStateManagedObjectSource.Dependencies>, HttpApplicationState
ManagedObject for the ServletBridge.| Constructor and Description |
|---|
ServletHttpApplicationStateManagedObject() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String name) |
Iterator<String> |
getAttributeNames() |
Object |
getObject() |
void |
loadObjects(net.officefloor.frame.spi.managedobject.ObjectRegistry<ServletHttpApplicationStateManagedObjectSource.Dependencies> registry) |
void |
removeAttribute(String name) |
void |
setAttribute(String name,
Object object) |
public ServletHttpApplicationStateManagedObject()
public void loadObjects(net.officefloor.frame.spi.managedobject.ObjectRegistry<ServletHttpApplicationStateManagedObjectSource.Dependencies> registry) throws Throwable
loadObjects in interface net.officefloor.frame.spi.managedobject.CoordinatingManagedObject<ServletHttpApplicationStateManagedObjectSource.Dependencies>Throwablepublic Object getObject() throws Throwable
getObject in interface net.officefloor.frame.spi.managedobject.ManagedObjectThrowablepublic Object getAttribute(String name)
getAttribute in interface HttpApplicationStatepublic Iterator<String> getAttributeNames()
getAttributeNames in interface HttpApplicationStatepublic void setAttribute(String name, Object object)
setAttribute in interface HttpApplicationStatepublic void removeAttribute(String name)
removeAttribute in interface HttpApplicationStateCopyright © 2005–2015. All rights reserved.