|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.catalina.util.ssi.SsiMediator | +--org.apache.catalina.util.ssi.SsiExec
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)
isPrintable()
returns true
strParamType
- The type of parameterstrParam
- The value of the parameterpublic final void process(java.lang.String[] strParamType, java.lang.String[] strParam)
isPrintable()
returns falsestrParamType
- The type of parameterstrParam
- The value of the parameterpublic final boolean isPrintable()
getStream()
and
process()
. Return true
if this SsiCommand provide an output else false
public final boolean isModified()
true
if this SsiCommand
has been modified since the last request.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |