|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.wps.portlets.struts.WpsStrutsViewCommand
com.ibm.wps.portlets.struts.WpsStrutsFilteredViewCommand
public abstract class WpsStrutsFilteredViewCommand
Filter the command with various Transcoding functions.
| Field Summary | |
|---|---|
protected static MessageResources |
messages
The message resources for the Struts Portlet Framework. |
protected java.lang.Class |
wpsStrutsTranscodingRequestWrapper
The transcoding request wrapper. |
| Fields inherited from class com.ibm.wps.portlets.struts.WpsStrutsViewCommand |
|---|
LAST_MODIFIED, PREFIX |
| Constructor Summary | |
|---|---|
WpsStrutsFilteredViewCommand(HttpServletRequest request)
Constructor for the WpsStrutsFilteredViewCommand object |
|
| Method Summary | |
|---|---|
void |
execute(PortletRequest request,
PortletResponse response,
ViewCommandExecutionContext executionContext)
The execute method for filtered view commands |
protected abstract void |
executeCommand(PortletRequest request,
PortletResponse response,
ViewCommandExecutionContext executionContext)
The execute command method that subclasses must implement |
boolean |
inStrutsPortletFilterContext(PortletRequest request)
Find out whether a Struts Portlet Filter (for legacy environments) is configured for this scenario. |
protected boolean |
isDebugOn()
Returns true if debug is enabled |
protected boolean |
isWarnOn()
Returns true if warning is enabled |
protected void |
trace(java.lang.String method,
java.lang.String message)
Trace the message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static MessageResources messages
protected java.lang.Class wpsStrutsTranscodingRequestWrapper
| Constructor Detail |
|---|
public WpsStrutsFilteredViewCommand(HttpServletRequest request)
request - the http servlet request| Method Detail |
|---|
public void execute(PortletRequest request,
PortletResponse response,
ViewCommandExecutionContext executionContext)
execute in interface IViewCommandexecute in class WpsStrutsViewCommandrequest - The request objectrequest - The response objectexecutionContext - the execution context objectresponse - The response objectpublic boolean inStrutsPortletFilterContext(PortletRequest request)
request - the request object
protected boolean isWarnOn()
protected void trace(java.lang.String method,
java.lang.String message)
method - the method namemessage - the messageprotected boolean isDebugOn()
protected abstract void executeCommand(PortletRequest request,
PortletResponse response,
ViewCommandExecutionContext executionContext)
request - The request objectrequest - The response objectexecutionContext - the execution context object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||