org.codelabor.system.web.struts.action
Class BaseDispatchAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by org.apache.struts.actions.DispatchAction
          extended by org.codelabor.system.web.struts.action.BaseDispatchAction

public class BaseDispatchAction
extends org.apache.struts.actions.DispatchAction

기본 Dispatcher Action 클래스

Author:
Shin Sang-jae

Field Summary
protected  org.slf4j.Logger logger
          로거
 
Fields inherited from class org.apache.struts.actions.DispatchAction
clazz, log, messages, methods, types
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
BaseDispatchAction()
           
 
Method Summary
 
Methods inherited from class org.apache.struts.actions.DispatchAction
cancelled, dispatchMethod, execute, getMethod, getMethodName, getParameter, unspecified
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected org.slf4j.Logger logger
로거

Constructor Detail

BaseDispatchAction

public BaseDispatchAction()


Copyright © 2011 CODELABOR. All Rights Reserved.