easyaction
クラス EasyActionInit

java.lang.Object
  上位を拡張 javax.servlet.GenericServlet
      上位を拡張 javax.servlet.http.HttpServlet
          上位を拡張 easyaction.EasyActionInit
すべての実装されたインタフェース:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class EasyActionInit
extends javax.servlet.http.HttpServlet

easyactionをweb.xmlの初期化パラメータに従って初期化します。起動時に一度だけ実行されます。

作成者:
hyamag
関連項目:
直列化された形式

コンストラクタの概要
EasyActionInit()
           
 
メソッドの概要
 void init(javax.servlet.ServletConfig servletConfig)
           
 
クラス javax.servlet.http.HttpServlet から継承されたメソッド
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
クラス javax.servlet.GenericServlet から継承されたメソッド
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

EasyActionInit

public EasyActionInit()
メソッドの詳細

init

public void init(javax.servlet.ServletConfig servletConfig)
          throws javax.servlet.ServletException
定義:
インタフェース javax.servlet.Servlet 内の init
オーバーライド:
クラス javax.servlet.GenericServlet 内の init
例外:
javax.servlet.ServletException