Package | Description |
---|---|
info.bioinfweb.commons.servlet | |
info.bioinfweb.commons.servlet.acceptlanguage |
Modifier and Type | Class and Description |
---|---|
class |
HTTPIncludeServlet
This servlet is able to forward any request to any URL (supported by
URLConnection ) including its GET and POST data.Forwarding POST data is only possible if getParameter() ,
getInputStream() or any other method that consumes the POST
data has been called previously on the specified request-object.The URL to forward the request to must be specified with a GET parameter targetURL . |
class |
Model2Servlet
Provides general functionality for servlets that are part of a model 2 architecture.
|
Modifier and Type | Class and Description |
---|---|
class |
AcceptLanguageRedirectServlet
This servlet redirects the client to the URL associated with its accepted language.
|