Package org.serviceconnector.web.xml
Class AjaxSystemXMLLoader
java.lang.Object
org.serviceconnector.web.xml.AbstractXMLLoader
org.serviceconnector.web.xml.AjaxSystemXMLLoader
- All Implemented Interfaces:
IXMLLoader
The Class AjaxSystemXMLLoader.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionfinal classThe Class UploadRunnable.Nested classes/interfaces inherited from class org.serviceconnector.web.xml.AbstractXMLLoader
AbstractXMLLoader.Paging -
Field Summary
FieldsFields inherited from class org.serviceconnector.web.xml.AbstractXMLLoader
XMLSDF -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisText()Checks if is text.voidloadBody(Writer writer, IWebRequest request) Load body.voidloadBody(XMLStreamWriter writer, IWebRequest request) Load body.Methods inherited from class org.serviceconnector.web.xml.AbstractXMLLoader
addMeta, addMeta, connectClientToService, getParameterInt, load, writeBean, writeFailure, writeHeaderMap, writePagingAttributes, writeRuntime, writeSuccess, writeSystem, writeWebInfo, writeXMLDate
-
Field Details
-
LOGGER
public static final org.slf4j.Logger LOGGERThe Constant LOGGER.
-
-
Constructor Details
-
AjaxSystemXMLLoader
public AjaxSystemXMLLoader()
-
-
Method Details
-
isText
public 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
-
loadBody
Load body.- Specified by:
loadBodyin interfaceIXMLLoader- Overrides:
loadBodyin classAbstractXMLLoader- Parameters:
writer- the writerrequest- the request- Throws:
Exception- the exception
-