org.apache.cocoon.callstack.environment
Class HttpServletResponseFactoryBean
java.lang.Object
org.apache.cocoon.callstack.environment.HttpServletResponseFactoryBean
- All Implemented Interfaces:
- FactoryBean
public final class HttpServletResponseFactoryBean
- extends Object
- implements FactoryBean
FactoryBean that exposes the HttpServletResponse in the
current call frame. It will typically be used together with the call scope.
- Since:
- 1.0.0
- Version:
- $Id: HttpServletResponseFactoryBean.java 608375 2008-01-03 08:33:00Z reinhard $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpServletResponseFactoryBean
public HttpServletResponseFactoryBean()
getObject
public Object getObject()
throws Exception
- Specified by:
getObject in interface FactoryBean
- Throws:
Exception
getObjectType
public Class getObjectType()
- Specified by:
getObjectType in interface FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton in interface FactoryBean
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.