Package org.serviceconnector.web.xml
Class AjaxContentXMLLoader
java.lang.Object
org.serviceconnector.web.xml.AbstractXMLLoader
org.serviceconnector.web.xml.AjaxContentXMLLoader
- All Implemented Interfaces:
IXMLLoader
The Class AjaxContentXMLLoader.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.serviceconnector.web.xml.AbstractXMLLoader
AbstractXMLLoader.Paging -
Field Summary
Fields inherited from class org.serviceconnector.web.xml.AbstractXMLLoader
XMLSDF -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanisText()Checks if is text.final voidloadBody(XMLStreamWriter writer, IWebRequest request) Load body.Methods inherited from class org.serviceconnector.web.xml.AbstractXMLLoader
addMeta, addMeta, connectClientToService, getParameterInt, load, loadBody, writeBean, writeFailure, writeHeaderMap, writePagingAttributes, writeRuntime, writeSuccess, writeSystem, writeWebInfo, writeXMLDate
-
Constructor Details
-
AjaxContentXMLLoader
public AjaxContentXMLLoader()
-
-
Method Details
-
isText
public final boolean isText()Checks if is text.- Specified by:
isTextin interfaceIXMLLoader- Overrides:
isTextin classAbstractXMLLoader- Returns:
- true, if is text true, if is raw
-
loadBody
Load body.- Specified by:
loadBodyin interfaceIXMLLoader- Specified by:
loadBodyin classAbstractXMLLoader- Parameters:
writer- the writerrequest- the request- Throws:
Exception- the exception
-