Apache Struts API Documentation: Interface AttributeDefinition

Apache Struts API


org.apache.struts.tiles Interface AttributeDefinition

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
UntypedAttribute

public interface AttributeDefinition
extends java.io.Serializable

Attribute definition used in a component definition.


Method Summary
 java.lang.Object getValue()
          Return value hold by this typed attribute.
 void setRole(java.lang.String role)
          Set role attribute.
 

Method Detail

getValue

public java.lang.Object getValue()
Return value hold by this typed attribute.

setRole

public void setRole(java.lang.String role)
Set role attribute.


Copyright © 2000-2005 - The Apache Software Foundation