@StableMinor(version="12.3", sinceVersion="4.0") public class ControllerXml extends Object
Modifier and Type | Field and Description |
---|---|
protected Writer |
out |
protected HttpServletRequest |
request |
protected HttpServletResponse |
response |
protected SessionConfig |
sessionConfig |
Constructor and Description |
---|
ControllerXml(HttpServletRequest request,
HttpServletResponse response) |
Modifier and Type | Method and Description |
---|---|
static String |
getResponseXml() |
protected String |
getResponseXml(PortalException portalException) |
static String |
getResponseXml(String innerXml) |
void |
loadUserInfo(Document requestDom,
ITransaction portalTransaction)
Deprecated.
Since 4.0.7 this method does nothing.
sessionConfig is now initialized in the constructor. |
protected SessionConfig sessionConfig
protected HttpServletRequest request
protected HttpServletResponse response
protected Writer out
public ControllerXml(HttpServletRequest request, HttpServletResponse response) throws ControllerException, PortalException
request
- response
- ControllerException
PortalException
public void loadUserInfo(Document requestDom, ITransaction portalTransaction) throws ControllerException, PortalException
sessionConfig
is now initialized in the constructor.requestDom
- portalTransaction
- ControllerException
PortalException
protected String getResponseXml(PortalException portalException) throws ControllerException, PortalException
ControllerException
PortalException
public static String getResponseXml(String innerXml)
innerXml
- public static String getResponseXml()
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.