org.jboss.seam.remoting
Class Remoting
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.jboss.seam.remoting.Remoting
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
- Direct Known Subclasses:
- NonInjectionRemoting
public class Remoting
- extends HttpServlet
Serves JavaScript implementation of Seam Remoting
- Author:
- Shane Bryzak
- See Also:
- Serialized Form
DEFAULT_POLL_TIMEOUT
public static final int DEFAULT_POLL_TIMEOUT
- See Also:
- Constant Field Values
DEFAULT_POLL_INTERVAL
public static final int DEFAULT_POLL_INTERVAL
- See Also:
- Constant Field Values
Remoting
public Remoting()
getPollTimeout
public int getPollTimeout()
setPollTimeout
public void setPollTimeout(int pollTimeout)
getPollInterval
public int getPollInterval()
setPollInterval
public void setPollInterval(int pollInterval)
getDebug
public boolean getDebug()
setDebug
public void setDebug(boolean debug)
destroy
public void destroy()
- Specified by:
destroy
in interface Servlet
- Overrides:
destroy
in class GenericServlet
getServletConfig
public ServletConfig getServletConfig()
- Specified by:
getServletConfig
in interface Servlet
- Overrides:
getServletConfig
in class GenericServlet
getServletInfo
public String getServletInfo()
- Specified by:
getServletInfo
in interface Servlet
- Overrides:
getServletInfo
in class GenericServlet
init
public void init(ServletConfig config)
throws ServletException
- Specified by:
init
in interface Servlet
- Overrides:
init
in class GenericServlet
- Throws:
ServletException
getExecutionHandler
protected ExecutionHandler getExecutionHandler()
getInterfaceHandler
protected InterfaceGenerator getInterfaceHandler()
getModelHandler
protected ModelHandler getModelHandler()
getTranslatorHandler
protected ConstraintTranslator getTranslatorHandler()
service
public void service(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
service
in class HttpServlet
- Throws:
ServletException
IOException
Copyright © 2011 Seam Framework. All Rights Reserved.