org.apache.cocoon.servletservice.spring
Class BaseServletContextFactoryBean
java.lang.Object
org.apache.cocoon.servletservice.spring.BaseServletContextFactoryBean
- All Implemented Interfaces:
- FactoryBean
- public final class BaseServletContextFactoryBean
- extends Object
- implements FactoryBean
Factorybean that exposes the ServletContext in the current base call frame.
It will typically be used together with the call scope for servlet services.
- Version:
- $Id: BaseServletContextFactoryBean.java 504719 2007-02-07 22:17:36Z danielf $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseServletContextFactoryBean
public BaseServletContextFactoryBean()
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-2007 The Apache Software Foundation. All Rights Reserved.