|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Interface implemented by the different SsiCommands.
メソッドの概要 | |
java.lang.String |
getStream(java.lang.String[] strParamType,
java.lang.String[] strParam)
Get the processed result of this SsiCommands, called after and only if isPrintable()
returns true |
boolean |
isModified()
Return true if this SsiCommand
has been modified since the last request. |
boolean |
isPrintable()
Called before getStream() and
process() . |
void |
process(java.lang.String[] strParamType,
java.lang.String[] strParam)
Process this request, used if isPrintable()
returns false |
メソッドの詳細 |
public java.lang.String getStream(java.lang.String[] strParamType, java.lang.String[] strParam)
isPrintable()
returns true
strParamType
- The type of parameterstrParam
- The value of the parameterpublic void process(java.lang.String[] strParamType, java.lang.String[] strParam)
isPrintable()
returns falsestrParamType
- The type of parameterstrParam
- The value of the parameterpublic boolean isPrintable()
getStream()
and
process()
. Return true
if this SsiCommand provide an output else false
public boolean isModified()
true
if this SsiCommand
has been modified since the last request.
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |