Serialized Form
Package com.oroad.stxx.action |
transform
java.lang.String transform
- The name of the transform tag
transforms
ActionTransforms transforms
- The set of ActionTransform objects associated with this mapping.
root
java.lang.String root
- The XML root node of this forward.
transHandler
TransformerHandler transHandler
transSelector
Selector transSelector
params
java.util.Map params
type
java.lang.String type
selector
java.lang.String selector
Package com.oroad.stxx.plugin |
compiledMatch
int[] compiledMatch
transforms
java.util.Map transforms
match
java.lang.String match
locales
java.util.HashMap locales
- The set of locale keys for which we have already loaded messages, keyed
by the value calculated in
localeKey()
.
messages
java.util.HashMap messages
- The cache of messages we have accumulated over time, keyed by the value
calculated in
messageKey()
.
Package com.oroad.stxx.transform |
Package com.oroad.stxx.util |
allMsgByLoc
java.util.Map allMsgByLoc
isStrutsPlugin
boolean isStrutsPlugin
- Holds whether stxx is currently being used with Struts 1.1+
Package com.oroad.stxx.xform |
xml
java.lang.Object xml
- The xml document
defaultXML
java.lang.Object defaultXML
- The default xml document
schema
java.io.InputStream schema
- The path to the schema
schemaNS
java.lang.String schemaNS
- The namespace of the schema
phase
java.lang.String phase
- The current validation phase
name
java.lang.String name
- The name of the form
formPath
java.lang.String formPath
- The path to the form xml
vsEnabled
boolean vsEnabled
- If viewstate is enabled