org.apache.catalina.util.ssi
クラス SsiExec

java.lang.Object
  |
  +--org.apache.catalina.util.ssi.SsiMediator
        |
        +--org.apache.catalina.util.ssi.SsiExec
すべての実装インタフェース:
SsiCommand

public final class SsiExec
extends SsiMediator
implements SsiCommand

バージョン:
$Revision: 1.3 $, $Date: 2001/07/22 20:25:15 $
作成者:
Bip Thelin, Amy Roh

クラス 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
 

コンストラクタの詳細

SsiExec

public SsiExec()
メソッドの詳細

getStream

public final java.lang.String getStream(java.lang.String[] strParamType,
                                        java.lang.String[] strParam)
インタフェース SsiCommand の記述:
Get the processed result of this SsiCommands, called after and only if isPrintable() returns true
定義:
インタフェース SsiCommand 内の getStream
インタフェース org.apache.catalina.util.ssi.SsiCommand からコピーされたタグ:
パラメータ:
strParamType - The type of parameter
strParam - The value of the parameter
戻り値:
result from this SsiCommand

process

public final void process(java.lang.String[] strParamType,
                          java.lang.String[] strParam)
インタフェース SsiCommand の記述:
Process this request, used if isPrintable() returns false
定義:
インタフェース SsiCommand 内の process
インタフェース org.apache.catalina.util.ssi.SsiCommand からコピーされたタグ:
パラメータ:
strParamType - The type of parameter
strParam - The value of the parameter

isPrintable

public final boolean isPrintable()
インタフェース SsiCommand の記述:
Called before getStream() and process(). Return true if this SsiCommand provide an output else false
定義:
インタフェース SsiCommand 内の isPrintable
インタフェース org.apache.catalina.util.ssi.SsiCommand からコピーされたタグ:
戻り値:
boolean result

isModified

public final boolean isModified()
インタフェース SsiCommand の記述:
Return true if this SsiCommand has been modified since the last request.
定義:
インタフェース SsiCommand 内の isModified
インタフェース org.apache.catalina.util.ssi.SsiCommand からコピーされたタグ:
戻り値:
a value of type 'boolean'


Copyright ? 2000-2001 Apache Software Foundation. All Rights Reserved.