public abstract class AbstractSystemCreator
extends java.lang.Object
DataCreator
s which will be executed.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CREATE_SAMPLE_DATA |
protected JspContext |
jspContext |
static java.lang.String |
USE_NICE_PKS |
| Constructor and Description |
|---|
AbstractSystemCreator(JspContext jspContext) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assureJaloSessionAvailable(JspContext jspc) |
protected void |
log(java.lang.String logstring)
You should use this method to log output from inside your system creator.
|
static void |
log(java.lang.String logstring,
JspContext jspContext)
You can use this method to log output from your jsp.
|
static void |
logln(java.lang.String logstring,
JspContext jspContext)
You can use this method to log output from your jsp.
|
public static final java.lang.String USE_NICE_PKS
public static final java.lang.String CREATE_SAMPLE_DATA
protected JspContext jspContext
public AbstractSystemCreator(JspContext jspContext)
protected void assureJaloSessionAvailable(JspContext jspc)
protected void log(java.lang.String logstring)
public static void log(java.lang.String logstring,
JspContext jspContext)
public static void logln(java.lang.String logstring,
JspContext jspContext)
Copyright © 2018 SAP SE. All Rights Reserved.