public class _WOApplicationWrapper extends Object implements com.webobjects.jspservlet._WOServletAppInterface
Constructor and Description |
---|
_WOApplicationWrapper() |
Modifier and Type | Method and Description |
---|---|
String |
applicationName() |
Object |
applicationObject() |
void |
servletDispatchRequest(Map<String,Object> userInfo,
boolean isDeployed) |
String |
servletResponseForComponentWithName(String name,
Map<String,Object> bindings,
Map<String,? extends List<String>> extraHeaders,
Map<String,Object> userInfo,
String urlPrefix,
String appName,
boolean mergeResponseHeaders,
boolean isDeployed) |
String |
servletResponseForDirectActionWithNameAndClass(String actionName,
String className,
Map<String,Object> formValues,
InputStream contentStream,
Map<String,? extends List<String>> extraHeaders,
Map<String,Object> userInfo,
String urlPrefix,
String appName,
boolean mergeResponseHeaders,
boolean isDeployed) |
void |
setApplication(Object uncastApp) |
void |
setContextClassName(String contextClassName) |
void |
setSessionStoreClassName(String sessionStoreClassName) |
public String applicationName()
applicationName
in interface com.webobjects.jspservlet._WOServletAppInterface
public void setApplication(Object uncastApp)
public Object applicationObject()
applicationObject
in interface com.webobjects.jspservlet._WOServletAppInterface
public void setSessionStoreClassName(String sessionStoreClassName)
setSessionStoreClassName
in interface com.webobjects.jspservlet._WOServletAppInterface
public void setContextClassName(String contextClassName)
setContextClassName
in interface com.webobjects.jspservlet._WOServletAppInterface
public void servletDispatchRequest(Map<String,Object> userInfo, boolean isDeployed) throws IOException
servletDispatchRequest
in interface com.webobjects.jspservlet._WOServletAppInterface
IOException
public String servletResponseForComponentWithName(String name, Map<String,Object> bindings, Map<String,? extends List<String>> extraHeaders, Map<String,Object> userInfo, String urlPrefix, String appName, boolean mergeResponseHeaders, boolean isDeployed)
servletResponseForComponentWithName
in interface com.webobjects.jspservlet._WOServletAppInterface
public String servletResponseForDirectActionWithNameAndClass(String actionName, String className, Map<String,Object> formValues, InputStream contentStream, Map<String,? extends List<String>> extraHeaders, Map<String,Object> userInfo, String urlPrefix, String appName, boolean mergeResponseHeaders, boolean isDeployed)
servletResponseForDirectActionWithNameAndClass
in interface com.webobjects.jspservlet._WOServletAppInterface
Copyright © 2002 – 2024 Project Wonder.