com.primix.tapestry.spec
Class PageSpecification

java.lang.Object
  |
  +--com.primix.tapestry.spec.PageSpecification

public class PageSpecification
extends java.lang.Object

Specification for a page, which defines the component and buffer size.

Future enhancements to Tapestry may allow for some or all of the following:

Version:
$Id: PageSpecification.java,v 1.8 2001/05/02 14:15:16 hship Exp $
Author:
Howard Ship

Constructor Summary
PageSpecification()
           
PageSpecification(java.lang.String specificationPath)
           
 
Method Summary
 java.lang.String getSpecificationPath()
           
 void setSpecificationPath(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageSpecification

public PageSpecification()

PageSpecification

public PageSpecification(java.lang.String specificationPath)
Method Detail

getSpecificationPath

public java.lang.String getSpecificationPath()

setSpecificationPath

public void setSpecificationPath(java.lang.String value)