org.apache.myfaces.config.impl.digester.elements
Class Behavior

java.lang.Object
  extended by org.apache.myfaces.config.impl.digester.elements.Behavior
All Implemented Interfaces:
Behavior

public class Behavior
extends java.lang.Object
implements Behavior

Implementation of model for element.


Constructor Summary
Behavior()
           
 
Method Summary
 void addAttribute(Attribute attribute)
           
 void addProperty(Property property)
           
 java.util.Collection<Attribute> getAttributes()
           
 java.lang.String getBehaviorClass()
           
 java.lang.String getBehaviorId()
           
 java.util.Collection<Property> getProperties()
           
 void setBehaviorClass(java.lang.String behaviorClass)
           
 void setBehaviorId(java.lang.String behaviorId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Behavior

public Behavior()
Method Detail

getBehaviorClass

public java.lang.String getBehaviorClass()
Specified by:
getBehaviorClass in interface Behavior

getBehaviorId

public java.lang.String getBehaviorId()
Specified by:
getBehaviorId in interface Behavior

setBehaviorClass

public void setBehaviorClass(java.lang.String behaviorClass)

setBehaviorId

public void setBehaviorId(java.lang.String behaviorId)

getAttributes

public java.util.Collection<Attribute> getAttributes()

addAttribute

public void addAttribute(Attribute attribute)

getProperties

public java.util.Collection<Property> getProperties()

addProperty

public void addProperty(Property property)


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.