Serialized Form
Package org.opendoors.util |
name
java.lang.String name
- The name.
period
int period
- The interval for firing.
oneShot
boolean oneShot
- Is a one shot timer.
_message
java.lang.String _message
methodName
java.lang.String methodName
className
java.lang.String className
variableName
java.lang.String variableName
methodName
java.lang.String methodName
className
java.lang.String className
arguments
java.lang.String arguments
_propertyName
java.lang.String _propertyName
_className
java.lang.String _className
_variableName
java.lang.String _variableName
variableName
java.lang.String variableName
variableName
java.lang.String variableName
variableName
java.lang.String variableName
_propertyName
java.lang.String _propertyName
_className
java.lang.String _className
_variableName
java.lang.String _variableName
_propertyName
java.lang.String _propertyName
_className
java.lang.String _className
_variableName
java.lang.String _variableName
_msg
java.lang.String _msg
_variableName
java.lang.String _variableName
cause
java.lang.Throwable cause
cause
java.lang.Throwable cause
_contextLocation
java.lang.String _contextLocation
Package org.webmacro.directive |
Package org.webmacro.engine |
Package org.webmacro.parser |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
java.lang.String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
Package org.webmacro.resource |
Package org.webmacro.servlet |
_wm
WebMacro _wm
_broker
Broker _broker
_wcPrototype
WebContext _wcPrototype
_started
boolean _started
_log
Log _log
- Log object used to write out messages
_problem
java.lang.String _problem
- null means all OK
_errorTemplate
Template _errorTemplate
Package org.webmacro.util |
globalDefault
java.lang.Object globalDefault
- The global default value for all requests is ""