|
||||||||||
| 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.AbstractFileAction
net.sourceforge.pebble.web.action.UploadFileAction
net.sourceforge.pebble.web.action.UploadFileToBlogAction
public class UploadFileToBlogAction
Allows the user to upload a file to their blog.
| Constructor Summary | |
|---|---|
UploadFileToBlogAction()
|
|
| Method Summary | |
|---|---|
java.lang.String[] |
getRoles(HttpServletRequest request)
Gets a list of all roles that are allowed to access this action. |
protected java.lang.String |
getType()
Gets the type of this upload (blog image, blog file or theme file). |
| Methods inherited from class net.sourceforge.pebble.web.action.UploadFileAction |
|---|
process |
| 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 UploadFileToBlogAction()
| Method Detail |
|---|
protected java.lang.String getType()
getType in class UploadFileActionFileMetaDatapublic java.lang.String[] getRoles(HttpServletRequest request)
getRoles in class UploadFileActionrequest - the HttpServletRequest for this invocation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||