| インタフェース | 説明 |
|---|---|
| EncodingTypeHandler |
Dynamic encoding type handler.
|
| ExceptionHandler | |
| EZDefaultFileHandler.NotFoundHandler | |
| EZServletFilter |
パラメタフィルタとして使用した場合、
EZServletContext#getParameter(String)、
EZServletContext#getParameterValues(String)
の処理の中で呼び出されるフィルタ。 |
| MethodHandler |
http method ハンドラ.
|
| ParameterHandler |
http parameter handler.
|
| TemplatePathHandler |
Virtual template path handler.
|
| クラス | 説明 |
|---|---|
| ContextHandler2_3 |
Disable the char encoding of the container for the each request with calling ServletReauest#setCharacterEncoding(null).
|
| ContextHandler2_3a |
Disable the char encoding of the container for the each request with calling ServletReauest#setCharacterEncoding("iso-8859-1").
|
| ContextHandler2_3b |
Enable the char encoding of the container for the each request with calling ServletReauest#setCharacterEncoding(...).
|
| ContextHandler2_3c |
Enable the char encoding of the container for the each request with calling ServletReauest#setCharacterEncoding(...).
|
| EZCgiServlet |
CGI実行サーブレット
http://<hostname>/<.... |
| EZCgiServletConfig |
EZCgiServlet設定管理クラス。
|
| EZDefaultFileHandler |
テンプレートフォルダ配下のファイルを返すデフォルトファイルハンドラ。
|
| EZFileServlet |
EZDefaultFileHandlerを使用してテンプレートフォルダ配下の
ファイルを返すサーブレット。 |
| EZFileServletConfig |
EZFileServletの設定管理。 |
| EZRedirectorServlet |
Simply redirect to the url specified by a parameter or a session value.
|
| EZRedirectorServletConfig | |
| EZServlet |
最も典型的なサーブレットアプリケーションのフレームワークを提供する。
|
| EZServletConfig |
Base class of each application configuration class.
|
| EZServletConstants |
Constants definition class for EZServlet.
|
| EZServletConstants.AN |
Includes request attribute names used in EZServlet framework class
|
| EZServletConstants.CPN |
Context parameter names in the web.xml.
|
| EZServletConstants.HttpHeaderNames |
http header names.
|
| EZServletConstants.OTHER |
other constants.
|
| EZServletConstants.PN |
Includes property names used in EZServlet framework class
|
| EZServletConstants.SN |
Includes session names used in EZServlet framework class
|
| EZServletConstants.SPN |
Includes system property names used in EZServlet framework class
|
| EZServletConstants.TN |
Includes tag names used in EZServlet framework class
|
| EZServletContext |
ブラウザからの呼出し毎に処理するための情報を一括して管理するためのクラス。
|
| EZServletContext.StatusCode | |
| EZServletVersion | |
| EZSession |
HttpSession object managed by
EZSessionManager. |
| EZSessionManager |
EZServlet original session manager which is independent from the web application container.
|
| EZSoapService | 非推奨 |
| EZSoapServiceConfig | 非推奨 |
| EZSoapServiceConstants | 非推奨 |
| EZSoapServiceConstants.PN | |
| EZSoapServiceContext | 非推奨 |
| EZSoapServiceContextHandler | 非推奨 |
| EZSPresetProperties |
EZServletが初期化時にとりあえずロードするプロパティのプリセット値。
|
| MethodHandler.Default |
デフォルトハンドラ。
|
| MethodHandler.Virtual |
仮想メソッドを返すハンドラ。
|
| MultiPartAttachedFile |
attached file in a file part of multipart stream.
|
| MultiPartContentHandler |
Content handler for multipart/form-data.
|
| MultiPartContentHandlerWithApacheCommons |
another MultiPartContentHandler implementation with Apache Commons FileUpload.
|
| Part |
a "part" in multipart/form-data.
|
| RFCConstants |
RFC related constants.
|
| RFCConstants.ContentDispositionType |
Types of Content-Disposition header.
|
| RFCConstants.HeaderName |
Http headers.
|
| 例外 | 説明 |
|---|---|
| BadParameterValueException |
パラメタの値が不適切であることを通知する例外。
|
| BadURLException |
不適切なURLであることを通知する例外。
|
| EZSApplicationProcessException |
Some exception detected on application process.
|
| EZServletRuntimeException | |
| EZSoapServiceRuntimeException | |
| EZSResponseWasRedirectedException |
Special exception to notify the response was redirected to another URL while application
process.
|
| MultiPartAttachedFileSizeExceedsLimitException | |
| ParameterMissingException |
必須パラメタが欠落していることを通知する例外。
|