📄 index-tags.xtp
字号:
</d> </ix> <ix h="webapp.xtp#constraint" id="init"> <d><i>As a child of <a config-tag="constraint"/></i>. initialization parameters, set in the object using Bean-style setters and getters </d> </ix> <ix h="webapp.xtp#login-config" id="login-config"> <d>HTTP Authentication is defined in the RFC HTTP Authentication: Basic andDigest .</d> </ix> <ix h="webapp.xtp#login-config" id="auth-method"> <d><i>As a child of <a config-tag="login-config"/></i>. Authentication method, either <var>BASIC</var> for HTTP Basic Authentication, <var>FORM</var> for form based authentication, or <var>DIGEST</var> for HTTP <a href="security-digest.xtp">Digest Authentication</a>. </d> </ix> <ix h="webapp.xtp#login-config" id="realm-name"> <d><i>As a child of <a config-tag="login-config"/></i>. The realm name to use in HTTP authentication </d> </ix> <ix h="webapp.xtp#login-config" id="form-login-config"> <d><i>As a child of <a config-tag="login-config"/></i>. Configuration for form login, see <a config-tag="form-login-config"/> </d> </ix> <ix h="webapp.xtp#login-config" id="type"> <d><i>As a child of <a config-tag="login-config"/></i>. Defines a custom class which extends <code>com.caucho.server.security.AbstractLogin</code> </d> </ix> <ix h="webapp.xtp#login-config" id="init"> <d><i>As a child of <a config-tag="login-config"/></i>. Initialization for the custom login class </d> </ix> <ix h="webapp.xtp#form-login-config" id="form-login-config"> <d>Configures authentication using forms.</d> </ix> <ix h="webapp.xtp#form-login-config" id="form-login-page"> <d><i>As a child of <a config-tag="form-login-config"/></i>. The page to be used to prompt the user login</d> </ix> <ix h="webapp.xtp#form-login-config" id="form-error-page"> <d><i>As a child of <a config-tag="form-login-config"/></i>. The error page for unsuccessful login</d> </ix> <ix h="webapp.xtp#form-login-config" id="internal-forward"> <d><i>As a child of <a config-tag="form-login-config"/></i>. Use an internal redirect on success instead of a sendRedirect</d> </ix> <ix h="webapp.xtp#form-login-config" id="form-uri-priority"> <d><i>As a child of <a config-tag="form-login-config"/></i>. If true, the form's j_uri will override a stored URI</d> </ix> <ix h="webapp.xtp#form-login-config" id="j_security_check"> <d><i>As a child of <a config-tag="form-login-config"/></i>. The form's mandatory action </d> </ix> <ix h="webapp.xtp#form-login-config" id="j_username"> <d><i>As a child of <a config-tag="form-login-config"/></i>. The user name </d> </ix> <ix h="webapp.xtp#form-login-config" id="j_password"> <d><i>As a child of <a config-tag="form-login-config"/></i>. The password </d> </ix> <ix h="webapp.xtp#form-login-config" id="j_uri"> <d><i>As a child of <a config-tag="form-login-config"/></i>. Optional Resin extension for the successful display page. </d> </ix> <ix h="webapp.xtp#form-login-config" id="j_use_cookie_auth"> <d><i>As a child of <a config-tag="form-login-config"/></i>. Optional Resin extension to allow cookie login. </d> </ix> <ix h="webapp.xtp#security-role" id="security-role"> <d/> </ix> <ix h="webapp.xtp#env-entry" id="env-entry"> <d/> </ix> <ix h="webapp.xtp#ejb-ref" id="ejb-ref"> <d/> </ix> <ix h="webapp.xtp#ejb-local-ref" id="ejb-local-ref"> <d/> </ix> <ix h="webapp.xtp#message-destination" id="message-destination"> <d/> </ix> <ix h="webapp.xtp#locale-encoding-mapping-list" id="locale-encoding-mapping-list"> <d/> </ix> <!-- generated from file log.xtp --> <ix h="log.xtp#stdout-log" id="stdout-log"> <d>Configure the destination for System.out .</d> </ix> <ix h="log.xtp#stdout-log" id="path "> <d><i>As a child of <a config-tag="stdout-log"/></i>. Output path for the stream, see <a href="#path">"Log Paths"</a>. </d> </ix> <ix h="log.xtp#stdout-log" id="timestamp "> <d><i>As a child of <a config-tag="stdout-log"/></i>. a timestamp <a href="#timestamp">format string</a> to use at the beginning of each log line. </d> </ix> <ix h="log.xtp#stdout-log" id="rollover-period "> <d><i>As a child of <a config-tag="stdout-log"/></i>. how often to rollover the log. Specify in days (15D), weeks (2W), months (1M), or hours (1h). See <a href="#rollover">Rollovers</a>. </d> </ix> <ix h="log.xtp#stdout-log" id="rollover-size "> <d><i>As a child of <a config-tag="stdout-log"/></i>. maximum size of the file before a rollover occurs, in bytes (50000), kb (128kb), or megabytes (10mb). See <a href="#rollover">Rollovers</a>. </d> </ix> <ix h="log.xtp#stdout-log" id="archive-format "> <d><i>As a child of <a config-tag="stdout-log"/></i>. the format for the archive filename when a rollover occurs, see <a href="#rollover">Rollovers</a>. </d> </ix> <ix h="log.xtp#stderr-log" id="stderr-log"> <d>Configure the destination for System.err .</d> </ix> <ix h="log.xtp#stderr-log" id="path "> <d><i>As a child of <a config-tag="stderr-log"/></i>. Output path for the stream, see <a href="#path">"Log Paths"</a>. </d> </ix> <ix h="log.xtp#stderr-log" id="timestamp "> <d><i>As a child of <a config-tag="stderr-log"/></i>. a timestamp <a href="#timestamp">format string</a> to use at the beginning of each log line. </d> </ix> <ix h="log.xtp#stderr-log" id="rollover-period "> <d><i>As a child of <a config-tag="stderr-log"/></i>. how often to rollover the log. Specify in days (15D), weeks (2W), months (1M), or hours (1h). See <a href="#rollover">Rollovers</a>. </d> </ix> <ix h="log.xtp#stderr-log" id="rollover-size "> <d><i>As a child of <a config-tag="stderr-log"/></i>. maximum size of the file before a rollover occurs, in bytes (50000), kb (128kb), or megabytes (10mb). See <a href="#rollover">Rollovers</a>. </d> </ix> <ix h="log.xtp#stderr-log" id="archive-format "> <d><i>As a child of <a config-tag="stderr-log"/></i>. the format for the archive filename when a rollover occurs, see <a href="#rollover">Rollovers</a>. </d> </ix> <ix h="log.xtp#access-log" id="access-log"> <d>Specify the access log file.</d> </ix> <ix h="log.xtp#access-log" id="path "> <d><i>As a child of <a config-tag="access-log"/></i>. Output path for the log entries, see <a href="#path">"Log Paths"</a>. </d> </ix> <ix h="log.xtp#access-log" id="format "> <d><i>As a child of <a config-tag="access-log"/></i>. Access log format. </d> </ix> <ix h="log.xtp#access-log" id="rollover-period "> <d><i>As a child of <a config-tag="access-log"/></i>. how often to rollover the log. Specify in days (15D), weeks (2W), months (1M), or hours (1h). See <a href="#rollover">Rollovers</a>. </d> </ix> <ix h="log.xtp#access-log" id="rollover-size "> <d><i>As a child of <a config-tag="access-log"/></i>. maximum size of the file before a rollover occurs, in bytes (50000), kb (128kb), or megabytes (10mb). See <a href="#rollover">Rollovers</a>. </d> </ix> <ix h="log.xtp#access-log" id="archive-format "> <d><i>As a child of <a config-tag="access-log"/></i>. the format for the archive filename when a rollover occurs, see <a href="#rollover">Rollovers</a>. </d> </ix> <ix h="log.xtp#access-log" id="resin:type "> <d><i>As a child of <a config-tag="access-log"/></i>. a class extending <a href="javadoc|com.caucho.server.log.AccessLog|"/> for custom logging </d> </ix> <ix h="log.xtp#access-log" id="init"> <d><i>As a child of <a config-tag="access-log"/></i>. bean-style initialization for the custom class</d> </ix> <ix h="log.xtp#log" id="log"> <d>Configure the amount and destination of debug logging for the JDKjava.util.logging.* API.</d> </ix> <ix h="log.xtp#log" id="name "> <d><i>As a child of <a config-tag="log"/></i>. A hierarchical name, typically aligned with the Java packaging names </d> </ix> <ix h="log.xtp#log" id="level "> <d><i>As a child of <a config-tag="log"/></i>. The <a href="#Log-Levels">log level</a> </d> </ix> <ix h="log.xtp#log" id="path "> <d><i>As a child of <a config-tag="log"/></i>. Output path for the log messages, see <a href="#path">"Log Paths"</a> </d> </ix> <ix h="log.xtp#log" id="timestamp "> <d><i>As a child of <a config-tag="log"/></i>. a timestamp <a href="#timestamp">format string</a> to use at the beginning of each log line. </d> </ix> <ix h="log.xtp#log" id="format "> <d><i>As a child of <a config-tag="log"/></i>. a <a href="#Format-String">format string</a> to control the output of each log message. Since Resin 3.0.5. </d> </ix> <ix h="log.xtp#log" id="rollover-period "> <d><i>As a child of <a config-tag="log"/></i>. how often to rollover the log. Specify in days (15D), weeks (2W), months (1M), or hours (1h). See <a href="#rollover">Rollovers</a>. </d> </ix> <ix h="log.xtp#log" id="rollover-size "> <d><i>As a child of <a config-tag="log"/></i>. maximum size of the file before a rollover occurs, in bytes (50000), kb (128kb), or megabytes (10mb). See <a href="#rollover">Rollovers</a>. </d> </ix> <ix h="log.xtp#log" id="archive-format "> <d><i>As a child of <a config-tag="log"/></i>. the format for the archive filename when a rollover occurs, see <a href="#rollover">Rollovers</a>. </d> </ix> <ix h="log.xtp#log" id="handler "> <d><i>As a child of <a config-tag="log"/></i>. add a custom Handler, the name of a class that extends <a href="javadoc|java.util.logging.Handler|"/> </d> </ix> <ix h="log.xtp#log" id="formatter "> <d><i>As a child of <a config-tag="log"/></i>. set a custom Formatter, the name of a class that extends <a href="javadoc|java.util.logging.Formatter|"/> </d> </ix> <!-- generated from file init.xtp --> <ix h="init.xtp#init" id="init"> <d>Configures Java Bean-style objects.</d> </ix> <ix h="init.xtp#resin:type" id="resin:type"> <d>This special attribute can be used with all sub-beans toinstantiate a different bean class than the one defined in the parentbean.</d> </ix> <!-- generated from file control.xtp --> <ix h="control.xtp#resin:set" id="resin:set"> <d>resin:set adds an EL variable to the current context.</d> </ix> <ix h="control.xtp#resin:set" id="name"> <d><i>As a child of <a config-tag="resin:set"/></i>. name of the variable to set</d> </ix> <ix h="control.xtp#resin:set" id="value"> <d><i>As a child of <a config-tag="resin:set"/></i>. value</d> </ix> <ix h="control.xtp#resin:if" id="resin:if"> <d>resin:if executes part of the configuration file conditionally.</d> </ix> <ix h="control.xtp#resin:if" id="test"> <d><i>As a child of <a config-tag="resin:if"/></i>. the test to perform </d> </ix> <ix h="control.xtp#resin:choose" id="resin:choose"> <d>resin:choose implements an if, elsif, else.</d> </ix> <ix h="control.xtp#resin:choose" id="resin:when"> <d><i>As a child of <a config-tag="resin:choose"/></i>. </d> </ix> <ix h="control.xtp#resin:choose" id="resin:choose"> <d><i>As a child of <a config-tag="resin:choose"/></i>. </d> </ix> <ix h="control.xtp#resin:when" id="resin:when"> <d/> </ix> <ix h="control.xtp#resin:when" id="test"> <d><i>As a child of <a config-tag="resin:when"/></i>. the test to perform </d> </ix> <ix h="control.xtp#resin:otherwise" id="resin:otherwise"> <d/> </ix> <ix h="control.xtp#resin:otherwise" id="test"> <d><i>As a child of <a config-tag="resin:otherwise"/></i>. the test to perform </d> </ix> <ix h="control.xtp#resin:log" id="resin:log"> <d>Logs a message to the given log file.</d> </ix> <ix h="control.xtp#resin:import" id="resin:import"> <d>resin:import is used to read configuration information from another file.The target file is validated by a schema where the schema depends on thelocation of the resin:import.A resin:import in <server> will have a target with a top-levelof <server>. </d> </ix> <ix h="control.xtp#resin:import" id="path"> <d><i>As a child of <a config-tag="resin:import"/></i>. a path to a file</d> </ix> <ix h="control.xtp#resin:import" id="fileset"> <d><i>As a child of <a config-tag="resin:import"/></i>. a <a config-tag="fileset"/></d> </ix> <ix h="control.xtp#resin:import" id="optional"> <d><i>As a child of <a config-tag="resin:import"/></i>. if true, no error when file does not exist</d> </ix> <ix h="control.xtp#resin:env" id="resin:env"> <d>resin:env creates a new environment for a section of theconfiguration file.</d> </ix> <ix h="control.xtp#jndi:lookup" id="jndi:lookup"> <d>The configuration EL supports a the static function jndi:lookup.jndi:lookup can be used to lookup a JNDI value for the configuration.</d> </ix> <ix h="control.xtp#fmt.timestamp()" id="fmt.timestamp()"> <d>Format a timestamp string.</d> </ix> <ix h="control.xtp#fmt.sprintf()" id="fmt.sprintf()"> <d>Format a string using a sprintf-like format string.</d> </ix> </ixx> </body></document>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -