org.apache.tapestry.describe
Class RootDescriptionReceiverFactoryImpl

java.lang.Object
  extended by 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

Constructor Summary
RootDescriptionReceiverFactoryImpl()
           
 
Method Summary
 RootDescriptionReciever newRootDescriptionReceiver(IMarkupWriter writer)
           
 void setHeaderClass(String headerClass)
           
 void setStrategy(DescribableStrategy strategy)
           
 void setSubheaderClass(String subheaderClass)
           
 void setTableClass(String tableClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootDescriptionReceiverFactoryImpl

public RootDescriptionReceiverFactoryImpl()
Method Detail

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.