net.sourceforge.pebble.web.action
Class ManageBlogEntryAction
java.lang.Object
net.sourceforge.pebble.web.action.Action
net.sourceforge.pebble.web.action.SecureAction
net.sourceforge.pebble.web.action.ManageBlogEntryAction
public class ManageBlogEntryAction
- extends SecureAction
Allows the user to manage (edit, remove, etc) a blog entry.
- Author:
- Simon Brown
Method Summary |
java.lang.String[] |
getRoles(HttpServletRequest request)
Gets a list of all roles that are allowed to access this action. |
View |
process(HttpServletRequest request,
HttpServletResponse response)
Peforms the processing associated with this action. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManageBlogEntryAction
public ManageBlogEntryAction()
process
public View process(HttpServletRequest request,
HttpServletResponse response)
throws ServletException
- Peforms the processing associated with this action.
- Specified by:
process
in class Action
- Parameters:
request
- the HttpServletRequest instanceresponse
- the HttpServletResponse instance
- Returns:
- the name of the next view
- Throws:
ServletException
getRoles
public java.lang.String[] getRoles(HttpServletRequest request)
- Gets a list of all roles that are allowed to access this action.
- Specified by:
getRoles
in class SecureAction
- Parameters:
request
-
- Returns:
- an array of Strings representing role names
Copyright © 2003-2006, Simon Brown. All Rights Reserved.