Serialized Form


Package org.opendoors.util

Class org.opendoors.util.Timer extends java.util.Observable implements Serializable

Serialized Fields

name

java.lang.String name
The name.


period

int period
The interval for firing.


oneShot

boolean oneShot
Is a one shot timer.


Package org.webmacro

Class org.webmacro.ContextException extends WebMacroException implements Serializable

Class org.webmacro.InitException extends WebMacroException implements Serializable

Class org.webmacro.InvalidContextException extends PropertyException implements Serializable

Class org.webmacro.InvalidTypeException extends WebMacroException implements Serializable

Class org.webmacro.NotFoundException extends ResourceException implements Serializable

Class org.webmacro.PropertyException extends ContextException implements Serializable

Serialized Fields

_message

java.lang.String _message

Class org.webmacro.PropertyException.InvalidTypeException extends PropertyException implements Serializable

Class org.webmacro.PropertyException.NoSuchMethodException extends PropertyException implements Serializable

Serialized Fields

methodName

java.lang.String methodName

className

java.lang.String className

variableName

java.lang.String variableName

Class org.webmacro.PropertyException.NoSuchMethodWithArgumentsException extends PropertyException implements Serializable

Serialized Fields

methodName

java.lang.String methodName

className

java.lang.String className

arguments

java.lang.String arguments

Class org.webmacro.PropertyException.NoSuchPropertyException extends PropertyException implements Serializable

Serialized Fields

_propertyName

java.lang.String _propertyName

_className

java.lang.String _className

_variableName

java.lang.String _variableName

Class org.webmacro.PropertyException.NoSuchVariableException extends PropertyException implements Serializable

Serialized Fields

variableName

java.lang.String variableName

Class org.webmacro.PropertyException.NullToStringException extends PropertyException implements Serializable

Serialized Fields

variableName

java.lang.String variableName

Class org.webmacro.PropertyException.NullValueException extends PropertyException implements Serializable

Serialized Fields

variableName

java.lang.String variableName

Class org.webmacro.PropertyException.RestrictedMethodException extends PropertyException implements Serializable

Serialized Fields

_propertyName

java.lang.String _propertyName

_className

java.lang.String _className

_variableName

java.lang.String _variableName

Class org.webmacro.PropertyException.RestrictedPropertyException extends PropertyException implements Serializable

Serialized Fields

_propertyName

java.lang.String _propertyName

_className

java.lang.String _className

_variableName

java.lang.String _variableName

Class org.webmacro.PropertyException.UndefinedVariableException extends PropertyException implements Serializable

Serialized Fields

_msg

java.lang.String _msg

Class org.webmacro.PropertyException.VoidValueException extends PropertyException implements Serializable

Serialized Fields

_variableName

java.lang.String _variableName

Class org.webmacro.ResourceException extends WebMacroException implements Serializable

Class org.webmacro.RethrowableException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class org.webmacro.RethrowableRuntimeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class org.webmacro.TemplateException extends WebMacroException implements Serializable

Class org.webmacro.UnsettableException extends ContextException implements Serializable

Class org.webmacro.WebMacroException extends RethrowableException implements Serializable

Serialized Fields

_contextLocation

java.lang.String _contextLocation

Class org.webmacro.WebMacroRuntimeException extends RethrowableRuntimeException implements Serializable


Package org.webmacro.directive

Class org.webmacro.directive.Directive.NotSimpleVariableBuildException extends BuildException implements Serializable

Class org.webmacro.directive.Directive.NotVariableBuildException extends BuildException implements Serializable


Package org.webmacro.engine

Class org.webmacro.engine.BuildException extends TemplateException implements Serializable

Class org.webmacro.engine.IntrospectionException extends WebMacroException implements Serializable

Class org.webmacro.engine.ListBuilder extends java.util.Vector implements Serializable

Class org.webmacro.engine.ParseException extends TemplateException implements Serializable

Class org.webmacro.engine.QuotedStringBuilder extends java.util.Vector implements Serializable


Package org.webmacro.parser

Class org.webmacro.parser.ParseException extends RethrowableException implements Serializable

Serialized Fields

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.

Class org.webmacro.parser.ParserRuntimeException extends WebMacroRuntimeException implements Serializable

Class org.webmacro.parser.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package org.webmacro.resource

Class org.webmacro.resource.InvalidResourceException extends ResourceException implements Serializable


Package org.webmacro.servlet

Class org.webmacro.servlet.ConfigException extends WebMacroException implements Serializable

Class org.webmacro.servlet.HandlerException extends WebMacroException implements Serializable

Class org.webmacro.servlet.WMServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

_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

Class org.webmacro.util.InvalidArgumentException extends java.lang.Exception implements Serializable

Class org.webmacro.util.LogTargetFactory.LogCreationException extends WebMacroException implements Serializable

Class org.webmacro.util.SparseProperties extends java.util.Properties implements Serializable

Serialized Fields

globalDefault

java.lang.Object globalDefault
The global default value for all requests is ""