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.AmbiguousActionMethodSignatureException 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

Class org.codehaus.waffle.context.ContextContainerNotFoundException extends WaffleException implements Serializable


Package org.codehaus.waffle.context.pico

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

Serialized Fields

componentImplementation

java.lang.Class<T> componentImplementation

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

Serialized Fields

delegate

org.picocontainer.MutablePicoContainer delegate

messageResources

MessageResources messageResources

Class org.codehaus.waffle.context.pico.PicoLifecycleStrategy extends org.picocontainer.lifecycle.StartableLifecycleStrategy implements Serializable


Package org.codehaus.waffle.controller

Class org.codehaus.waffle.controller.ControllerNotFoundException extends WaffleException implements Serializable


Package org.codehaus.waffle.registrar

Class org.codehaus.waffle.registrar.InvalidRegistrarException extends WaffleException implements Serializable

Class org.codehaus.waffle.registrar.RegistrarException extends WaffleException implements Serializable


Package org.codehaus.waffle.servlet

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

Serialized Fields

actionMethodExecutor

ActionMethodExecutor actionMethodExecutor

actionMethodResponseHandler

ActionMethodResponseHandler actionMethodResponseHandler

controllerDefinitionFactory

ControllerDefinitionFactory controllerDefinitionFactory

controllerDataBinder

ControllerDataBinder controllerDataBinder

messageResources

MessageResources messageResources

viewDataBinder

ViewDataBinder viewDataBinder

viewResolver

ViewResolver viewResolver

validator

Validator validator

servletMonitor

ServletMonitor servletMonitor

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.