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

📄 todo-1.0.html

📁 struts api,学习使用struts必备的文档
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>The Struts Project TODO List for Version 1.0</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta content="Craig R. McClanahan" name="author" />
<link href="../struts.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div id="heading">
<a href="http://apache.org/">
<img id="asf_logo_wide" alt="The Apache Project" src="../images/asf_logo_wide.gif" />
</a>
<a href="http://struts.apache.org/">
<img id="struts-logo" alt="Struts Framework" src="../images/struts.gif" />
</a>
</div>
<!--end heading-->
<div id="content">
<div id="menu">

    

    <p>Struts</p>
<ul>
        <li>
<a href="../index.html">Welcome</a>
</li>
    </ul>

</div>
<!--end menu-->
<div id="main">


  <h2 id="Intro">Introduction</h2>
<div class="indent">

  <p>Application frameworks, like the applications we build with them,
  never seem to be completed.  The following are the remaining work items
  before Version 1.0 of Struts can be released.</p>

  <p>The TODO list tasks are divided into functional areas that correspond
  to the major components of the Struts Framework.  References in square
  brackets are the Java package containing the corresponding source code.</p>

  </div>


  <h2 id="Docs">Struts Documentation</h2>
<div class="indent">
      <p>Omnibus task list for items related to the Struts Documentation,
      which do not have direct relationships with code bases.</p>
    </div>


  <h2 id="Example">Struts Example Application</h2>
<div class="indent">
      <p>An example web application utilizing the Struts framework and
      custom tag library.</p>
    </div>


  <h2 id="MVC">MVC Framework [org.apache.struts.action]</h2>
<div class="indent">
      <p>This is the core controller servlet, with support for the developer's
      action and form bean classes, plus the supporting data structures.</p>
    <table class="task-list">
<thead>
<tr>
<th>Description</th>
<th>Volunteer</th>
</tr>
</thead>
<tr>
<td>
<em>Deprecation Warnings</em>.
          
        Review framework-wide use of features that have now been
        deprecated.
      </td>
<td />
</tr>
</table>
</div>


  <h2 id="Digester">XML Digester [org.apache.struts.digester]</h2>
<div class="indent">
      <p>The Digester package supports scripted firing of "rules" based on
      matching a particular pattern of nested XML tags.  Among the predefined
      rules that can be utilized are rules to create new objects, set bean
      properties from the contents of attributes, or call arbitrary methods
      with arguments based on the XML content being parsed.  A common
      use for this technology (illustrated in the Struts ActionServlet), is
      parsing configuration files and building corresponding object trees.</p>
    </div>


  <h2 id="BEAN">Bean Tag Library [org.apache.struts.taglib.bean]</h2>
<div class="indent">
      <p>This tag library contains basic tags useful in manipulating JavaBeans
      and their properties.  It includes support for getting and setting bean
      properties using simple, nested, and subscripted accessor expressions.
      </p>
    </div>


  <h2 id="HTML">HTML Forms Tag Library [org.apache.struts.taglib.html]</h2>
<div class="indent">
    <p>This tag library contains tags useful in preparing web applications that
    use HTML forms as their primary mechanism for user data entry, as well as
    support for internationalized and localized applications.</p>
    </div>


  <h2 id="Util">Utility Classes</h2>
<div class="indent">
      <p>This package contains a variety of utility classes useful within
      Struts as well as in stand-alone applications.</p>
    <table class="task-list">
<thead>
<tr>
<th>Description</th>
<th>Volunteer</th>
</tr>
</thead>
<tr>
<td>
<em>Update HTML Filtering</em>.
          
        Update the filtering supported by BeanUtils.filter().
        
        [STRUTS-DEV, Matthias Kerkhoff, 11/13/2000]
      </td>
<td />
</tr>
</table>
</div>


  </div>
<!--end main-->
</div>
<!--end content-->
<div id="footer">
<img id="powered-logo" alt="Powered by Struts" src="../images/struts-power.gif" />
        Copyright (c) 2000-2005, The Apache Software Foundation <span class="noprint">- 
        <a href="http://wiki.apache.org/struts/StrutsDocComments">Comments?</a>
</span>
</div>
<!--end footer-->
</body>
</html>

⌨️ 快捷键说明

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