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

Quick Search    Search Deep

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

java.lang.Object
  extended byorg.apache.struts.action.Action
      extended bycom.lilacsoftware.orca.ShowAlbumsActionBase
          extended bycom.lilacsoftware.orca.ShowAlbumsAction

public class ShowAlbumsAction
extends ShowAlbumsActionBase


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

ShowAlbumsAction

public ShowAlbumsAction()
Method Detail

doPerform

protected 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 javax.servlet.ServletException,
                                                           java.io.IOException
Specified by:
doPerform in class ShowAlbumsActionBase