java.lang.Object
org.apache.struts.action.Action
org.apache.struts.actions.DispatchAction
org.roller.presentation.weblog.actions.ReferersAction
- public class ReferersAction
- extends org.apache.struts.actions.DispatchAction
Display today's referers.
| 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 |
mLogger
private static org.apache.commons.logging.Log mLogger
ReferersAction
public ReferersAction()
unspecified
public org.apache.struts.action.ActionForward unspecified(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm actionForm,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Description copied from class:
org.apache.struts.actions.DispatchAction
- Method which is dispatched to when there is no value for specified
request parameter included in the request. Subclasses of
DispatchAction should override this method if they wish
to provide default behavior different than throwing a ServletException.
view
public org.apache.struts.action.ActionForward view(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws java.lang.Exception
- execute
reset
public org.apache.struts.action.ActionForward reset(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws java.lang.Exception