Class GwtServletBase

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.google.gwt.core.server.jakarta.GwtServletBase
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

public class GwtServletBase extends jakarta.servlet.http.HttpServlet
Base servlet for GWT server-side code which extracts properties from the request and sets them for this thread.

For now, subclasses should override init() and set the locale configuration fields - eventually this will be read from a deploy artifact.

See Also: