org.apache.struts.tiles
Class PathAttribute

java.lang.Object
  extended by org.apache.struts.tiles.UntypedAttribute
      extended by org.apache.struts.tiles.PathAttribute
All Implemented Interfaces:
Serializable, AttributeDefinition

public class PathAttribute
extends UntypedAttribute

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.UntypedAttribute
role, value
 
Constructor Summary
PathAttribute(String value)
           
 
Method Summary
 
Methods inherited from class org.apache.struts.tiles.UntypedAttribute
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(String value)


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.