|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FacesProperty
A FacesProperty represents an attribute value in the source file. It may correspond to
Method Summary | |
---|---|
FacesLibraryFragment |
getFile()
|
java.lang.Class<?> |
getJavaClass()
The java class associated with this property. |
java.lang.String |
getName()
Return the name of this attribute. |
java.lang.String |
getSince()
|
boolean |
isAttribute()
True if this was declared as a jsf attribute instead of a bean property. |
boolean |
isRequired()
Specifies that this property should always be given a value in a runtime xml page. |
Methods inherited from interface com.ibm.xsp.registry.FacesExtensibleNode |
---|
getExtension, setExtension |
Method Detail |
---|
java.lang.String getName()
java.lang.Class<?> getJavaClass()
boolean isAttribute()
null
, according to the JSF specification.
boolean isRequired()
java.lang.String getSince()
FacesLibraryFragment getFile()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |