|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwebwork.action.ActionSupport
net.killingar.actions.ActionSupport
net.killingar.actions.PathActionSupport
net.killingar.actions.DownloadZip
public class DownloadZip
| Field Summary |
|---|
| Fields inherited from class webwork.action.ActionSupport |
|---|
command, errorMap, errorMessages, log |
| Fields inherited from interface webwork.action.Action |
|---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
| Constructor Summary | |
|---|---|
DownloadZip()
|
|
| Method Summary | |
|---|---|
java.lang.String |
doExecute()
|
boolean |
getRecursive()
|
void |
setRecursive(boolean in)
|
static void |
traverse(javax.servlet.http.HttpServletRequest req,
java.lang.String path,
FileZipOutputStream out,
boolean recursive,
int step)
|
| Methods inherited from class net.killingar.actions.PathActionSupport |
|---|
execute, getPath, getRealPath |
| Methods inherited from class net.killingar.actions.ActionSupport |
|---|
setSession |
| Methods inherited from class webwork.action.ActionSupport |
|---|
addError, addErrorMessage, addIllegalArgumentException, doDefault, doValidation, getActionName, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getLocale, getPropertyEditorMessage, getText, getTexts, getTexts, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DownloadZip()
| Method Detail |
|---|
public boolean getRecursive()
public void setRecursive(boolean in)
public java.lang.String doExecute()
doExecute in class webwork.action.ActionSupport
public static void traverse(javax.servlet.http.HttpServletRequest req,
java.lang.String path,
FileZipOutputStream out,
boolean recursive,
int step)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||