Apache Struts API Documentation: Class DefinitionNameAttribute

Apache Struts API


org.apache.struts.tiles Class DefinitionNameAttribute

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

public class DefinitionNameAttribute
extends UntypedAttribute

Component attribute. Such attribute value represent an instance name.

See Also:
Serialized Form

Fields inherited from class org.apache.struts.tiles.UntypedAttribute
role, value
 
Constructor Summary
DefinitionNameAttribute(java.lang.String value)
          Constructor.
DefinitionNameAttribute(java.lang.String value, java.lang.String role)
          Constructor.
 
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, registerNatives, wait, wait, wait
 

Constructor Detail

DefinitionNameAttribute

public DefinitionNameAttribute(java.lang.String value)
Constructor.

DefinitionNameAttribute

public DefinitionNameAttribute(java.lang.String value,
                               java.lang.String role)
Constructor.


Copyright © 2000-2005 - The Apache Software Foundation