com.aoindustries.website.clientarea.ticket
Class IndexAction
java.lang.Object
Action
com.aoindustries.website.SiteSettingsAction
com.aoindustries.website.LocaleAction
com.aoindustries.website.SkinAction
com.aoindustries.website.ProtocolAction
com.aoindustries.website.HttpsAction
com.aoindustries.website.AuthenticatedAction
com.aoindustries.website.clientarea.ticket.IndexAction
public class IndexAction
- extends AuthenticatedAction
Provides the list of tickets.
- Author:
- AO Industries, Inc.
|
Method Summary |
ActionForward |
execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
SiteSettings siteSettings,
java.util.Locale locale,
Skin skin,
com.aoindustries.aoserv.client.AOServConnector aoConn)
Once authentication has been handled, this version of the execute method is invoked. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexAction
public IndexAction()
execute
public ActionForward execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
SiteSettings siteSettings,
java.util.Locale locale,
Skin skin,
com.aoindustries.aoserv.client.AOServConnector aoConn)
throws java.lang.Exception
- Description copied from class:
AuthenticatedAction
- Once authentication has been handled, this version of the execute method is invoked.
The default implementation of this method simply returns the mapping of "success".
- Overrides:
execute in class AuthenticatedAction
- Throws:
java.lang.Exception