net.sf.scmwebgui.actions
Class DeleteContent

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

public class DeleteContent
extends java.lang.Object
implements IActionHandler

This IActionHandler deletes Content stored in Sconman. The handler is called with these parameters:


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

Constructor Detail

DeleteContent

public DeleteContent()
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.

getContentPath

public java.lang.String getContentPath()
Returns:
Returns the contentPath.

setContentPath

public void setContentPath(java.lang.String contentPath)
Parameters:
contentPath - The contentPath to set.


Copyright null null. All Rights Reserved.