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
- 関連項目:
- 直列化された形式
クラス 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.