Serialized Form


Package org.webmacro

Class org.webmacro.ContextException extends WebMacroException implements Serializable

serialVersionUID: 1l

Class org.webmacro.InitException extends WebMacroException implements Serializable

serialVersionUID: 1l

Class org.webmacro.InvalidContextException extends PropertyException implements Serializable

serialVersionUID: 1l

Class org.webmacro.InvalidTypeException extends WebMacroException implements Serializable

serialVersionUID: 1l

Class org.webmacro.NotFoundException extends ResourceException implements Serializable

serialVersionUID: 1l

Class org.webmacro.PropertyException extends ContextException implements Serializable

serialVersionUID: 1l

Serialized Fields

_message

java.lang.String _message

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

serialVersionUID: 1l

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

serialVersionUID: 1l

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

serialVersionUID: 1l

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

serialVersionUID: 1l

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

serialVersionUID: 1l

Serialized Fields

variableName

java.lang.String variableName

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

serialVersionUID: 1l

Serialized Fields

variableName

java.lang.String variableName

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

serialVersionUID: 1l

Serialized Fields

variableName

java.lang.String variableName

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

serialVersionUID: 1l

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

serialVersionUID: 1l

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

serialVersionUID: 1l

Serialized Fields

_msg

java.lang.String _msg

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

serialVersionUID: 1l

Serialized Fields

_variableName

java.lang.String _variableName

Class org.webmacro.ResourceException extends WebMacroException implements Serializable

serialVersionUID: 1l

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

serialVersionUID: 1l

Serialized Fields

cause

java.lang.Throwable cause

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

serialVersionUID: 1l

Serialized Fields

cause

java.lang.Throwable cause

Class org.webmacro.TemplateException extends WebMacroException implements Serializable

serialVersionUID: 1l

Class org.webmacro.UnsettableException extends ContextException implements Serializable

serialVersionUID: 1l

Class org.webmacro.WebMacroException extends RethrowableException implements Serializable

serialVersionUID: 1l

Serialized Fields

_contextLocation

java.lang.String _contextLocation

Class org.webmacro.WebMacroRuntimeException extends RethrowableRuntimeException implements Serializable

serialVersionUID: 1l


Package org.webmacro.adapter.jsp

Class org.webmacro.adapter.jsp.TemplateTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

webmacro

WebMacro webmacro
Our shared WebMacro instance


context

java.lang.Object context
Optional JSP-page supplied context variables to use


src

java.lang.String src
The external WM src file to use, if any.


propertyErrorsFailFast

boolean propertyErrorsFailFast
If set (default) to try any property errors will hose the JSP page rendering totally, if false it will just dump out some explanatory WM text.


Package org.webmacro.directive

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

serialVersionUID: 1l

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

serialVersionUID: 1l


Package org.webmacro.engine

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

serialVersionUID: 1l

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

serialVersionUID: 1l

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

serialVersionUID: 1l

Class org.webmacro.engine.MapBuilder extends java.util.HashMap implements Serializable

serialVersionUID: 1l

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

serialVersionUID: 1l

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

serialVersionUID: 1l


Package org.webmacro.parser

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

serialVersionUID: 1l

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

serialVersionUID: 1l

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

serialVersionUID: 1l

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

serialVersionUID: 1l


Package org.webmacro.servlet

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

serialVersionUID: 1l

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

serialVersionUID: 1l

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

serialVersionUID: 1l

Serialized Fields

wm

WMEval wm
The thread-safe evaluator of all templates.


globalContext

Context globalContext
The global context.


globalName

java.lang.String globalName
The global context name to place in the context.


globalTemplate

java.lang.String globalTemplate
The global template.


requestName

java.lang.String requestName
The name that identifies the per-request context.


requestTemplate

java.lang.String requestTemplate
The per-request template.


sr

ServletRouter sr
The delegate to populate the context for the application.


log

Log log

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

Serialized Fields

_wm

WebMacro _wm

_broker

Broker _broker

_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

serialVersionUID: 1l

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

serialVersionUID: 1l

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

serialVersionUID: 1l

Serialized Fields

globalDefault

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



Copyright © 1999-2006 WebMacro. All Rights Reserved.