public static class ServletHttpRequestStateManagedObjectSource.ServletHttpRequestStateManagedObject extends Object implements net.officefloor.frame.spi.managedobject.CoordinatingManagedObject<ServletHttpRequestStateManagedObjectSource.Dependencies>, HttpRequestState
ManagedObject for the ServletBridge.| Constructor and Description |
|---|
ServletHttpRequestStateManagedObject() |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
exportState() |
Serializable |
getAttribute(String name) |
Iterator<String> |
getAttributeNames() |
Object |
getObject() |
void |
importState(Serializable momento) |
void |
loadObjects(net.officefloor.frame.spi.managedobject.ObjectRegistry<ServletHttpRequestStateManagedObjectSource.Dependencies> registry) |
void |
removeAttribute(String name) |
void |
setAttribute(String name,
Serializable object) |
public ServletHttpRequestStateManagedObject()
public void loadObjects(net.officefloor.frame.spi.managedobject.ObjectRegistry<ServletHttpRequestStateManagedObjectSource.Dependencies> registry) throws Throwable
loadObjects in interface net.officefloor.frame.spi.managedobject.CoordinatingManagedObject<ServletHttpRequestStateManagedObjectSource.Dependencies>Throwablepublic Object getObject() throws Throwable
getObject in interface net.officefloor.frame.spi.managedobject.ManagedObjectThrowablepublic Serializable getAttribute(String name)
getAttribute in interface HttpRequestStatepublic Iterator<String> getAttributeNames()
getAttributeNames in interface HttpRequestStatepublic void setAttribute(String name, Serializable object)
setAttribute in interface HttpRequestStatepublic void removeAttribute(String name)
removeAttribute in interface HttpRequestStatepublic Serializable exportState() throws IOException
exportState in interface HttpRequestStateIOExceptionpublic void importState(Serializable momento) throws IOException, IllegalArgumentException
importState in interface HttpRequestStateIOExceptionIllegalArgumentExceptionCopyright © 2005–2015. All rights reserved.