org.seasar.groovy.servlet
クラス S2GroovyServlet

java.lang.Object
  拡張javax.servlet.GenericServlet
      拡張javax.servlet.http.HttpServlet
          拡張org.seasar.groovy.servlet.S2GroovyServlet
すべての実装インタフェース:
groovy.util.ResourceConnector, java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class S2GroovyServlet
extends javax.servlet.http.HttpServlet
implements groovy.util.ResourceConnector

バージョン:
$Revision: 1.2 $
作成者:
takai
関連項目:
直列化された形式

フィールドの概要
static java.lang.String CONFIG_PATH_KEY
           
 
コンストラクタの概要
S2GroovyServlet()
           
 
メソッドの概要
 void destroy()
           
static org.seasar.framework.container.S2Container getContainer()
           
 java.net.URLConnection getResourceConnection(java.lang.String name)
           
 javax.servlet.ServletContext getServletContext()
           
 void init()
           
protected  void initGroovy()
           
protected  void initS2()
           
 void service(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response)
           
 
クラス javax.servlet.http.HttpServlet から継承したメソッド
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
クラス javax.servlet.GenericServlet から継承したメソッド
getInitParameter, getInitParameterNames, getServletConfig, getServletInfo, getServletName, init, log, log
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

CONFIG_PATH_KEY

public static final java.lang.String CONFIG_PATH_KEY
関連項目:
定数フィールド値
コンストラクタの詳細

S2GroovyServlet

public S2GroovyServlet()
メソッドの詳細

getContainer

public static org.seasar.framework.container.S2Container getContainer()

destroy

public void destroy()
定義:
インタフェース javax.servlet.Servlet 内の destroy

getResourceConnection

public java.net.URLConnection getResourceConnection(java.lang.String name)
                                             throws groovy.util.ResourceException
定義:
インタフェース groovy.util.ResourceConnector 内の getResourceConnection
例外:
groovy.util.ResourceException

getServletContext

public javax.servlet.ServletContext getServletContext()
定義:
インタフェース javax.servlet.ServletConfig 内の getServletContext

init

public void init()

initGroovy

protected void initGroovy()

initS2

protected void initS2()

service

public void service(javax.servlet.ServletRequest request,
                    javax.servlet.ServletResponse response)
             throws javax.servlet.ServletException,
                    java.io.IOException
定義:
インタフェース javax.servlet.Servlet 内の service
例外:
javax.servlet.ServletException
java.io.IOException


Copyright © 2004 The Seasar Project. All Rights Reserved.