Serialized Form


Package com.oroad.stxx.action

Class com.oroad.stxx.action.ActionForward extends org.apache.struts.action.ActionForward implements Serializable

Serialized Fields

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.

Class com.oroad.stxx.action.ActionServlet extends org.apache.struts.action.ActionServlet implements Serializable

Serialized Fields

transHandler

TransformerHandler transHandler

transSelector

Selector transSelector

Class com.oroad.stxx.action.ActionTransform extends java.lang.Object implements Serializable

Serialized Fields

params

java.util.Map params

type

java.lang.String type

selector

java.lang.String selector


Package com.oroad.stxx.plugin

Class com.oroad.stxx.plugin.Pipeline extends java.lang.Object implements Serializable

Serialized Fields

compiledMatch

int[] compiledMatch

transforms

java.util.Map transforms

match

java.lang.String match

Class com.oroad.stxx.plugin.StxxPropertyMessageResources extends org.apache.struts.util.MessageResources implements Serializable

Serialized Fields

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().

Class com.oroad.stxx.plugin.StxxPropertyMessageResourcesFactory extends org.apache.struts.util.MessageResourcesFactory implements Serializable


Package com.oroad.stxx.transform

Class com.oroad.stxx.transform.TransformerException extends java.lang.Exception implements Serializable


Package com.oroad.stxx.util

Class com.oroad.stxx.util.PropertyMessageResources extends org.apache.struts.util.PropertyMessageResources implements Serializable

Serialized Fields

allMsgByLoc

java.util.Map allMsgByLoc

Class com.oroad.stxx.util.PropertyMessageResourcesFactory extends org.apache.struts.util.MessageResourcesFactory implements Serializable

Class com.oroad.stxx.util.StxxProperties extends java.util.Properties implements Serializable

Serialized Fields

isStrutsPlugin

boolean isStrutsPlugin
Holds whether stxx is currently being used with Struts 1.1+


Package com.oroad.stxx.xform

Class com.oroad.stxx.xform.AbstractXMLForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

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

Class com.oroad.stxx.xform.DOMForm extends AbstractXMLForm implements Serializable

Class com.oroad.stxx.xform.JDOMForm extends AbstractXMLForm implements Serializable

Class com.oroad.stxx.xform.XMLException extends java.lang.RuntimeException implements Serializable