|
||||||||||
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.SaveCategoryAction
public class SaveCategoryAction
Removes a given category from the associated with the current blog.
Constructor Summary | |
---|---|
SaveCategoryAction()
|
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 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 SaveCategoryAction()
Method Detail |
---|
public View process(HttpServletRequest request, HttpServletResponse response) throws ServletException
process
in class Action
request
- the HttpServletRequest instanceresponse
- the HttpServletResponse instance
ServletException
public java.lang.String[] getRoles(HttpServletRequest request)
getRoles
in class SecureAction
request
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |