|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface implemented by the different SsiCommands.
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 |
Method Detail |
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 parameter
public void process(java.lang.String[] strParamType, java.lang.String[] strParam)
isPrintable()
returns false
strParamType
- 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |