org.springframework.web.portlet.context
Class PortletApplicationContextUtils.RequestObjectFactory

java.lang.Object
  extended by org.springframework.web.portlet.context.PortletApplicationContextUtils.RequestObjectFactory
All Implemented Interfaces:
java.io.Serializable, ObjectFactory<PortletRequest>
Enclosing class:
PortletApplicationContextUtils

private static class PortletApplicationContextUtils.RequestObjectFactory
extends java.lang.Object
implements ObjectFactory<PortletRequest>, java.io.Serializable

Factory that exposes the current request object on demand.


Constructor Summary
private PortletApplicationContextUtils.RequestObjectFactory()
           
 
Method Summary
 PortletRequest getObject()
          Return an instance (possibly shared or independent) of the object managed by this factory.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortletApplicationContextUtils.RequestObjectFactory

private PortletApplicationContextUtils.RequestObjectFactory()
Method Detail

getObject

public PortletRequest getObject()
Description copied from interface: ObjectFactory
Return an instance (possibly shared or independent) of the object managed by this factory.

Specified by:
getObject in interface ObjectFactory<PortletRequest>
Returns:
an instance of the bean (should never be null)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object