KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > servlet > UnavailableException > Top Examples

  • org.apache.pluto.portalImpl.services.portletdefinitionregistry.PortletDefinitionRegistryServiceContextImpl
    A version of the registry service that obtains data from a ServletContext rather than trying to scan for portlet applications. @version $Rev$ $Date$
  • org.apache.struts.action.ActionServlet
    <p><strong>ActionServlet</strong> provides the "controller" in the Model-View-Controller (MVC) design pattern for web applications that is commonly known as "Model 2". This nomenclature originated with a description in the JavaServerPages Specification, version 0.92, and has per ...
  • org.apache.ws.jaxme.webapp.BaseServlet
  • edu.rice.rubbos.servlets.RubbosHttpServlet
    Provides the method to initialize connection to the database. All the servlets inherit from this class
  • org.apache.catalina.hostmanager.HostManagerServlet
    Servlet that enables remote management of the virtual hosts installed on the server. Normally, this functionality will be protected by a security constraint in the web application deployment descriptor. However, this requirement can be relaxed during testing. <p> This servlet examines the v ...
  • com.jcorporate.expresso.core.controller.ExpressoActionServlet
    Title: Expresso Project Description: Copyright: Copyright (c) 2001, 2002, 2003 Company: Jcorporate @author Michael Rimov, Extended by Peter Pilgrim @author Michael Rimov, Peter Pilgrim, Portions created by the Struts development team @version 2.0 @see ExpressoPlugin @see ExpressoRe ...
  • org.apache.catalina.core.ApplicationDispatcher
    Standard implementation of <code>RequestDispatcher</code> that allows a request to be forwarded to a different resource to create the ultimate response, or to include the output of another resource in the response from this resource. This implementation allows application level servle ...
  • filters.SetCharacterEncodingFilter
    <p>Example filter that sets the character encoding to be used in parsing the incoming request, either unconditionally or only if the client did not specify a character encoding. Configuration of this filter is based on the following initialization parameters:</p> <ul> <li> ...
Popular Tags