Class ValidWhenResultString
java.lang.Object
org.apache.struts.validator.validwhen.ValidWhenResult<String>
org.apache.struts.validator.validwhen.ValidWhenResultString
Holds the (interim) result during processing the parsing-tree.
The result has is a
String
.- Since:
- Struts 1.4.1
- Author:
- Graff Stefan
-
Field Summary
Fields inherited from class org.apache.struts.validator.validwhen.ValidWhenResult
type, value
-
Constructor Summary
ConstructorDescriptionValidWhenResultString
(String value) Constructs this class with the typeString
. -
Method Summary
Methods inherited from class org.apache.struts.validator.validwhen.ValidWhenResult
getType, getValue, toBoolean, toString
-
Constructor Details
-
ValidWhenResultString
Constructs this class with the typeString
.- Parameters:
value
- the current value of the result
-