|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.webmacro | |
org.webmacro | |
org.webmacro.directive | |
org.webmacro.engine | |
org.webmacro.parser | |
org.webmacro.resource | What's in this directory: -- Classes that relate to resources made available in the WebMacro system. |
org.webmacro.servlet | |
org.webmacro.tools | |
org.webmacro.util |
Classes in org.webmacro used by org.webmacro | |
Broker
The Broker is responsible for loading and initializing almost everything in WebMacro. |
|
Context
A Context contains state. |
|
Context.TemplateEvaluationContext
|
|
ContextException
The context supplied to a macro did not contain information that the macro required in order to write or evaluate itself, or there was some problem with the way the Context was used. |
|
FastWriter
FastWriter attempts to optimize output speed in a WebMacro template through several specific optimizations: FastWriter caches the output in a byte array until you call reset(). |
|
Filter
A Filter is a factory which returns a Macro which filters another Macro. |
|
FilterTool
A FilterTool is a factory which returns a Filter. |
|
InitException
This exception is used to indicate that a somethin was not propertly able to initialize itself. |
|
Log
A log is a simple recipient of information about the system. |
|
Macro
Directives, variables, macro calls, blocks, conditions, text, etc., all have this as their supertype. |
|
NotFoundException
You asked for something that is not currently available. |
|
PropertyException
A PropertyException indicates some failure to evaluate a property in a context or against some other object. |
|
Provider
A Provider is an object responsible or loading and managing instances of a given type. |
|
ResourceException
Resource could not be loaded for some reason |
|
RethrowableException
RethrowableException A standard exception, inherited from Exception, which also includes a constructor of the form Exception(String, Exception) which allows one exception to wrap another without throwing away useful debugging information. |
|
RethrowableRuntimeException
RethrowableRuntimeException A standard exception, inherited from RuntimeException, which also includes a constructor of the form Exception(String, Exception) which allows one exception to wrap another without throwing away useful debugging information. |
|
Template
|
|
TemplateException
Exception raised on discovery of a parsing error. |
|
TemplateVisitor
|
|
Visitable
Visitable Interface implemented by Macros so that Visitors can traverse them. |
|
WebMacro
WebMacro Manager Interface This interface provies root access into the WebMacro system. |
|
WebMacroException
This is the base class of all WebMacro exceptions. |
Classes in org.webmacro used by org.webmacro.directive | |
Broker
The Broker is responsible for loading and initializing almost everything in WebMacro. |
|
Context
A Context contains state. |
|
FastWriter
FastWriter attempts to optimize output speed in a WebMacro template through several specific optimizations: FastWriter caches the output in a byte array until you call reset(). |
|
InitException
This exception is used to indicate that a somethin was not propertly able to initialize itself. |
|
Log
A log is a simple recipient of information about the system. |
|
Macro
Directives, variables, macro calls, blocks, conditions, text, etc., all have this as their supertype. |
|
PropertyException
A PropertyException indicates some failure to evaluate a property in a context or against some other object. |
|
Provider
A Provider is an object responsible or loading and managing instances of a given type. |
|
RethrowableException
RethrowableException A standard exception, inherited from Exception, which also includes a constructor of the form Exception(String, Exception) which allows one exception to wrap another without throwing away useful debugging information. |
|
Template
|
|
TemplateException
Exception raised on discovery of a parsing error. |
|
TemplateVisitor
|
|
Visitable
Visitable Interface implemented by Macros so that Visitors can traverse them. |
|
WebMacroException
This is the base class of all WebMacro exceptions. |
Classes in org.webmacro used by org.webmacro.engine | |
Broker
The Broker is responsible for loading and initializing almost everything in WebMacro. |
|
Context
A Context contains state. |
|
FastWriter
FastWriter attempts to optimize output speed in a WebMacro template through several specific optimizations: FastWriter caches the output in a byte array until you call reset(). |
|
Filter
A Filter is a factory which returns a Macro which filters another Macro. |
|
InitException
This exception is used to indicate that a somethin was not propertly able to initialize itself. |
|
Log
A log is a simple recipient of information about the system. |
|
Macro
Directives, variables, macro calls, blocks, conditions, text, etc., all have this as their supertype. |
|
NotFoundException
You asked for something that is not currently available. |
|
PropertyException
A PropertyException indicates some failure to evaluate a property in a context or against some other object. |
|
Provider
A Provider is an object responsible or loading and managing instances of a given type. |
|
RethrowableException
RethrowableException A standard exception, inherited from Exception, which also includes a constructor of the form Exception(String, Exception) which allows one exception to wrap another without throwing away useful debugging information. |
|
Template
|
|
TemplateException
Exception raised on discovery of a parsing error. |
|
TemplateVisitor
|
|
Visitable
Visitable Interface implemented by Macros so that Visitors can traverse them. |
|
WebMacroException
This is the base class of all WebMacro exceptions. |
Classes in org.webmacro used by org.webmacro.parser | |
Broker
The Broker is responsible for loading and initializing almost everything in WebMacro. |
|
RethrowableException
RethrowableException A standard exception, inherited from Exception, which also includes a constructor of the form Exception(String, Exception) which allows one exception to wrap another without throwing away useful debugging information. |
|
RethrowableRuntimeException
RethrowableRuntimeException A standard exception, inherited from RuntimeException, which also includes a constructor of the form Exception(String, Exception) which allows one exception to wrap another without throwing away useful debugging information. |
|
WebMacroRuntimeException
This is the base class of all WebMacro runtime exceptions. |
Classes in org.webmacro used by org.webmacro.resource | |
Broker
The Broker is responsible for loading and initializing almost everything in WebMacro. |
|
InitException
This exception is used to indicate that a somethin was not propertly able to initialize itself. |
|
Log
A log is a simple recipient of information about the system. |
|
Macro
Directives, variables, macro calls, blocks, conditions, text, etc., all have this as their supertype. |
|
NotFoundException
You asked for something that is not currently available. |
|
Provider
A Provider is an object responsible or loading and managing instances of a given type. |
|
ResourceException
Resource could not be loaded for some reason |
|
RethrowableException
RethrowableException A standard exception, inherited from Exception, which also includes a constructor of the form Exception(String, Exception) which allows one exception to wrap another without throwing away useful debugging information. |
|
Template
|
|
TemplateException
Exception raised on discovery of a parsing error. |
|
Visitable
Visitable Interface implemented by Macros so that Visitors can traverse them. |
|
WebMacroException
This is the base class of all WebMacro exceptions. |
Classes in org.webmacro used by org.webmacro.servlet | |
Broker
The Broker is responsible for loading and initializing almost everything in WebMacro. |
|
Context
A Context contains state. |
|
ContextTool
This interface is used to attach utilities to a context to assist with the generation of views. |
|
FastWriter
FastWriter attempts to optimize output speed in a WebMacro template through several specific optimizations: FastWriter caches the output in a byte array until you call reset(). |
|
InitException
This exception is used to indicate that a somethin was not propertly able to initialize itself. |
|
Log
A log is a simple recipient of information about the system. |
|
NotFoundException
You asked for something that is not currently available. |
|
PropertyException
A PropertyException indicates some failure to evaluate a property in a context or against some other object. |
|
ResourceException
Resource could not be loaded for some reason |
|
RethrowableException
RethrowableException A standard exception, inherited from Exception, which also includes a constructor of the form Exception(String, Exception) which allows one exception to wrap another without throwing away useful debugging information. |
|
Template
|
|
UnsettableException
This exception is thrown on attempt to set something that is not settable. |
|
WebMacro
WebMacro Manager Interface This interface provies root access into the WebMacro system. |
|
WebMacroException
This is the base class of all WebMacro exceptions. |
Classes in org.webmacro used by org.webmacro.tools | |
Context
A Context contains state. |
Classes in org.webmacro used by org.webmacro.util | |
Broker
The Broker is responsible for loading and initializing almost everything in WebMacro. |
|
Context
A Context contains state. |
|
InitException
This exception is used to indicate that a somethin was not propertly able to initialize itself. |
|
Log
A log is a simple recipient of information about the system. |
|
Macro
Directives, variables, macro calls, blocks, conditions, text, etc., all have this as their supertype. |
|
PropertyException
A PropertyException indicates some failure to evaluate a property in a context or against some other object. |
|
Provider
A Provider is an object responsible or loading and managing instances of a given type. |
|
ResourceException
Resource could not be loaded for some reason |
|
RethrowableException
RethrowableException A standard exception, inherited from Exception, which also includes a constructor of the form Exception(String, Exception) which allows one exception to wrap another without throwing away useful debugging information. |
|
Template
|
|
UnsettableException
This exception is thrown on attempt to set something that is not settable. |
|
WebMacroException
This is the base class of all WebMacro exceptions. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |