|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidadinternal.style.xml.parse.CompoundPropertyNode
public class CompoundPropertyNode
PropertyNode subclass for compound properties.
Constructor Summary | |
---|---|
CompoundPropertyNode(java.lang.String name,
java.lang.Object[] values)
Creates a PropertyNode with the specified name and value |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of the CompoundPropertyNode |
java.util.Iterator<java.lang.Object> |
getValues()
Returns an Iterator of values - which can be either Strings or IncludePropertyNodes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompoundPropertyNode(java.lang.String name, java.lang.Object[] values)
Method Detail |
---|
public java.lang.String getName()
public java.util.Iterator<java.lang.Object> getValues()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |