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.AmbiguousMethodSignatureException extends MatchingMethodException implements Serializable

Class org.codehaus.waffle.action.MatchingMethodException extends MethodInvocationException implements Serializable

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

Class org.codehaus.waffle.action.MissingMethodException extends MethodInvocationException implements Serializable

Class org.codehaus.waffle.action.NoDefaultMethodException extends MissingMethodException implements Serializable

Class org.codehaus.waffle.action.NoMatchingMethodException extends MatchingMethodException implements Serializable

Serialized Fields

methodName

java.lang.String methodName

actionClass

java.lang.Class<T> actionClass

Class org.codehaus.waffle.action.NoValidMethodException extends MissingMethodException implements Serializable


Package org.codehaus.waffle.bind

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


Package org.codehaus.waffle.context.pico

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

controllerDefinitionFactory

ControllerDefinitionFactory controllerDefinitionFactory

dataBinder

DataBinder dataBinder

actionMethodExecutor

ActionMethodExecutor actionMethodExecutor

actionMethodResponseHandler

ActionMethodResponseHandler actionMethodResponseHandler

validator

Validator validator

requestAttributeBinder

RequestAttributeBinder requestAttributeBinder

viewPrefix

java.lang.String viewPrefix

viewSuffix

java.lang.String viewSuffix

depsDone

boolean depsDone

methodInvocationErrorPage

java.lang.String methodInvocationErrorPage

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 © 2007 null. All Rights Reserved.