public static class TMLContext.WebTMLContextEnvironment extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PROCESSCONTEXTS_ATTRIBUTE |
Modifier and Type | Method and Description |
---|---|
de.innovationgate.webgate.api.WGDatabase |
fetchDB(String dbKey) |
Map |
getActionRegistration() |
WGACore |
getCore() |
TMLForm |
getForm() |
TMLContext |
getMainContext() |
de.innovationgate.webgate.api.WGDatabase |
getMainDesignDB() |
PageContext |
getPageContext() |
Map |
getPersistentForms() |
Map<String,ProcessContext> |
getProcessContextRegistration() |
String |
getPublisherURL() |
HttpServletRequest |
getRequest() |
HttpServletResponse |
getResponse() |
RootEnvironmentUserData |
getRootEnvironmentUserData() |
Map |
getSessionVars() |
TMLContext |
getTMLContextForDocument(TMLContext parentContext,
de.innovationgate.webgate.api.WGDocument doc) |
Map |
getTransientForms() |
WGAURLBuilder |
getURLBuilder() |
TMLUserProfile |
getUserProfile(de.innovationgate.webgate.api.WGDatabase db) |
Map |
getVars() |
List<Warning> |
getWarnings() |
void |
importEnvironmentData(TMLContext context,
boolean includeIntrusiveData) |
boolean |
isPageContextAvailable() |
boolean |
isWebEnvironment() |
de.innovationgate.webgate.api.WGDatabase |
openDB(de.innovationgate.webgate.api.WGDatabase db) |
void |
removeForm(String id) |
void |
setForm(TMLForm form) |
public static final String PROCESSCONTEXTS_ATTRIBUTE
public Map getActionRegistration()
public WGACore getCore()
public TMLForm getForm()
public TMLContext getMainContext()
public Map getSessionVars()
public TMLContext getTMLContextForDocument(TMLContext parentContext, de.innovationgate.webgate.api.WGDocument doc)
public TMLUserProfile getUserProfile(de.innovationgate.webgate.api.WGDatabase db)
public Map getVars()
public List<Warning> getWarnings()
public void importEnvironmentData(TMLContext context, boolean includeIntrusiveData) throws TMLException
TMLException
public void setForm(TMLForm form)
public Map getPersistentForms()
public Map getTransientForms()
public boolean isPageContextAvailable()
public boolean isWebEnvironment()
public de.innovationgate.webgate.api.WGDatabase getMainDesignDB()
public de.innovationgate.webgate.api.WGDatabase openDB(de.innovationgate.webgate.api.WGDatabase db) throws de.innovationgate.webgate.api.WGException
de.innovationgate.webgate.api.WGException
public de.innovationgate.webgate.api.WGDatabase fetchDB(String dbKey)
public RootEnvironmentUserData getRootEnvironmentUserData()
public void removeForm(String id)
public PageContext getPageContext()
public String getPublisherURL()
public HttpServletRequest getRequest()
public HttpServletResponse getResponse()
public WGAURLBuilder getURLBuilder()