public abstract class AbstractGetDeployedFormCmd extends Object implements Command<InputStream>
| Modifier and Type | Field and Description | 
|---|---|
| protected static String | DEPLOYMENT_KEY | 
| protected static int | DEPLOYMENT_KEY_LENGTH | 
| protected static String | EMBEDDED_KEY | 
| protected static int | EMBEDDED_KEY_LENGTH | 
| Constructor and Description | 
|---|
| AbstractGetDeployedFormCmd() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract void | checkAuthorization(CommandContext commandContext) | 
| InputStream | execute(CommandContext commandContext) | 
| protected abstract FormData | getFormData(CommandContext commandContext) | 
| protected String | getResourceName(String formKey) | 
protected static String EMBEDDED_KEY
protected static int EMBEDDED_KEY_LENGTH
protected static String DEPLOYMENT_KEY
protected static int DEPLOYMENT_KEY_LENGTH
public InputStream execute(CommandContext commandContext)
execute in interface Command<InputStream>protected abstract FormData getFormData(CommandContext commandContext)
protected abstract void checkAuthorization(CommandContext commandContext)
Copyright © 2018. All rights reserved.