|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.portal.struts.command.StrutsViewCommand
com.ibm.portal.struts.command.StrutsFilteredViewCommand
public abstract class StrutsFilteredViewCommand
Filter the command with various Transcoding functions.
| Field Summary | |
|---|---|
protected java.lang.Class |
wpsStrutsTranscodingRequestWrapper
The transcoding request wrapper. |
| Fields inherited from class com.ibm.portal.struts.command.StrutsViewCommand |
|---|
CONTENT_TYPE, messages, PREFIX |
| Constructor Summary | |
|---|---|
StrutsFilteredViewCommand(PortletRequest request)
Constructor for the StrutsFilteredViewCommand object |
|
| Method Summary | |
|---|---|
void |
execute(RenderRequest request,
RenderResponse response,
ViewCommandExecutionContext executionContext)
The execute method for filtered view commands |
protected abstract void |
executeCommand(RenderRequest request,
RenderResponse response,
ViewCommandExecutionContext executionContext)
The execute command method that subclasses must implement |
protected boolean |
isDebugOn()
Returns true if debug is enabled |
protected void |
trace(java.lang.String method,
java.lang.String message)
Trace the message. |
| Methods inherited from class com.ibm.portal.struts.command.StrutsViewCommand |
|---|
addAttribute, addAttributeNameToSave, addAttributeTypeToSave, getContentType, getPrefix, getRemoveOnModeChange, getSavedAttributes, getSavedCommand, removeAttribute, removeAttributeNameToSave, removeAttributeTypeToSave, repopulateRequest, saveAsAttribute, saveAttribute, saveAttributes, saveAttributes, saveCommand, saveCommand, setContentType, setContentType, setPrefix, setRemoveOnModeChange, setSavedAttributes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Class wpsStrutsTranscodingRequestWrapper
| Constructor Detail |
|---|
public StrutsFilteredViewCommand(PortletRequest request)
request - the http servlet request| Method Detail |
|---|
public void execute(RenderRequest request,
RenderResponse response,
ViewCommandExecutionContext executionContext)
throws PortletException
execute in interface IViewCommandexecute in class StrutsViewCommandrequest - The request objectrequest - The response objectexecutionContext - the execution context objectresponse - the response object
PortletException - if the request cannot be fulfilled
protected void trace(java.lang.String method,
java.lang.String message)
method - the method namemessage - the messageprotected boolean isDebugOn()
protected abstract void executeCommand(RenderRequest request,
RenderResponse response,
ViewCommandExecutionContext executionContext)
throws PortletException
request - The request objectrequest - The response objectexecutionContext - the execution context object
PortletException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||