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

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

public class BehaviorImpl
extends Behavior
implements Serializable

Implementation of model for element.

See Also:
Serialized Form

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

Constructor Detail

BehaviorImpl

public BehaviorImpl()
Method Detail

getBehaviorClass

public String getBehaviorClass()
Specified by:
getBehaviorClass in class Behavior

getBehaviorId

public String getBehaviorId()
Specified by:
getBehaviorId in class Behavior

setBehaviorClass

public void setBehaviorClass(String behaviorClass)

setBehaviorId

public void setBehaviorId(String behaviorId)

getAttributes

public Collection<AttributeImpl> getAttributes()

addAttribute

public void addAttribute(AttributeImpl attribute)

getProperties

public Collection<PropertyImpl> getProperties()

addProperty

public void addProperty(PropertyImpl property)


Copyright © 2015 The Apache Software Foundation. All rights reserved.