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. 
 

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)