Package | Description |
---|---|
org.apache.tapestry.describe |
Services related to describing objects and graphs of objects; primarily used by the
Exception page. |
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
void |
RootDescriptionReceiverFactoryImpl.setStrategy(DescribableStrategy strategy) |
Constructor and Description |
---|
HTMLDescriptionReceiver(IMarkupWriter writer,
DescribableStrategy adapter) |
HTMLDescriptionReceiver(IMarkupWriter writer,
DescribableStrategy strategy,
HTMLDescriptionReceiverStyles styles) |