Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

nectar.action
Class SupportDeleteAction  view SupportDeleteAction download SupportDeleteAction.java

java.lang.Object
  extended byorg.apache.struts.action.Action
      extended bynectar.action.BasePageAction
          extended bynectar.action.SupportDeleteAction
Direct Known Subclasses:
SupportDeleteSubmitAction

public class SupportDeleteAction
extends BasePageAction


Field Summary
private static org.apache.commons.logging.Log log
           
 
Fields inherited from class nectar.action.BasePageAction
ERROR_KEY, FAILURE, SUCCESS
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
SupportDeleteAction()
           
 
Method Summary
protected  boolean checkDeleteAccess(ActionKit kit)
           
protected  java.lang.String executeInternal(ActionKit kit)
           
 
Methods inherited from class nectar.action.BasePageAction
execute
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static org.apache.commons.logging.Log log
Constructor Detail

SupportDeleteAction

public SupportDeleteAction()
Method Detail

executeInternal

protected java.lang.String executeInternal(ActionKit kit)
                                    throws java.lang.Exception
Specified by:
executeInternal in class BasePageAction

checkDeleteAccess

protected boolean checkDeleteAccess(ActionKit kit)
                             throws nectar.data.DataException,
                                    nectar.services.AuthenticationException