public abstract class EZServlet extends javax.servlet.http.HttpServlet implements ngmObjectFunction, FileModifiedEventListener
EZServletConfig,
EZServletContext,
直列化された形式C_BACKSLASH, C_BLOCK_CLOSE, C_BLOCK_OPEN, C_COMMA, C_CR, C_DOUBLE_BYTE_SPACE, C_DOUBLE_QUATATION, C_DOUBLE_QUOTATION, C_EQUAL, C_HYPHEN, C_LF, C_SINGLE_QUATATION, C_SINGLE_QUOTATION, C_SPACE, C_TAB, S_BACKSLASH, S_BLOCK_CLOSE, S_BLOCK_OPEN, S_COMMA, S_CR, S_CRLF, S_DOUBLE_QUATATION, S_DOUBLE_QUOTATION, S_EQUAL, S_HYPHEN, S_LF, S_SINGLE_QUATATION, S_SINGLE_QUOTATION, S_SPACE, S_TAB| コンストラクタと説明 |
|---|
EZServlet() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
calls doIt (HttpServletRequest, HttpServletResponse).
|
void |
doIt(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
com.ngMAT.servlet.TemplateBasedServletのdoGet(HttpServletRequest, HttpServletResponse),
doPost(HttpServletRequest, HttpServletResponse)から呼び出され、ブラウザからのリクエストに
対する標準的な処理フローを定義する。
|
void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
calls doIt (HttpServletRequest, HttpServletResponse).
|
void |
fileModified(FileModifiedEvent event)
This method will be called from FileWatcher if you set the property "EZServlet.PropertiesWatcher.Config"
and this calls reinitalize().
|
Log |
getLog() |
java.util.Properties |
getProperties() |
java.lang.String |
getProperty(java.lang.String name) |
void |
init(javax.servlet.ServletConfig sc)
サーブレットコンテナによりロードされた直後に呼ばれ、EZServletおよび、アプリケーション
サーブレットの初期化を行う。
|
abstract void |
processApplication(EZServletContext context)
アプリケーションサーブレットの主処理として、アプリケーションサーブレット内で実装する必要がある。
|
void |
reinitialize() |
void |
setLog(Log log) |
void |
setNgmObject(ngmObjectFunction o) |
void |
setProperties(java.util.Properties prop) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic void setLog(Log log)
setLog インタフェース内 ngmObjectFunctionpublic Log getLog()
getLog インタフェース内 ngmObjectFunctionpublic void setProperties(java.util.Properties prop)
setProperties インタフェース内 ngmObjectFunctionpublic java.util.Properties getProperties()
getProperties インタフェース内 ngmObjectFunctionpublic java.lang.String getProperty(java.lang.String name)
getProperty インタフェース内 ngmObjectFunctionpublic void setNgmObject(ngmObjectFunction o)
setNgmObject インタフェース内 ngmObjectFunctionpublic final void init(javax.servlet.ServletConfig sc)
throws javax.servlet.ServletException
init インタフェース内 javax.servlet.Servletinit クラス内 javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
doPost クラス内 javax.servlet.http.HttpServletpublic void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
doGet クラス内 javax.servlet.http.HttpServletpublic final void doIt(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
(EZServletContect)public abstract void processApplication(EZServletContext context)
public void fileModified(FileModifiedEvent event)
public void reinitialize()