org.apache.struts.tiles
Interface AttributeDefinition
- Serializable
- DefinitionAttribute, DefinitionNameAttribute, DirectStringAttribute, PathAttribute, UntypedAttribute
public interface AttributeDefinition
extends Serializable
Attribute definition used in a component definition.
Object | getValue() - Return value hold by this typed attribute.
|
void | setRole(String role) - Set role attribute.
|
getValue
public Object getValue()
Return value hold by this typed attribute.
setRole
public void setRole(String role)
Set role attribute.
Copyright B) 2000-2007 - The Apache Software Foundation