📄 index-tags.xtp
字号:
<d><i>As a child of <a config-tag="path-mapping"/></i>. A pattern matching the url: <var>/foo/*</var>, <var>/foo</var>, or <var>*.foo</var> </d> </ix> <ix h="webapp.xtp#path-mapping" id="url-regexp"> <d><i>As a child of <a config-tag="path-mapping"/></i>. A regular expression matching the url </d> </ix> <ix h="webapp.xtp#path-mapping" id="real-path"> <d><i>As a child of <a config-tag="path-mapping"/></i>. The prefix of the real path. When usedwith <var>url-regexp</var>, allows substitution variables like <var>$1</var>. </d> </ix> <ix h="webapp.xtp#shutdown-wait-max" id="shutdown-wait-max"> <d>The maximum time Resin will wait for requests to finish before closing the web-app.</d> </ix> <ix h="webapp.xtp#strict-mapping" id="strict-mapping"> <d>Forces servlet-mapping to follow strict Servlet 2.2, disallowingPATH_INFO.</d> </ix> <ix h="webapp.xtp#web-app-default" id="web-app-default"> <d>Establishes the defaults for a .</d> </ix> <ix h="webapp.xtp#web-app" id="web-app"> <d>web-app configures a web application.</d> </ix> <ix h="webapp.xtp#web-app" id="id"> <d><i>As a child of <a config-tag="web-app"/></i>. The url prefix selecting this application.</d> </ix> <ix h="webapp.xtp#web-app" id="url-regexp"> <d><i>As a child of <a config-tag="web-app"/></i>. A regexp to select this application.</d> </ix> <ix h="webapp.xtp#web-app" id="document-directory"> <d><i>As a child of <a config-tag="web-app"/></i>. The document directory forthe application, corresponding to a url of <var>/<i>id</i>/</var>. Can use regexp replacement variables.</d> </ix> <ix h="webapp.xtp#web-app-deploy" id="web-app-deploy"> <d>Specifies war expansion.</d> </ix> <ix h="webapp.xtp#web-app-deploy" id="path"> <d><i>As a child of <a config-tag="web-app-deploy"/></i>. The path to the webapps directory</d> </ix> <ix h="webapp.xtp#web-app-deploy" id="url-prefix"> <d><i>As a child of <a config-tag="web-app-deploy"/></i>. url-prefix added to all expanded webapps</d> </ix> <ix h="webapp.xtp#web-app-deploy" id="expand-path"> <d><i>As a child of <a config-tag="web-app-deploy"/></i>. directory where wars should be expanded</d> </ix> <ix h="webapp.xtp#web-app-deploy" id="lazy-init"> <d><i>As a child of <a config-tag="web-app-deploy"/></i>. true if web-apps should only be initialized when first used</d> </ix> <ix h="webapp.xtp#multipart-form" id="multipart-form"> <d>Enables multipart-mime for forms and file uploads.</d> </ix> <ix h="webapp.xtp#multipart-form" id="upload-max"> <d><i>As a child of <a config-tag="multipart-form"/></i>. maximum size of an upload request (in kb).</d> </ix> <ix h="webapp.xtp#description" id="description"> <d/> </ix> <ix h="webapp.xtp#display-name" id="display-name"> <d/> </ix> <ix h="webapp.xtp#distributable" id="distributable"> <d/> </ix> <ix h="webapp.xtp#context-param" id="context-param"> <d>Initializes application (ServletContext) variables.</d> </ix> <ix h="webapp.xtp#filter" id="filter"> <d>Defines a filter alias for later mapping.</d> </ix> <ix h="webapp.xtp#filter" id="filter-name"> <d><i>As a child of <a config-tag="filter"/></i>. The filter's name (alias) </d> </ix> <ix h="webapp.xtp#filter" id="filter-class"> <d><i>As a child of <a config-tag="filter"/></i>. The filter's class (defaults to filter-name), which extends <a href="javadoc|javax.servlet.Filter|"/> </d> </ix> <ix h="webapp.xtp#filter" id="init-param"> <d><i>As a child of <a config-tag="filter"/></i>. Initialization parameters, see <a href="javadoc|javax.servlet.FilterConfig|getInitParameter(String)"/> </d> </ix> <ix h="webapp.xtp#filter-mapping" id="filter-mapping"> <d>Maps url patterns to filters.</d> </ix> <ix h="webapp.xtp#filter-mapping" id="filter-name"> <d><i>As a child of <a config-tag="filter-mapping"/></i>. The filter name </d> </ix> <ix h="webapp.xtp#filter-mapping" id="url-pattern"> <d><i>As a child of <a config-tag="filter-mapping"/></i>. A pattern matching the url: <var>/foo/*</var>, <var>/foo</var>, or <var>*.foo</var> </d> </ix> <ix h="webapp.xtp#filter-mapping" id="dispatcher"> <d><i>As a child of <a config-tag="filter-mapping"/></i>. </d> </ix> <ix h="webapp.xtp#filter-mapping" id="url-regexp"> <d><i>As a child of <a config-tag="filter-mapping"/></i>. A regular expression matching the url </d> </ix> <ix h="webapp.xtp#filter-mapping" id="filter-name"> <d><i>As a child of <a config-tag="filter-mapping"/></i>. The filter name can use replacement varsfrom url-regexp like <var>$1</var>. It can also specify aclass name directly like <var>test.HelloWorld</var> </d> </ix> <ix h="webapp.xtp#listener" id="listener"> <d/> </ix> <ix h="webapp.xtp#servlet" id="servlet"> <d>Defines a servlet alias for later mapping using .</d> </ix> <ix h="webapp.xtp#servlet" id="servlet-name"> <d><i>As a child of <a config-tag="servlet"/></i>. The servlet's name (alias) </d> </ix> <ix h="webapp.xtp#servlet" id="servlet-class"> <d><i>As a child of <a config-tag="servlet"/></i>. The servlet's class (In Resin, defaults to servlet-name) </d> </ix> <ix h="webapp.xtp#servlet" id="init-param"> <d><i>As a child of <a config-tag="servlet"/></i>. Initialization parameters </d> </ix> <ix h="webapp.xtp#servlet" id="load-on-startup"> <d><i>As a child of <a config-tag="servlet"/></i>. Initializes the servlet when the server starts. </d> </ix> <ix h="webapp.xtp#servlet" id="run-at"> <d><i>As a child of <a config-tag="servlet"/></i>. Times to execute the servlet automatically, A Resin extension. </d> </ix> <ix h="webapp.xtp#servlet-mapping" id="servlet-mapping"> <d>Maps url patterns to servlets.</d> </ix> <ix h="webapp.xtp#servlet-mapping" id="servlet-name"> <d><i>As a child of <a config-tag="servlet-mapping"/></i>. The servlet name</d> </ix> <ix h="webapp.xtp#servlet-mapping" id="url-pattern"> <d><i>As a child of <a config-tag="servlet-mapping"/></i>. A pattern matching the url:<var>/foo/*</var>, <var>/foo</var>, or <var>*.foo</var> </d> </ix> <ix h="webapp.xtp#servlet-mapping" id="url-regexp"> <d><i>As a child of <a config-tag="servlet-mapping"/></i>. A regular expression matching the url</d> </ix> <ix h="webapp.xtp#servlet-mapping" id="servlet-name"> <d><i>As a child of <a config-tag="servlet-mapping"/></i>. The servlet name can use replacement varsfrom url-regexp like <var>$1</var>. It can also specify aclass name directly like <var>test.HelloWorld</var> </d> </ix> <ix h="webapp.xtp#servlet-regexp" id="servlet-regexp"> <d>Maps URL by regular expressions to custom servlets.</d> </ix> <ix h="webapp.xtp#session-config" id="session-config"> <d>Session configuration parameters.</d> </ix> <ix h="webapp.xtp#session-config" id="session-timeout"> <d><i>As a child of <a config-tag="session-config"/></i>. The session timeout in minutes, 0 means never timeout.</d> </ix> <ix h="webapp.xtp#session-config" id="session-max"> <d><i>As a child of <a config-tag="session-config"/></i>. Maximum active sessions</d> </ix> <ix h="webapp.xtp#session-config" id="enable-cookies"> <d><i>As a child of <a config-tag="session-config"/></i>. Enable cookies for sessions. (resin 1.1)</d> </ix> <ix h="webapp.xtp#session-config" id="enable-url-rewriting"> <d><i>As a child of <a config-tag="session-config"/></i>. Enable URL rewriting for sessions. (resin 1.1)</d> </ix> <ix h="webapp.xtp#session-config" id="cookie-version"> <d><i>As a child of <a config-tag="session-config"/></i>. Version of the cookie spec for sessions. (resin 1.2)</d> </ix> <ix h="webapp.xtp#session-config" id="cookie-domain"> <d><i>As a child of <a config-tag="session-config"/></i>. Domain for session cookies. (resin 1.2)</d> </ix> <ix h="webapp.xtp#session-config" id="cookie-max-age"> <d><i>As a child of <a config-tag="session-config"/></i>. Max age for persistent session cookies. (resin 2.0)</d> </ix> <ix h="webapp.xtp#session-config" id="cookie-length"> <d><i>As a child of <a config-tag="session-config"/></i>. Maximum length of the cookie. (resin 2.1.1)</d> </ix> <ix h="webapp.xtp#session-config" id="file-store"> <d><i>As a child of <a config-tag="session-config"/></i>. Persistent sessions using a file store. (resin 1.2)</d> </ix> <ix h="webapp.xtp#session-config" id="persistent-path"> <d><i>As a child of <a config-tag="session-config"/></i>. (resin 3.0)</d> </ix> <ix h="webapp.xtp#session-config" id="jdbc-store"> <d><i>As a child of <a config-tag="session-config"/></i>. Persistent sessions using a JDBC store. (resin 1.2)</d> </ix> <ix h="webapp.xtp#session-config" id="cluster-store"> <d><i>As a child of <a config-tag="session-config"/></i>. Persistent sessions use the cluster for storage. (resin 3.0)</d> </ix> <ix h="webapp.xtp#session-config" id="always-load-session"> <d><i>As a child of <a config-tag="session-config"/></i>. Reload data from the store on every request. (resin 1.2)</d> </ix> <ix h="webapp.xtp#session-config" id="always-save-session"> <d><i>As a child of <a config-tag="session-config"/></i>. Save session data to the store on every request. (resin 1.2)</d> </ix> <ix h="webapp.xtp#session-config" id="save-only-on-shutdown"> <d><i>As a child of <a config-tag="session-config"/></i>. Only save session when the application shuts down. (resin 1.2.3)</d> </ix> <ix h="webapp.xtp#session-config" id="reuse-session-id"> <d><i>As a child of <a config-tag="session-config"/></i>. Reuse the session id even if the session has timed out. (resin 2.0.4)</d> </ix> <ix h="webapp.xtp#session-config" id="ignore-serialization-errors"> <d><i>As a child of <a config-tag="session-config"/></i>. When persisting a session, ignore any values which don't implement java.io.Serializable</d> </ix> <ix h="webapp.xtp#session-config" id="invalidate-after-listener"> <d><i>As a child of <a config-tag="session-config"/></i>. (resin 3.0)</d> </ix> <ix h="webapp.xtp#mime-mapping" id="mime-mapping"> <d>Maps url patterns to mime-types.</d> </ix> <ix h="webapp.xtp#mime-mapping" id="extension"> <d><i>As a child of <a config-tag="mime-mapping"/></i>. url extension </d> </ix> <ix h="webapp.xtp#mime-mapping" id="mime-type"> <d><i>As a child of <a config-tag="mime-mapping"/></i>. the mime-type </d> </ix> <ix h="webapp.xtp#welcome-file-list" id="welcome-file-list"> <d>Sets the files to use as when no filename is present inurl.</d> </ix> <ix h="webapp.xtp#error-page" id="error-page"> <d>By default, Resin returns a 500 Servlet Error and a stack trace forexceptions and a simple 404 File Not Found for error pages.</d> </ix> <ix h="webapp.xtp#error-page" id="error-code"> <d><i>As a child of <a config-tag="error-page"/></i>. Select the error page based on an HTTP status code </d> </ix> <ix h="webapp.xtp#error-page" id="exception-type"> <d><i>As a child of <a config-tag="error-page"/></i>. Select the error page based on a Java exception </d> </ix> <ix h="webapp.xtp#error-page" id="location"> <d><i>As a child of <a config-tag="error-page"/></i>. The error page to display </d> </ix> <ix h="webapp.xtp#jsp-config" id="jsp-config"> <d/> </ix> <ix h="webapp.xtp#resource-env-ref" id="resource-env-ref"> <d/> </ix> <ix h="webapp.xtp#message-destination-ref" id="message-destination-ref"> <d/> </ix> <ix h="webapp.xtp#resource-ref" id="resource-ref"> <d/> </ix> <ix h="webapp.xtp#security-constraint" id="security-constraint"> <d>Specifies protected areas of the web site.</d> </ix> <ix h="webapp.xtp#display-name" id="display-name"> <d/> </ix> <ix h="webapp.xtp#web-resource-collection" id="web-resource-collection"> <d>Specifies a collection of areas of the web site.</d> </ix> <ix h="webapp.xtp#web-resource-collection" id="web-resource-name"> <d><i>As a child of <a config-tag="web-resource-collection"/></i>. a name for a web resource collection </d> </ix> <ix h="webapp.xtp#web-resource-collection" id="description"> <d><i>As a child of <a config-tag="web-resource-collection"/></i>. </d> </ix> <ix h="webapp.xtp#web-resource-collection" id="url-pattern"> <d><i>As a child of <a config-tag="web-resource-collection"/></i>. url patterns describing the resource </d> </ix> <ix h="webapp.xtp#web-resource-collection" id="http-method"> <d><i>As a child of <a config-tag="web-resource-collection"/></i>. HTTP methods to be restricted. </d> </ix> <ix h="webapp.xtp#web-resource-collection" id="method"> <d><i>As a child of <a config-tag="web-resource-collection"/></i>. </d> </ix> <ix h="webapp.xtp#auth-constraint" id="auth-constraint"> <d>Requires that authenticated users fill the specified role.In Resin's JdbcAuthenticator, normal users are in the "user" role.Think of a role as a group of users.</d> </ix> <ix h="webapp.xtp#auth-constraint" id="role-name"> <d><i>As a child of <a config-tag="auth-constraint"/></i>. Roles which are allowed to access the resource. </d> </ix> <ix h="webapp.xtp#user-data-constraint" id="user-data-constraint"> <d>Restricts access to secure transports, such as SSL</d> </ix> <ix h="webapp.xtp#user-data-constraint" id="transport-guarantee"> <d><i>As a child of <a config-tag="user-data-constraint"/></i>. Required transport properties. NONE,INTEGRAL, and CONFIDENTIAL are allowed values. </d> </ix> <ix h="webapp.xtp#constraint" id="constraint"> <d/> </ix> <ix h="webapp.xtp#constraint" id="resin:type"> <d><i>As a child of <a config-tag="constraint"/></i>. A class that extends <a href="javadoc|com.caucho.http.security.AbstractConstraint|"/>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -