|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.action.Action org.dlese.dpc.suggest.action.SuggestAction org.dlese.dpc.suggest.action.SuggestCommentAction
public final class SuggestCommentAction
* Action controller for the Suggest a Comment servlet.
$Id $
Field Summary |
---|
Fields inherited from class org.apache.struts.action.Action |
---|
defaultLocale, servlet |
Constructor Summary | |
---|---|
SuggestCommentAction()
|
Method Summary | |
---|---|
protected CommentRecord |
createRecord(org.apache.struts.action.ActionForm form)
Update the SuggestionRecord (managed by SuggestCommentHelper) with values from the form bean. |
protected SuggestCommentHelper |
getSuggestHelper()
Gets the SuggestCommentHelper attribute of the SuggestCommentAction object |
protected org.apache.struts.action.ActionForward |
handleCancelCommand(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
NOT YET DOCUMENTED |
protected org.apache.struts.action.ActionForward |
handleDoneCommand(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
NOT YET DOCUMENTED |
protected org.apache.struts.action.ActionForward |
handleEditCommand(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
NOT YET DOCUMENTED |
protected org.apache.struts.action.ActionForward |
handleOtherCommands(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
NOT YET DOCUMENTED |
protected org.apache.struts.action.ActionForward |
handleSubmitCommand(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
NOT YET DOCUMENTED |
protected org.apache.struts.action.ActionForward |
initializeSuggestor(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
NOT YET DOCUMENTED |
static void |
setDebug(boolean db)
Sets the debug attribute of the SuggestCommentAction class |
protected org.apache.struts.action.ActionErrors |
validateSuggestForm(org.apache.struts.action.ActionForm form,
org.apache.struts.action.ActionMapping mapping,
HttpServletRequest request)
The required fields for suggest-a-url are: url, nameFirst, nameLast, emailPrimary, instName |
Methods inherited from class org.dlese.dpc.suggest.action.SuggestAction |
---|
execute, getSchemaHelper, handleStaleData |
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 |
Constructor Detail |
---|
public SuggestCommentAction()
Method Detail |
---|
protected SuggestCommentHelper getSuggestHelper() throws ServletException
getSuggestHelper
in class SuggestAction
ServletException
- NOT YET DOCUMENTEDprotected org.apache.struts.action.ActionForward initializeSuggestor(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, HttpServletRequest request, HttpServletResponse response) throws ServletException
SuggestAction
initializeSuggestor
in class SuggestAction
mapping
- NOT YET DOCUMENTEDform
- NOT YET DOCUMENTEDrequest
- NOT YET DOCUMENTEDresponse
- NOT YET DOCUMENTED
ServletException
- NOT YET DOCUMENTEDprotected org.apache.struts.action.ActionForward handleOtherCommands(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, HttpServletRequest request, HttpServletResponse response) throws ServletException
handleOtherCommands
in class SuggestAction
mapping
- NOT YET DOCUMENTEDform
- NOT YET DOCUMENTEDrequest
- NOT YET DOCUMENTEDresponse
- NOT YET DOCUMENTED
ServletException
- NOT YET DOCUMENTEDprotected org.apache.struts.action.ActionForward handleEditCommand(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception
handleEditCommand
in class SuggestAction
mapping
- NOT YET DOCUMENTEDform
- NOT YET DOCUMENTEDrequest
- NOT YET DOCUMENTEDresponse
- NOT YET DOCUMENTED
Exception
- if SuggestionForm cannot be populated with required
info.protected org.apache.struts.action.ActionForward handleCancelCommand(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, HttpServletRequest request, HttpServletResponse response)
handleCancelCommand
in class SuggestAction
mapping
- NOT YET DOCUMENTEDform
- NOT YET DOCUMENTEDrequest
- NOT YET DOCUMENTEDresponse
- NOT YET DOCUMENTED
protected org.apache.struts.action.ActionForward handleDoneCommand(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, HttpServletRequest request, HttpServletResponse response)
handleDoneCommand
in class SuggestAction
mapping
- NOT YET DOCUMENTEDform
- NOT YET DOCUMENTEDrequest
- NOT YET DOCUMENTEDresponse
- NOT YET DOCUMENTED
protected org.apache.struts.action.ActionForward handleSubmitCommand(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, HttpServletRequest request, HttpServletResponse response)
handleSubmitCommand
in class SuggestAction
mapping
- NOT YET DOCUMENTEDform
- NOT YET DOCUMENTEDrequest
- NOT YET DOCUMENTEDresponse
- NOT YET DOCUMENTED
protected org.apache.struts.action.ActionErrors validateSuggestForm(org.apache.struts.action.ActionForm form, org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
validateSuggestForm
in class SuggestAction
mapping
- Description of the Parameterrequest
- Description of the Parameterform
- NOT YET DOCUMENTED
protected CommentRecord createRecord(org.apache.struts.action.ActionForm form) throws Exception
createRecord
in class SuggestAction
form
- NOT YET DOCUMENTED
Exception
- Description of the Exceptionpublic static void setDebug(boolean db)
db
- The new debug value
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |