org.apache.struts.tiles
Class DirectStringAttribute

java.lang.Object
  extended byorg.apache.struts.tiles.UntypedAttribute
      extended byorg.apache.struts.tiles.DirectStringAttribute
All Implemented Interfaces:
AttributeDefinition, java.io.Serializable

public class DirectStringAttribute
extends UntypedAttribute

Component attribute. Such attribute value represent 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
DirectStringAttribute(java.lang.String value)
           
 
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

DirectStringAttribute

public DirectStringAttribute(java.lang.String value)


Copyright ? 2000-2009 - The Apache Software Foundation