In this case, I'm using the param tag to pass the name of the current page to the template page to dynamically output a link for the Show Source functionality at the bottom of each page.
在本例中,我使用了param标记,将当前页面的名称传递给模板页面,以便动态输出链接,用于每个页面底部的Show Source功能。
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子类名。
The RestServlet is passed as init-param the name of the Application subclass that the Book service supplies.
RestServlet被传递为init - param,这是Books服务提供的application子类的名称。
应用推荐