org.apache.struts.tiles
Class PathAttribute

java.lang.Object
  |
  +--org.apache.struts.tiles.UntyppedAttribute
        |
        +--org.apache.struts.tiles.PathAttribute
All Implemented Interfaces:
AttributeDefinition, java.io.Serializable

public class PathAttribute
extends UntyppedAttribute

Component attribute. Attribute value represents a path used to include a JSP.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.tiles.UntyppedAttribute
role, value
 
Constructor Summary
PathAttribute(java.lang.String value)
           
 
Methods inherited from class org.apache.struts.tiles.UntyppedAttribute
getRole, getValue, setRole, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PathAttribute

public PathAttribute(java.lang.String value)


Copyright © 2000-2003 - Apache Software Foundation