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

Quick Search    Search Deep

com.lilacsoftware.orca
Class ShowAlbumsActionBase  view ShowAlbumsActionBase download ShowAlbumsActionBase.java

java.lang.Object
  extended byorg.apache.struts.action.Action
      extended bycom.lilacsoftware.orca.ShowAlbumsActionBase
Direct Known Subclasses:
ShowAlbumsAction

public abstract class ShowAlbumsActionBase
extends org.apache.struts.action.Action


Field Summary
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
ShowAlbumsActionBase()
           
 
Method Summary
protected abstract  org.apache.struts.action.ActionForward doPerform(org.apache.struts.action.ActionMapping mapping, ShowAlbumsForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
protected  org.apache.struts.action.ActionForward forwardInput(org.apache.struts.action.ActionMapping mapping)
           
protected  org.apache.struts.action.ActionForward forwardSuccess(org.apache.struts.action.ActionMapping mapping)
           
 org.apache.struts.action.ActionForward perform(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, 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

ShowAlbumsActionBase

public ShowAlbumsActionBase()
Method Detail

perform

public org.apache.struts.action.ActionForward perform(org.apache.struts.action.ActionMapping mapping,
                                                      org.apache.struts.action.ActionForm form,
                                                      javax.servlet.http.HttpServletRequest request,
                                                      javax.servlet.http.HttpServletResponse response)
                                               throws java.io.IOException,
                                                      javax.servlet.ServletException

doPerform

protected abstract org.apache.struts.action.ActionForward doPerform(org.apache.struts.action.ActionMapping mapping,
                                                                    ShowAlbumsForm form,
                                                                    javax.servlet.http.HttpServletRequest request,
                                                                    javax.servlet.http.HttpServletResponse response)
                                                             throws java.io.IOException,
                                                                    javax.servlet.ServletException

forwardInput

protected org.apache.struts.action.ActionForward forwardInput(org.apache.struts.action.ActionMapping mapping)

forwardSuccess

protected org.apache.struts.action.ActionForward forwardSuccess(org.apache.struts.action.ActionMapping mapping)