|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.apache.catalina.util.ssi.SsiMediator
|
+--org.apache.catalina.util.ssi.SsiExec
| Field Summary |
| Fields inherited from class org.apache.catalina.util.ssi.SsiMediator |
contextPath, debug, isVirtualWebappRelative, origServletContext, out, path, relpath, req, res, serverVariables, servletContext, ssiCommands |
| Constructor Summary | |
SsiExec()
|
|
| Method Summary | |
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 |
| Methods inherited from class org.apache.catalina.util.ssi.SsiMediator |
flush, flushDate, getCGIPath, getCommand, getCommandPath, getError, getFilePath, getServerVariable, getVirtualPath, timefmt, timefmt |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SsiExec()
| Method Detail |
public final java.lang.String getStream(java.lang.String[] strParamType,
java.lang.String[] strParam)
SsiCommandisPrintable()
returns true
getStream in interface SsiCommandstrParamType - The type of parameterstrParam - The value of the parameter
public final void process(java.lang.String[] strParamType,
java.lang.String[] strParam)
SsiCommandisPrintable()
returns false
process in interface SsiCommandstrParamType - The type of parameterstrParam - The value of the parameterpublic final boolean isPrintable()
SsiCommandgetStream() and
process(). Return true
if this SsiCommand provide an output else false
isPrintable in interface SsiCommandpublic final boolean isModified()
SsiCommandtrue if this SsiCommand
has been modified since the last request.
isModified in interface SsiCommand
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||