|
 |
|
|
org.eclipse.jst.jsf.taglibprocessing.attributevalues
Class RelativePathType
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.RelativePathType
-
All Implemented Interfaces:
-
IValidValues,
IMetaDataEnabledFeature,
ITypeDescriptor
-
public class RelativePathType
- extends
PathType
- implements
IMetaDataEnabledFeature,
IValidValues
Path is relative to project
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
|
RelativePathType
public RelativePathType()
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
|
|
|