⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 release-notes-1.2.4.html

📁 struts api,学习使用struts必备的文档
💻 HTML
📖 第 1 页 / 共 4 页
字号:
          <li>2004-02-13 - Add module property to ForwardConfig to support direct cross-linking between modules. </li>
        </ul>
        <ul>
          <li>2004-01-10 - Changed WildcardHelper methods from statics to instance methods to allow subclasses to override and customize behavior. Changed WildcardHelper.match() to accept a generic Map parameter rather than HashMap.</li>
        </ul>
        <ul>
          <li>2003-08-08 - ConfigHelper,ConfigHelperInterface: Removed references to ActionMappings, ActionFormBeans, and ActionForwards.</li>
        </ul>
        <ul>
          <li>2003-07-27 - ConfigHelper: Deprecate methods() since they return objects that have been deprecated. The ModuleConfig object should be used to lookup these items.</li>
          <li>2003-07-16 - ModuleConfigFactory: Catch only relevant exceptions instead of Throwable and made LOG final.</li>
          <li>2003-07-04 - struts-config_1_2.dtd, ControllerConfig.java: Removed deprecated debug controller attribute.</li>
          <li>2003-07-04 - ActionConfig: Removed deprecated perform() methods.</li>
          <li>ApplicationConfig: removed in favor of ModuleConfig.</li>
        </ul>
        <p>
        <strong>Contrib Packages</strong> [
        <code>/contrib</code>]</p>
        <ul>
            <li>2004-06-29 - struts-chain: Wrap HttpServletRequest to ensure correct handling of URIs.</li>
        </ul>
        <ul>
            <li>2004-02-29 - struts-chain: Fix problem with large uploads being deleted if validation failed.</li>
        </ul>
        <ul>
            <li>2004-01-15 - struts-chain: Add Tiles support. Add null check for type, to support forward actions; also add commons loggging</li>
            <li>2004-01-14 - struts-chain: Add support for 'unknown' actions.</li>
        </ul>
        <ul>
          <li>2004-07-07 - struts-faces: correct operation of &lt;s:base&gt; tag and add portlet specific version.</li>
          <li>2004-03-08 - struts-faces: updated for JSF 1.0 final release.</li>
          <li>2003-12-31 - struts-faces: Initial support for Tiles; partial "Tilesization" of example app; *not* ready for prime time but comments definately welcome.</li>
          <li>2003-12-29 - struts-faces: Various updates regarding the JSF Final Draft and to prepare for Tiles support.</li>
          <li>2003-12-17 - struts-jericho: Whiteboard directory for Struts-Jericho, a working proposal for Struts 2.x.</li>
        </ul>
        <ul>
          <li>2003-09-07 - strutsel.taglib.tiles: Addition of "tiles-el" library</li>
        </ul>
          <ul>
              <li>2004-08-10 - TilesUtilImpl: Remove "static" modifier from doInclude() method.
              </li>
          </ul>
        <ul>
          <li>2003-08-11 - struts-chain: Initial check-in of an experimental library that decomposes the Struts 1.1 request procoessor, using the newly checked in Commons Sandbox project called "chain" supporting the Chain of Responsibility pattern.</li>
          <li>2003-08-10 - strutsel: Added action attribute added in base class</li>
          <li>2003-08-10 - strutsel: Removed deprecated FormTag attributes: name, scope, type.</li>
          <li>2003-08-10 - struts-legacy: Removed package (GenericDataSource and GenericConnection).</li>
        </ul>
        <ul>
          <li>2003-07-26 - strutsel: Updated tags to match recent attribute changes to tags in base library.</li>
        </ul>
        <p>
        <strong>Plugins Package</strong> [
        <code>org.apache.struts.plugins</code>]</p>
        <ul>
          <li>2003-08-07 - DigestingPlugIn.java: Added DigestingPlugIn.</li>
        </ul>
        <p>
        <strong>Taglib Package Changes</strong> [
        <code>org.apache.struts.taglib</code>]</p>
        <ul>
            <li>2004-06-26 - EmptyTag: Add support for arrays.</li>
        </ul>
        <ul>
            <li>2004-02-24 - createDynamicJavascript: Move test for null validator form inside "createDynamicJavascript" so that those who use the tag to generate static javascript don't get a JspException.</li>
        </ul>
        <ul>
          <li>2003-09-09 - TagUtils: Log error message when keys or bundles are missing.</li>
        </ul>
        <ul>
          <li>2003-08-23 - TagUtils: Deprecated getActionErrors() in favor of getActionMessages().</li>
          <li>2003-08-16 - TagUtils: Replaced ActionError with ActionMessage.</li>
          <li>2003-08-02 - LocalStrings.properties,TagUtils: Move message resources from util package.</li>
        </ul>
        <ul>
          <li>2003-07-26 - TagUtils,RequestUtils: Added TagUtils class for taglibs to use instead of RequestUtils. We should migrate any method in RequestUtils that takes a PageContext parameter and/or throws JspException. A clean separation will help keep RequestUtils smaller and allow the taglibs to be easily split off of the core Struts distribution.</li>
        </ul>
        <p>
        <strong>Bean Taglib Package Changes</strong> [
        <code>org.apache.struts.taglib.bean</code>]</p>
        <ul>
          <li>2004-01-14 - WriteTag: Use client locale when applying date format.</li>
          <li>2004-01-01 - WriteTag: Add notes regarding discovering localized notations.</li>
        </ul>
        <ul>
          <li>2003-08-28 - IncludeTag: Rename setCookie to addCookie since it isn't a bean setter</li>
        </ul>
        <ul>
          <li>2003-07-13 - MessageTag: Simplified args[] creation, deprecated unused defaultLocale variable.</li>
        </ul>
        <p>
        <strong>HTML Taglib Package Changes</strong> [
        <code>org.apache.struts.taglib.html</code>]:</p>
        <ul>
          <li>2004-08-24 - ImgTag: Correct usage in a module environment.</li>
        </ul>
        <ul>
            <li>2004-07-21 - Add accept-charset attribute to the FormTag.</li>
            <li>2004-07-01 - JavascriptValidatorTag - Correct naming of JS methods when multiple forms are used.</li>
        </ul>
        <ul>
          <li>2004-05-17 - OptionsCollectionTag,OptionsTag: Filter values as well as labels.</li>
        </ul>
        <ul>
            <li>2004-03-08 - JavascriptValidatorTag - Allow multiple forms to be on the same page by generating a unique variable name based on form name. </li>
        </ul>
        <ul>
          <li>2004-02-14 - Substitute "-" for "/" in JavaScript function name when form is subclass of ValidatorActionForm.</li>
          <li>2004-02-07 - Add "module" attribute to IncludeTag, ImgTag, LinkTag, and RewriteTag, as well as to Forward.
              This permits a module to be referenced by name (or "prefix) for direct cross-linking between modules.</li>
          <li>2004-02-04 - Run validator messages through a routine to escape quote marks so that the emitted JavaScript is syntactically correct.</li>
          <li>2004-02-04 - Throw JspException when no form is found in the ValidatorResources under the specified 'name'.</li>
         </ul>
          <ul>
          <li>2004-01-18 - Add "action" attribute to img tag.</li>
          <li>2004-01-09 - Add disabled element to TLD.</li>
          <li>2004-01-03 - Add 10 new tests that cover "some" of the functionality provided by html:options. More to come.</li>
          <li>2004-01-01 - In link-related tags, allow LocalCharacterEncoding to be specified conditionally.</li>
        </ul>
        <ul>
          <li>2003-11-28 - JavascriptValidatorTag - Removed getNextVar() and replaceChar() methods and use a simpler javascript identifier naming scheme. All variables with be named a0, a1, etc. to prevent using reserved words as variable names.</li>
        </ul>
        <ul>
          <li>2003-08-19 - Remove "request scope" references from messages tag. The messages are searched for in all scopes.</li>
          <li>2003-08-10 - struts-html.xml,RewriteTag.java: Added action attribute to rewrite tag.</li>
          <li>2003-08-10 - Removed deprecated FormTag attributes: name, scope, type.</li>
        </ul>
        <ul>
          <li>2003-07-08 - struts-html.xml,FormTag,JavascriptValidatorTag: Added scriptLanguage property to the form and javascript tags for PR# 17234. This property is ignored in XHTML mode but allows developers to turn off the "language" attribute of &lt;script&gt; tags in HTML.</li>
          <li>2003-07-03 - FormTag: Added disabled check to focus JavaScript</li>
          <li>2003-07-02 - HtmlTag: Removed deprecated method.</li>
          <li>2003-07-02 - BaseHandlerTag: Use RequestUtils.isXhtml() instead of duplicating logic.</li>
          <li>2003-07-02 - ErrorsTag: Don't render new lines</li>
        </ul>
        <p>
        <strong>Logic Taglib Package Changes</strong> [
        <code>org.apache.struts.taglib.logic</code>]:</p>
        <ul>
           <li>2004-01-16 - logic:redirect - Add action attribute.</li>
        </ul>
        <ul>
          <li>2003-07-31 - PresentTag,RedirectTag: Replace depricated method calls with non-deprecated ones.</li>
        </ul>
        <p>
        <strong>Nested Taglib Package Changes</strong> [
        <code>org.apache.struts.taglib.nested</code>]:</p>
        <ul>
            <li>2004-03-22 - Add missing filter attribute to nested:options and nested:optionsCollection.</li>
        </ul>
        <ul>
          <li>2004-01-01 - Correct operation of NestedMessage* tags by implementing NestedPropertySupport rather than NestedNameSupport.</li>
        </ul>
        <ul>
          <li>2003-08-10 - Removed deprecated FormTag attributes: name, scope, type.</li>
        </ul>
        <ul>
          <li>2003-07-03 - struts-nested.xml: Added styleId to nested:hidden</li>
        </ul>
        <p>
        <strong>Tiles Taglib Package Changes</strong> [
        <code>org.apache.struts.taglib.tiles</code>]:</p>
        <ul>
          <li>2004-05-17 - PutTag: Manage tag body content more carefully to ensure pooled tags do not display old content with empty tiles.</li>
        </ul>
        <ul>
          <li>2003-09-07 - ImportAttributeTag,UseAttributeTag: Removing "final" from class declaration, to allow class to be extended in "tiles-el" (or other classes).</li>
        </ul>
        <ul>
          <li>2003-07-27 - xmlDefinition/XmlParser: Remove deprecated/non functional digester logging method.</li>
          <li>2003-07-10 - TagUtils: Deprecated getProperty() because it provided no value over calling PropertyUtils.getProperty() directly.</li>
          <li>2003-07-08 - TilesServlet,ActionComponentServlet: Formatted code, removed deprecated constant.</li>
          <li>2003-07-04 - ActionController: Call Action.execute() instead of perform().</li>
        </ul>
        <p>
        <strong>Tiles Package Changes</strong> [
        <code>org.apache.struts.tiles</code>]:</p>
        <ul>
          <li>2003-09-13 - Controller: Added execute() method to Tiles Controller interface.</li>
        </ul>
        <ul>
          <li>2003-08-16 - portal.UserMenuAction: Replaced hardcoded debugging with commons logging.</li>
        </ul>
        <ul>
          <li>2003-07-31 - xmlDefinition/I18nFactorySet: Replace deprecated constant reference with it's base interface equal.</li>
          <li>2003-07-31 - actions/DefinitionDispatcherAction: Replace deprecated method with current one. Still one method DefinitionUtil.setActionDefinition that doesn't have a replacement. It's a simple method but I don't know where a good place to move it would be.</li>
          <li>2003-07-31 - actions/ReloadDefinitionsAction: Use TilesUtil.createDefinitionsFactory(request,context) instead of deprecated method().</li>
          <li>2003-07-21 - struts-*config.xml: Remove the use of the deprecated action NoOpAction. Replace by ForwardAction.</li>
          <li>2003-07-21 - *Action: Replace the deprecated perform(..) method by the new execute(...) method.</li>
          <li>2003-07-12 - DefinitionDispatcherAction: Use commons-logging to record error messages instead of printing them to the response.</li>
          <li>2003-07-10 - TilesAction: Removed deprecated perform() method.</li>
          <li>2003-07-09 - Removed deprecated TilesUtil.applicationClass() method.</li>
          <li>2003-07-08 - DefinitionsUtil.java: Deprecated debug level constants, removed some deprecated methods.</li>
          <li>2003-07-08 - ChannelFactorySet: Use commons-logging instead of printing to stdout.</li>
          <li>2003-07-07 - InsertTag: Fixed exception handling. Instead of swallowing exceptions or printing the stack trace on the page, the exceptions are logged and rethrown as JspException for the page error handling mechanism to deal with.</li>
          <li>2003-07-07 - InsertTag: More code cleanup, removed deprecated method, deprecated ROLE_DELIMITER because it is only used internally to this class</li>
          <li>2003-07-04 - ComponentContext: Removed deprecated constructor</li>
          <li>2003-07-02 - Changed UntyppedAttribute class name to UntypedAttribute (spelling error).</li>
        </ul>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -