📄 index.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 User's Guide - Table of Contents</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta content="Craig R. McClanahan" name="author" />
<meta content="David Geary" name="author" />
<meta content="Mike Schachter" name="author" />
<meta content="Ted Husted" name="author" />
<meta content="Martin Cooper" name="author" />
<meta content="Arron Bates" name="author" />
<meta content="Cedric Dumoulin" name="author" />
<meta content="David Winterfeldt" name="author" />
<meta content="Chris Assenza" name="author" />
<meta content="dIon Gillard" name="author" />
<meta content="Dominique Plante" name="author" />
<meta content="Ed Burns" name="author" />
<meta content="Eric Wu" name="author" />
<meta content="James DeVries" name="author" />
<meta content="John Rousseau" name="author" />
<meta content="John Ueltzhoeffer" name="author" />
<meta content="Larry McCay" name="author" />
<meta content="Mark Budai" name="author" />
<meta content="Matthias Kerkhoff" name="author" />
<meta content="Paul Runyan" name="author" />
<meta content="Robert Hayden" name="author" />
<meta content="Robert Leland" name="author" />
<meta content="Stanley Santiago" name="author" />
<meta content="Wong Kok Kai" name="author" />
<meta content="Donald Ball" name="author" />
<meta content="Dan Walker" name="author" />
<meta content="Eddie Bush" name="author" />
<meta content="Yann Cebron " name="author" />
<meta content="David Graham" 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>User Guide</p>
<ul>
<li>
<a href="index.html">Table of Contents</a>
</li>
<li>
<a href="preface.html">Preface</a>
</li>
<li>
<a href="introduction.html">Introduction</a>
</li>
<li>
<a href="building_model.html">Model Components</a>
</li>
<li>
<a href="building_view.html">View Components</a>
</li>
<li>
<a href="building_controller.html">Controller Components</a>
</li>
<li>
<a href="configuration.html">Configuration</a>
</li>
<li>
<a href="release-notes.html">Release Notes</a>
</li>
<li>
<a href="installation.html">Installation</a>
</li>
</ul>
<p>Developer Guides</p>
<ul>
<li>
<a href="dev_bean.html">Bean Tags</a>
</li>
<li>
<a href="dev_html.html">HTML Tags</a>
</li>
<li>
<a href="dev_logic.html">Logic Tags</a>
</li>
<li>
<a href="dev_nested.html">Nested Tags</a>
</li>
<li>
<a href="dev_tiles.html">Tiles Tags</a>
</li>
<li>
<a href="dev_util.html">Utilities</a>
</li>
<li>
<a href="dev_validator.html">Validator</a>
</li>
</ul>
<p>Quick Links</p>
<ul>
<li>
<a href="../index.html">Welcome</a>
</li>
<li>
<a href="index.html">User and Developer Guides *</a>
</li>
<li>
<a href="../faqs/index.html">FAQs and HowTos</a>
</li>
</ul>
<div class="authors">
<p>
<strong>Contributors</strong>
</p>
<ul>
<li>Craig R. McClanahan</li>
<li>David Geary</li>
<li>Mike Schachter</li>
<li>Ted Husted</li>
<li>Martin Cooper</li>
<li>Arron Bates</li>
<li>Cedric Dumoulin</li>
<li>David Winterfeldt</li>
<li>Chris Assenza</li>
<li>dIon Gillard</li>
<li>Dominique Plante</li>
<li>Ed Burns</li>
<li>Eric Wu</li>
<li>James DeVries</li>
<li>John Rousseau</li>
<li>John Ueltzhoeffer</li>
<li>Larry McCay</li>
<li>Mark Budai</li>
<li>Matthias Kerkhoff</li>
<li>Paul Runyan</li>
<li>Robert Hayden</li>
<li>Robert Leland</li>
<li>Stanley Santiago</li>
<li>Wong Kok Kai</li>
<li>Donald Ball</li>
<li>Dan Walker</li>
<li>Eddie Bush</li>
<li>Yann Cebron </li>
<li>David Graham</li>
</ul>
</div>
</div>
<!--end menu-->
<div id="main">
<h2 id="toc">Table of Contents</h2>
<div class="indent">
<ul>
<li>
<a href="preface.html">0. Preface</a>
<ul>
<li>
<a href="preface.html#suspects">0.1 The Usual Suspects</a>
</li>
<li>
<a href="preface.html#http">0.2 HTTP, HTML, and User Agents</a>
</li>
<li>
<a href="preface.html#cycle">0.3 The HTTP Request/Response Cycle</a>
</li>
<li>
<a href="preface.html#java">0.4 The Java Language and Application Frameworks</a>
</li>
<li>
<a href="preface.html#javabeans">0.5 JavaBeans</a>
</li>
<li>
<a href="preface.html#resources">0.6 Properties Files and ResourceBundles</a>
</li>
<li>
<a href="preface.html#servlets">0.7 Java Servlets</a>
</li>
<li>
<a href="preface.html#jsp">0.8 JavaServer Pages, JSP Tag Libraries, and JavaServer Faces</a>
</li>
<li>
<a href="preface.html#xml">0.9 Extensible Markup Language</a>
</li>
<li>
<a href="preface.html#jaas">0.10 JAAS</a>
</li>
</ul>
</li>
<li>
<a href="introduction.html">1. Introduction</a>
<ul>
<li>
<a href="introduction.html#history">1.1 Forward into the Past!</a>
</li>
<li>
<a href="introduction.html#mvc">1.2 The Model-View-Controller ('MVC') Design Pattern</a>
<ul>
<li>
<a href="introduction.html#modelConcepts">1.2.1 The Model: System State and Business Logic JavaBeans</a>
</li>
<li>
<a href="introduction.html#presentationConcepts">1.2.2 The View: JSP Pages and Presentation Components</a>
</li>
<li>
<a href="introduction.html#controllerConcepts">1.2.3 The Controller: ActionServlet and ActionMapping</a>
</li>
</ul>
</li>
<li>
<a href="introduction.html#controllerConcepts">1.3 Struts Control Flow</a>
</li>
</ul>
</li>
<li>
<a href="building_model.html">2. Building Model Components</a>
<ul>
<li>
<a href="building_model.html#overview">2.1 Overview</a>
</li>
<li>
<a href="building_model.html#javabeans">2.2 JavaBeans and Scope</a>
</li>
<li>
<a href="building_model.html#actionform">2.3 ActionForm Beans</a>
</li>
<li>
<a href="building_model.html#system_state">2.4 System State Beans</a>
</li>
<li>
<a href="building_model.html#business_logic">2.5 Business Logic Beans</a>
</li>
</ul>
</li>
<li>
<a href="building_view.html">3. Building View Components</a>
<ul>
<li>
<a href="building_view.html#overview">3.1 Overview</a>
</li>
<li>
<a href="building_view.html#i18n">3.2 Internationalization</a>
</li>
<li>
<a href="building_view.html#form_beans">3.3 Forms and FormBean Interactions</a>
<ul>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -