org.apache.catalina.util.ssi
クラス SsiConfig
java.lang.Object
|
+--org.apache.catalina.util.ssi.SsiMediator
|
+--org.apache.catalina.util.ssi.SsiConfig
- すべての実装インタフェース:
- SsiCommand
- public final class SsiConfig
- extends SsiMediator
- implements SsiCommand
Implementation of the SsiCommand config, example of usage:
<!--#config sizefmt="abbrev" errmsg="An error occurred!"-->
- バージョン:
- $Revision: 1.3.2.1 $, $Date: 2002/01/03 10:44:33 $
- 作成者:
- Bip Thelin
クラス org.apache.catalina.util.ssi.SsiMediator から継承したフィールド |
contextPath, debug, isVirtualWebappRelative, origServletContext, out, path, relpath, req, res, serverVariables, servletContext, ssiCommands |
コンストラクタの概要 |
SsiConfig()
Initialize this SsiCommand |
メソッドの概要 |
void |
flush()
Initialize, run once per page being parsed. |
byte[] |
getError()
Return the current error message. |
java.lang.String |
getSizefmt()
Return the current Size format. |
java.lang.String |
getStream(java.lang.String[] strParamType,
java.lang.String[] strParam)
process() should be used since this SsiCommand
does not return anything. |
java.lang.String |
getTimefmt()
Return the current Time format. |
boolean |
isModified()
Return true if we're modified. |
boolean |
isPrintable()
Returns true if SSI Command does any output. |
void |
process(java.lang.String[] strParamType,
java.lang.String[] strParam)
Process request. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SsiConfig
public SsiConfig()
- Initialize this SsiCommand
getStream
public java.lang.String getStream(java.lang.String[] strParamType,
java.lang.String[] strParam)
process()
should be used since this SsiCommand
does not return anything.
- 定義:
- インタフェース
SsiCommand
内の getStream
- パラメータ:
strParamType
- a value of type 'String[]'strParam
- a value of type 'String[]'- 戻り値:
- a value of type 'String'
process
public final void process(java.lang.String[] strParamType,
java.lang.String[] strParam)
- Process request.
- 定義:
- インタフェース
SsiCommand
内の process
- パラメータ:
strParamType
- a value of type 'String[]'strParam
- a value of type 'String[]'
getError
public final byte[] getError()
- Return the current error message.
- オーバーライド:
- クラス
SsiMediator
内の getError
- 戻り値:
- a value of type 'byte[]'
getSizefmt
public final java.lang.String getSizefmt()
- Return the current Size format.
- 戻り値:
- a value of type 'String'
getTimefmt
public final java.lang.String getTimefmt()
- Return the current Time format.
- 戻り値:
- a value of type 'String'
flush
public final void flush()
- Initialize, run once per page being parsed.
isPrintable
public final boolean isPrintable()
- Returns true if SSI Command does any output.
- 定義:
- インタフェース
SsiCommand
内の isPrintable
- 戻り値:
- a value of type 'boolean'
isModified
public final boolean isModified()
- Return true if we're modified.
- 定義:
- インタフェース
SsiCommand
内の isModified
- 戻り値:
- a value of type 'boolean'
Copyright ? 2000-2001 Apache Software Foundation. All Rights Reserved.