org.apache.myfaces.config.element
Class Behavior

java.lang.Object
  extended by org.apache.myfaces.config.element.Behavior
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BehaviorImpl

public abstract class Behavior
extends Object
implements Serializable

Model for config element.

See Also:
Serialized Form

Constructor Summary
Behavior()
           
 
Method Summary
abstract  String getBehaviorClass()
           
abstract  String getBehaviorId()
           
 
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

getBehaviorId

public abstract String getBehaviorId()

getBehaviorClass

public abstract String getBehaviorClass()


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