Uses of Interface
org.apache.tapestry.describe.DescribableStrategy

Packages that use DescribableStrategy
org.apache.tapestry.describe Services related to describing objects and graphs of objects; primarily used by the Exception page. 
org.apache.tapestry.portlet Core portlet services. 
 

Uses of DescribableStrategy in org.apache.tapestry.describe
 

Classes in org.apache.tapestry.describe that implement DescribableStrategy
 class CookieStrategy
           
 class DefaultStrategy
          Catch-all implementation (for java.lang.Object) that does nothing.
 class HttpServletRequestStrategy
          Strategy for describing an HttpServletRequest.
 class HttpSessionStrategy
          Describes an HttpSession.
 class NativeStrategy
          Implementation for objects that natively implement Describable.
 class ServletContextStrategy
          Describes a ServletContext.
 class ServletStrategy
           
 

Methods in org.apache.tapestry.describe with parameters of type DescribableStrategy
 void RootDescriptionReceiverFactoryImpl.setStrategy(DescribableStrategy strategy)
           
 

Constructors in org.apache.tapestry.describe with parameters of type DescribableStrategy
HTMLDescriptionReceiver(IMarkupWriter writer, DescribableStrategy adapter)
           
HTMLDescriptionReceiver(IMarkupWriter writer, DescribableStrategy strategy, HTMLDescriptionReceiverStyles styles)
           
 

Uses of DescribableStrategy in org.apache.tapestry.portlet
 

Classes in org.apache.tapestry.portlet that implement DescribableStrategy
 class PortletConfigStrategy
          Adapts PortletConfig for describing.
 class PortletSessionDescribableStrategy
          Describes PortletSession.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.