- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class WebClientServlet
extends javax.servlet.http.HttpServlet
MXWebClientServlet This is the main servlet for the new MAXIMO presentation framework. All UI requests are
made to this servlet and then forward to the RequestHandler. The servlet also defaults the content type to
"text/html" so if something else is to be returned (plain text, PDF, file, etc...) then the corresponding
ControlHandler (or event tag) needs to override the content to the appropiate one.
- See Also:
- Serialized Form