Uses of Interface
org.apache.pluto.spi.optional.RequestAttributeService

Packages that use RequestAttributeService
org.apache.pluto The root package of the Pluto Portlet Container. 
org.apache.pluto.core   
 

Uses of RequestAttributeService in org.apache.pluto
 

Methods in org.apache.pluto that return RequestAttributeService
 RequestAttributeService OptionalContainerServices.getRequestAttributeService()
          Returns the request attribute service implementation used by the container.
 

Uses of RequestAttributeService in org.apache.pluto.core
 

Classes in org.apache.pluto.core that implement RequestAttributeService
 class DefaultRequestAttributeService
          Delegates request attribute storage and retrieval to the passed HttpServletRequest.
 

Methods in org.apache.pluto.core that return RequestAttributeService
 RequestAttributeService DefaultOptionalContainerServices.getRequestAttributeService()
           
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.