net.sf.scmwebgui.actions
Class RemoveRelatedContent

java.lang.Object
  extended by net.sf.scmwebgui.actions.RemoveRelatedContent
All Implemented Interfaces:
IActionHandler

public class RemoveRelatedContent
extends java.lang.Object
implements IActionHandler

This IActionHandler removes a related Content to a Content. The handler is called with these parameters:


Constructor Summary
RemoveRelatedContent()
           
 
Method Summary
 void execute(RequestContext ctx, javax.servlet.http.HttpServletRequest request)
          Execute the actions in the IActionHandler
 java.lang.String getRelatedContentPath()
           
 void setRelatedContentPath(java.lang.String relatedContentPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveRelatedContent

public RemoveRelatedContent()
Method Detail

execute

public void execute(RequestContext ctx,
                    javax.servlet.http.HttpServletRequest request)
Description copied from interface: IActionHandler
Execute the actions in the IActionHandler

Specified by:
execute in interface IActionHandler
request - Servlet Request with parameters as attributes.

getRelatedContentPath

public java.lang.String getRelatedContentPath()
Returns:
Returns the relatedContentPath.

setRelatedContentPath

public void setRelatedContentPath(java.lang.String relatedContentPath)
Parameters:
relatedContentPath - The relatedContentPath to set.


Copyright null null. All Rights Reserved.