| javax.servlet.http.HttpServlet org.millstone.webadapter.WebAdapterServlet
SESSION_ATTR_CONTEXT | static String SESSION_ATTR_CONTEXT(Code) | | |
getDirtyWindows | protected Set getDirtyWindows(Application app)(Code) | | Get the list of dirty windows in application
|
getResourceLocation | public String getResourceLocation(String theme, ThemeResource resource)(Code) | | Get relative location of a theme resource.
Parameters: theme - Theme name Parameters: resource - Theme resource External URI specifying the resource |
getThemeSource | public ThemeSource getThemeSource()(Code) | | Returns the theme source.
ThemeSource |
init | public void init(javax.servlet.ServletConfig servletConfig) throws javax.servlet.ServletException(Code) | | Called by the servlet container to indicate to a servlet that the servlet
is being placed into service.
Parameters: servletConfig - object containing the servlet's configuration andinitialization parameters throws: ServletException - if an exception has occurred that interferes with theservlet's normal operation. |
isDebugMode | public boolean isDebugMode()(Code) | | Check if web adapter is in debug mode. Extra output is generated to log
when debug mode is enabled.
Debug mode |
repaintRequested | public void repaintRequested(RepaintRequestEvent event)(Code) | | See Also: org.millstone.base.terminal.Paintable.RepaintRequestListener.repaintRequested(Paintable.RepaintRequestEvent) |
service | protected void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException(Code) | | Receives standard HTTP requests from the public service method and
dispatches them.
Parameters: request - object that contains the request the client made of theservlet Parameters: response - object that contains the response the servlet returns to theclient throws: ServletException - if an input or output error occurs while the servlet ishandling the TRACE request throws: IOException - if the request for the TRACE cannot be handled |
windowAttached | public void windowAttached(WindowAttachEvent event)(Code) | | See Also: org.millstone.base.Application.WindowAttachListener.windowAttached(Application.WindowAttachEvent) |
windowDetached | public void windowDetached(WindowDetachEvent event)(Code) | | See Also: org.millstone.base.Application.WindowDetachListener.windowDetached(Application.WindowDetachEvent) |
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|