sample.plugins
クラス SamplePlugin

java.lang.Object
  拡張sample.plugins.SamplePlugin
すべての実装インタフェース:
org.apache.struts.action.PlugIn

public class SamplePlugin
extends java.lang.Object
implements org.apache.struts.action.PlugIn


コンストラクタの概要
SamplePlugin()
           
 
メソッドの概要
 void destroy()
           
 void init(org.apache.struts.action.ActionServlet servlet, org.apache.struts.config.ModuleConfig config)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SamplePlugin

public SamplePlugin()
メソッドの詳細

init

public void init(org.apache.struts.action.ActionServlet servlet,
                 org.apache.struts.config.ModuleConfig config)
          throws javax.servlet.ServletException
定義:
インタフェース org.apache.struts.action.PlugIn 内の init
例外:
javax.servlet.ServletException

destroy

public void destroy()
定義:
インタフェース org.apache.struts.action.PlugIn 内の destroy


Copyright ? 2002