| インタフェース | 説明 |
|---|---|
| ContentTypeProvider |
Content-Type提供者。
|
| EZSTemplateEventInterposer |
HTMLtemplateロード後、EZSCustomTagのloadedイベントが発生する前に、処理を挟むためのプロセッサ。
|
| EZSTemplateEventListener |
ezs_loaded, ezs_fixなどのイベントリスナ。
|
| HTMLTemplateTagValueValve |
HTMLTemplate#setTagValue (...)
|
| JsonHandler |
JSONを処理するコンポーネント。
|
| TextContent |
テキストを内容とするもの。
|
| XMLHandler |
XMLを処理するコンポーネント。
|
| クラス | 説明 | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| AdHocDecoder |
ad-hoc decoder defined in HTMLTemplate.
|
|||||||||||||||||||||||||||
| Anchor |
This class represents "A" tags, i.e., anchor tags of HTML.
|
|||||||||||||||||||||||||||
| BadTemplateHandler |
Exception Handler class of BAD TEMPLATE.
|
|||||||||||||||||||||||||||
| Body |
This class represents BODY tag of HTML.
|
|||||||||||||||||||||||||||
| Br |
BR tag.
|
|||||||||||||||||||||||||||
| ByteArrayComponent |
画像などのバイト列をHTMLComponentとして、扱うためのラッパクラスです。
|
|||||||||||||||||||||||||||
| CustomTag |
EZServletのHTMLTemplateで使用するテンプレート中で使用できるカスタムタグ。
|
|||||||||||||||||||||||||||
| EZSCustomTag |
EZServletContextのgetTemplate (filename)
で取得されるHTMLTemplateの中で使用されるCustomTag。 |
|||||||||||||||||||||||||||
| FileResource | ||||||||||||||||||||||||||||
| Font |
This class represents FONT tag and font related tags of HTML.
|
|||||||||||||||||||||||||||
| Form |
This class represents FORM tag of HTML.
|
|||||||||||||||||||||||||||
| GroupedHTMLComponent |
プロパティで見た目を設定可能。
|
|||||||||||||||||||||||||||
| Header |
This class represents HEADER tag of HTML.
|
|||||||||||||||||||||||||||
| Hr |
This class represents HR tag of HTML.
|
|||||||||||||||||||||||||||
| HTMLComment |
HTML Comment.
|
|||||||||||||||||||||||||||
| HTMLComponent |
abstract class all HTML Components should inherit.
|
|||||||||||||||||||||||||||
| HTMLComponentVector |
This class represents Vector of html components.
|
|||||||||||||||||||||||||||
| HTMLElement |
Generic HTML tag.
|
|||||||||||||||||||||||||||
| HTMLMailContent |
HTML中の相対パス指定のimgタグをマルチパートで送信できるようパースしてから、テンプレートとしてのパースを行う。
|
|||||||||||||||||||||||||||
| HTMLSpace |
utility class to use
HTMLString#S_HTML_SPACE. |
|||||||||||||||||||||||||||
| HTMLString |
This class represents a pure simple text String without any tags in an HTML document.
|
|||||||||||||||||||||||||||
| HTMLTemplate |
This represents HTML template.
|
|||||||||||||||||||||||||||
| HTMLTemplateTagValueValve.Default | ||||||||||||||||||||||||||||
| Image |
This class represents IMG tags, i.e., image tags, of HTML.
|
|||||||||||||||||||||||||||
| InputStreamResource | ||||||||||||||||||||||||||||
| InsertionTag |
This class supports insertion functions of HTMLTemplate.
|
|||||||||||||||||||||||||||
| JavaScript |
JavaScript文字列をレスポンスとして返すためのコンポーネント。
|
|||||||||||||||||||||||||||
| JsonString |
JSON文字列をレスポンスとして返すためのコンポーネント。
|
|||||||||||||||||||||||||||
| Label | ||||||||||||||||||||||||||||
| LineReaderComponent |
サイズの大きなテキストを1行ずつ処理するためのHTMLComponentです。
|
|||||||||||||||||||||||||||
| Link |
stands for "link" tag.
|
|||||||||||||||||||||||||||
| NullHTMLComponent | ||||||||||||||||||||||||||||
| ObjectArrayComponent |
ObjetcOutputStreamを使用して出力するオブジェクトの羅列を保持するためのHTMLComponentラッパです。
|
|||||||||||||||||||||||||||
| ParsedTable |
This represents a parsed table object, [[#table]]...
|
|||||||||||||||||||||||||||
| PlainText |
デフォルトのContent-Typeとして、"text/plain"を持つ。
|
|||||||||||||||||||||||||||
| RepeatableElement |
Tag attributes:
パッケージcom.ngMAT.HTMLの説明HTMLタグと、さらに拡張されたタグハンドラクラス。HTML tags and extended functions. 。
|