Serialized Form


Package org.codehaus.waffle

Class org.codehaus.waffle.WaffleException extends java.lang.RuntimeException implements Serializable


Package org.codehaus.waffle.action

Class org.codehaus.waffle.action.ActionMethodException extends WaffleException implements Serializable

Serialized Fields

statusCode

int statusCode

message

java.lang.String message

Class org.codehaus.waffle.action.ActionMethodInvocationException extends WaffleException implements Serializable

Class org.codehaus.waffle.action.AmbiguousActionSignatureMethodException extends MatchingActionMethodException implements Serializable

Class org.codehaus.waffle.action.MatchingActionMethodException extends ActionMethodInvocationException implements Serializable

Class org.codehaus.waffle.action.MissingActionMethodException extends ActionMethodInvocationException implements Serializable

Class org.codehaus.waffle.action.NoDefaultActionMethodException extends MissingActionMethodException implements Serializable

Class org.codehaus.waffle.action.NoMatchingActionMethodException extends MatchingActionMethodException implements Serializable

Serialized Fields

methodName

java.lang.String methodName

actionClass

java.lang.Class<T> actionClass

Class org.codehaus.waffle.action.NoValidActionMethodException extends MissingActionMethodException implements Serializable


Package org.codehaus.waffle.action.intercept

Class org.codehaus.waffle.action.intercept.MethodInterceptorComparator extends java.lang.Object implements Serializable


Package org.codehaus.waffle.bind

Class org.codehaus.waffle.bind.BindException extends WaffleException implements Serializable


Package org.codehaus.waffle.context

Package org.codehaus.waffle.context.pico

Class org.codehaus.waffle.context.pico.PicoContextContainer extends java.lang.Object implements Serializable

Serialized Fields

delegate

org.picocontainer.MutablePicoContainer delegate

Class org.codehaus.waffle.context.pico.PicoLifecycleStrategy extends org.picocontainer.defaults.DefaultLifecycleStrategy implements Serializable


Package org.codehaus.waffle.servlet

Class org.codehaus.waffle.servlet.RhtmlServlet extends javax.servlet.http.HttpServlet implements Serializable

Class org.codehaus.waffle.servlet.WaffleServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

actionMethodExecutor

ActionMethodExecutor actionMethodExecutor

actionMethodResponseHandler

ActionMethodResponseHandler actionMethodResponseHandler

servletMonitor

ServletMonitor servletMonitor

dataBinder

DataBinder dataBinder

requestAttributeBinder

RequestAttributeBinder requestAttributeBinder

controllerDefinitionFactory

ControllerDefinitionFactory controllerDefinitionFactory

validator

Validator validator

viewPrefix

java.lang.String viewPrefix

viewSuffix

java.lang.String viewSuffix

componentsRetrieved

boolean componentsRetrieved

Class org.codehaus.waffle.servlet.WaffleVelocityServlet extends org.apache.velocity.tools.view.servlet.VelocityViewServlet implements Serializable

Serialized Fields

controllerDefinitionFactory

ControllerDefinitionFactory controllerDefinitionFactory

Class org.codehaus.waffle.servlet.WaffleXMLServlet extends WaffleServlet implements Serializable



Copyright © 2008. All Rights Reserved.