com.ibm.wps.struts.action
Interface IStrutsSingleAction


public interface IStrutsSingleAction

IStrutsSingleAction is an interface that a Struts action can implement. The Struts action can then be detected by the StrutsPortlet. A Struts action implementing IStrutsSingleAction will result in the action being processed only once and then the portlet will reset to the default view.