|
org.eclipse.jst.jsf.taglibprocessing.attributevalues
Class WebPathType
java.lang.Object
org.eclipse.jst.jsf.metadataprocessors.AbstractMetaDataEnabledFeature
org.eclipse.jst.jsf.metadataprocessors.AbstractRootTypeDescriptor
org.eclipse.jst.jsf.taglibprocessing.attributevalues.PathType
org.eclipse.jst.jsf.taglibprocessing.attributevalues.WebPathType
-
All Implemented Interfaces:
-
IValidValues,
IMetaDataEnabledFeature,
ITypeDescriptor
-
public class WebPathType
- extends
PathType
- implements
IMetaDataEnabledFeature,
IValidValues
Path relative to web root
EXPERIMENTAL - may change or dissappear
Method Summary
|
boolean
|
isValidValue
(java.lang.String value)
|
Methods inherited from class java.lang.Object
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
|
WebPathType
public WebPathType()
isValidValue
public boolean isValidValue(java.lang.String value)
-
-
Specified by:
-
isValidValue
in interface
IValidValues
-
-
Parameters:
-
value - fully resolved value as String
-
Returns:
- true if is valid
|
|