public static class TMLContext.IndependentTMLScriptEnvironment extends Object
Modifier and Type | Field and Description |
---|---|
HttpServletRequest |
_request |
HttpServletResponse |
_response |
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 |
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 HttpServletRequest _request
public HttpServletResponse _response
public TMLContext getMainContext()
public Map getActionRegistration()
public List getWarnings()
public Map getSessionVars()
public Map getVars()
public void importEnvironmentData(TMLContext context, boolean includeIntrusiveData)
public TMLContext getTMLContextForDocument(TMLContext parentContext, de.innovationgate.webgate.api.WGDocument doc)
public TMLForm getForm()
public TMLUserProfile getUserProfile(de.innovationgate.webgate.api.WGDatabase db)
public WGACore getCore()
public void setForm(TMLForm form)
public boolean isPageContextAvailable()
public boolean isWebEnvironment()
public Map getPersistentForms()
public de.innovationgate.webgate.api.WGDatabase getMainDesignDB()
public Map getTransientForms()
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()