This project has retired. For details please refer to its
Attic page.
HttpServletRequestFactoryBean (Cocoon Servlet Service Implementation 1.3.3-SNAPSHOT API)
org.apache.cocoon.callstack.environment
Class HttpServletRequestFactoryBean
java.lang.Object
org.apache.cocoon.callstack.environment.HttpServletRequestFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean
public final class HttpServletRequestFactoryBean
- extends Object
- implements org.springframework.beans.factory.FactoryBean
FactoryBean
that exposes the HttpServletRequest
in the
current call frame. It will typically be used together with the call scope.
- Version:
- $Id: HttpServletRequestFactoryBean.html 1422810 2012-12-17 09:13:50Z ilgrosso $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpServletRequestFactoryBean
public HttpServletRequestFactoryBean()
getObject
public Object getObject()
throws Exception
- Specified by:
getObject
in interface org.springframework.beans.factory.FactoryBean
- Throws:
Exception
getObjectType
public Class getObjectType()
- Specified by:
getObjectType
in interface org.springframework.beans.factory.FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface org.springframework.beans.factory.FactoryBean
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.