public class WebTMLEnvironmentBuilder
extends java.lang.Object
| Constructor and Description |
|---|
WebTMLEnvironmentBuilder(WGACore core,
de.innovationgate.webgate.api.WGContent doc,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
TMLUserProfile tmlUserProfile,
AjaxInfo ajaxInfo) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
interpretRedirectionData(TMLContext context,
java.util.Map<java.lang.Object,java.lang.Object> redirectionData) |
TMLContext |
prepareWebTmlEnvironment() |
void |
processActionResult(TMLAction action,
java.lang.Object actionResult,
WGA wga,
TMLPortlet portlet) |
java.lang.Object |
recoverOptionValue(TMLContext context,
TMLOption option) |
public WebTMLEnvironmentBuilder(WGACore core, de.innovationgate.webgate.api.WGContent doc, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, TMLUserProfile tmlUserProfile, AjaxInfo ajaxInfo)
public TMLContext prepareWebTmlEnvironment() throws de.innovationgate.webgate.api.WGException
de.innovationgate.webgate.api.WGExceptionpublic java.lang.Object recoverOptionValue(TMLContext context, TMLOption option)
public void processActionResult(TMLAction action, java.lang.Object actionResult, WGA wga, TMLPortlet portlet) throws de.innovationgate.webgate.api.WGException
de.innovationgate.webgate.api.WGExceptionpublic static java.lang.String interpretRedirectionData(TMLContext context, java.util.Map<java.lang.Object,java.lang.Object> redirectionData) throws de.innovationgate.webgate.api.WGException, org.apache.commons.httpclient.URIException
de.innovationgate.webgate.api.WGExceptionorg.apache.commons.httpclient.URIException