|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidadinternal.share.xml.beans.PropertyDef
org.apache.myfaces.trinidadinternal.share.xml.beans.BasePropertyDef
public abstract class BasePropertyDef
Base implementation of PropertyDef.
Constructor Summary | |
---|---|
BasePropertyDef()
|
Method Summary | |
---|---|
java.lang.Object |
parseText(ParseContext context,
java.lang.String text)
Parses a string into the correct Java type for this class. |
Methods inherited from class org.apache.myfaces.trinidadinternal.share.xml.beans.PropertyDef |
---|
getName, getPropertyType, getValue, parseText, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasePropertyDef()
Method Detail |
---|
public java.lang.Object parseText(ParseContext context, java.lang.String text) throws java.lang.IllegalArgumentException
PropertyDef
parseText
in class PropertyDef
context
- the current parsing contexttext
- the text of the property
java.lang.IllegalArgumentException
- if the text cannot
be parsed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |