|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pebble.web.action.Action
net.sourceforge.pebble.web.action.SecureAction
net.sourceforge.pebble.web.action.AbstractLogAction
net.sourceforge.pebble.web.action.ViewReferersAction
public class ViewReferersAction
Gets the referers for the specified time period. This differs from the unsecure version in that it allows referers to be seen month by month and referer filtering can be toggled on/off.
Constructor Summary | |
---|---|
ViewReferersAction()
|
Method Summary | |
---|---|
View |
process(HttpServletRequest request,
HttpServletResponse response)
Peforms the processing associated with this action. |
Methods inherited from class net.sourceforge.pebble.web.action.AbstractLogAction |
---|
getLog, getLogFile, getRoles |
Methods inherited from class net.sourceforge.pebble.web.action.Action |
---|
getModel, setModel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ViewReferersAction()
Method Detail |
---|
public View process(HttpServletRequest request, HttpServletResponse response) throws ServletException
process
in class Action
request
- the HttpServletRequest instanceresponse
- the HttpServletResponse instance
ServletException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |