|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--org.apache.catalina.util.ssi.SsiMediator | +--org.apache.catalina.util.ssi.SsiExec
クラス org.apache.catalina.util.ssi.SsiMediator から継承したフィールド |
contextPath, debug, isVirtualWebappRelative, origServletContext, out, path, relpath, req, res, serverVariables, servletContext, ssiCommands |
コンストラクタの概要 | |
SsiExec()
|
メソッドの概要 | |
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 |
クラス org.apache.catalina.util.ssi.SsiMediator から継承したメソッド |
flush, flushDate, getCGIPath, getCommand, getCommandPath, getError, getFilePath, getServerVariable, getVirtualPath, timefmt, timefmt |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public SsiExec()
メソッドの詳細 |
public final java.lang.String getStream(java.lang.String[] strParamType, java.lang.String[] strParam)
SsiCommand
の記述: isPrintable()
returns true
SsiCommand
内の getStream
org.apache.catalina.util.ssi.SsiCommand
からコピーされたタグ:strParamType
- The type of parameterstrParam
- The value of the parameterpublic final void process(java.lang.String[] strParamType, java.lang.String[] strParam)
SsiCommand
の記述: isPrintable()
returns falseSsiCommand
内の process
org.apache.catalina.util.ssi.SsiCommand
からコピーされたタグ:strParamType
- The type of parameterstrParam
- The value of the parameterpublic final boolean isPrintable()
SsiCommand
の記述: getStream()
and
process()
. Return true
if this SsiCommand provide an output else false
SsiCommand
内の isPrintable
org.apache.catalina.util.ssi.SsiCommand
からコピーされたタグ:public final boolean isModified()
SsiCommand
の記述: true
if this SsiCommand
has been modified since the last request.SsiCommand
内の isModified
org.apache.catalina.util.ssi.SsiCommand
からコピーされたタグ:
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |