net.officefloor.plugin.servlet.requestattributes.source
Class RequestAttributesManagedObjectSource
java.lang.Object
net.officefloor.frame.spi.managedobject.source.impl.AbstractAsyncManagedObjectSource<D,F>
net.officefloor.frame.spi.managedobject.source.impl.AbstractManagedObjectSource<None,None>
net.officefloor.plugin.servlet.requestattributes.source.RequestAttributesManagedObjectSource
- All Implemented Interfaces:
- ManagedObjectSource<None,None>
public class RequestAttributesManagedObjectSource
- extends AbstractManagedObjectSource<None,None>
ManagedObjectSource for request attributes.
This should be used at ManagedObjectScope.PROCESS so to appropriately
reflect the request scope for a ServerHttpConnection.
- Author:
- Daniel Sagenschneider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestAttributesManagedObjectSource
public RequestAttributesManagedObjectSource()
loadSpecification
protected void loadSpecification(AbstractAsyncManagedObjectSource.SpecificationContext context)
- Specified by:
loadSpecification in class AbstractAsyncManagedObjectSource<None,None>
loadMetaData
protected void loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)
throws Exception
- Specified by:
loadMetaData in class AbstractAsyncManagedObjectSource<None,None>
- Throws:
Exception
getManagedObject
protected ManagedObject getManagedObject()
throws Throwable
- Specified by:
getManagedObject in class AbstractManagedObjectSource<None,None>
- Throws:
Throwable
Copyright © 2005-2011. All Rights Reserved.