They can dynamically intercept requests sent to and responses returned by a Servlet (or JSP) deployed in a Servlet container.
它们可以动态地拦截发送到servlet容器中部署的servlet(或jsp)的请求和返回的响应。
In the case of a SIP Servlet, this information includes the pattern or filter criteria that defines the conditions under which this SIP Servlet should be activated by the container.
在Siplet的情况下,该信息包括定义了情况的模式或过滤器标准,在这些情况下,该Siplet应该由容器激活。
The above tells the Faces Servlet container to send all requests that map to /calc/ to the Faces Servlet for processing.
上面的代码告诉FacesServlet容器,将映射到 /calc/的所有请求发送到 Faces Servlet进行处理。
A request scope corresponds to a servlet request scope; it starts immediately after the container calls a servlet to process a request.
请求范围与一个servlet请求的范围对应;在容器调用servlet来处理请求之后,请求范围立即开始。
The servlet container creates a new servlet request object.
servlet容器创建一个新的 servlet请求对象。
The servlet container instantiates the faces servlet, which starts listening for incoming requests from users.
servlet容器实例化faces servlet,后者开始侦听从用户传入的请求。
The servlet container creates a servlet request object representing the user's request.
servlet容器创建一个表示用户请求的 servlet 请求对象。
During the servlet initialization, the container activates the servlet by calling the init method once.
在Servlet初始化的过程中,这个容器可以通过一次调用init方法来激活这个Servlet。
The RestServlet servlet can run in a non-JAX-RS-aware servlet container, thereby supporting easy deployment of JAX-RS services to non-JAX-RS-aware containers.
RestServletservlet可以在“无jax -RS感知”的servlet容器中运行,从而支持将JAX - RS服务轻松部署到“无jax - RS感知”的容器中。
If the request URL matches the URL pattern, the servlet container invokes Acegi's FilterToBeanProxy, registered as a servlet filter in step 9 of Figure 1.
如果请求url与这个URL模式匹配,servlet容器调用Acegi的FilterToBeanProxy, FilterToBeanProxy已在图1的第9步中被注册为一个servlet过滤器。
In a servlet container that's considered non-JAX-RS aware, the Application subclass name should be supplied as an init-param within the servlet definition.
在一个被认为是不能感知JAX - RS的servlet容器内,应该作为servlet定义内的init - param提供application子类名。
Struts requires a servlet container that supports JSP 1.1 and servlet 2.2 specifications.
Struts需要支持JSP 1.1和servlet 2.2规范的servlet容器。
Probing a Web container shows average response time for a jsp/servlet, the number of concurrent requests to a jsp/servlet etc.
探测Web容器可以知道jsp/servlet的平均响应时间、请求 jsp/servlet 的当前请求数。
The servlet container creates a new servlet context while starting a JSP or servlet application.
启动JSP或servlet应用程序时,servlet容器创建一个新的 servlet上下文。
The method that is called when a servlet is loaded for the first time by the servlet container is the init method.
当servlet容器第一次装载一个 servlet 时,将调用 init方法。
In a servlet container that's considered JAX-RS aware, the Application subclass name can be supplied as the value of the servlet-class element within the servlet definition.
在一个被认为是能感知JAX- RS的servlet容器内,必须作为servlet定义内的servlet类元素的值提供application子类名。
In a servlet container that's considered JAX-RS aware, the Application subclass name can be supplied as the value of the servlet-class element within the servlet definition.
在一个被认为是能感知JAX- RS的servlet容器内,必须作为servlet定义内的servlet类元素的值提供application子类名。
应用推荐