public class SystemSetupContext extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FILTERED_PATCHES_FLAG |
| Constructor and Description |
|---|
SystemSetupContext(Map<String,String[]> parameterMap,
SystemSetup.Type type,
String extensionName)
Deprecated.
Use SystemSetupContext(final Map
|
SystemSetupContext(Map<String,String[]> parameterMap,
SystemSetup.Type type,
SystemSetup.Process process,
String extensionName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExtensionName() |
JspContext |
getJspContext()
returns the Jsp Context if set, otherwise null
|
String |
getParameter(String key) |
Map<String,String[]> |
getParameterMap() |
String[] |
getParameters(String key) |
List<String> |
getPatchHashesToApply(String extensionName) |
SystemSetup.Process |
getProcess() |
SystemSetup.Type |
getType() |
boolean |
isFilteredPatches() |
void |
setJspContext(JspContext jspc)
Use this method to set a user-defined JspContext
|
void |
setParameterMap(Map<String,String[]> parameterMap)
If the parameterMap has changed, it can be updated here.
|
public static final String FILTERED_PATCHES_FLAG
@Deprecated public SystemSetupContext(Map<String,String[]> parameterMap, SystemSetup.Type type, String extensionName)
parameterMap - normally the HttpServletRequest.getParameterMap(), can be used to set user-defined variablestype - defines the SystemSetup.Type for the current contextpublic SystemSetupContext(Map<String,String[]> parameterMap, SystemSetup.Type type, SystemSetup.Process process, String extensionName)
public String getExtensionName()
public Map<String,String[]> getParameterMap()
public void setParameterMap(Map<String,String[]> parameterMap)
public String getParameter(String key)
public String[] getParameters(String key)
public boolean isFilteredPatches()
public SystemSetup.Type getType()
SystemSetup.Typepublic SystemSetup.Process getProcess()
SystemSetup.Processpublic void setJspContext(JspContext jspc)
public JspContext getJspContext()
Copyright © 2017 SAP SE. All Rights Reserved.