org.apache.tapestry.describe
Class RootDescriptionReceiverFactoryImpl
java.lang.Object
org.apache.tapestry.describe.RootDescriptionReceiverFactoryImpl
- All Implemented Interfaces:
- RootDescriptionReceiverFactory
public class RootDescriptionReceiverFactoryImpl
- extends Object
- implements RootDescriptionReceiverFactory
Implementation of service tapestry.describe.RootDescriptionReceiverFactory; this represents a
central location to configure each created description receiver with the correct
DescribableStrategy
and set of
HTMLDescriptionReceiverStyles
.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RootDescriptionReceiverFactoryImpl
public RootDescriptionReceiverFactoryImpl()
newRootDescriptionReceiver
public RootDescriptionReciever newRootDescriptionReceiver(IMarkupWriter writer)
- Specified by:
newRootDescriptionReceiver
in interface RootDescriptionReceiverFactory
setStrategy
public void setStrategy(DescribableStrategy strategy)
setTableClass
public void setTableClass(String tableClass)
setHeaderClass
public void setHeaderClass(String headerClass)
setSubheaderClass
public void setSubheaderClass(String subheaderClass)
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.