|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.config.element.Behavior
org.apache.myfaces.config.impl.digester.elements.Behavior
public class Behavior
Implementation of model for
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()
getBehaviorClass
in class Behavior
getBehaviorId
public java.lang.String getBehaviorId()
getBehaviorId
in class 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)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.