blob: 7bba378f59337e5a49ee29ef1b9cf8ba5fea00b0 [file] [log] [blame]
<body>
Provides the main Click runtime components.
<p/>
This package defines the core application runtime classes and
exception. The main class developers will use is the {@link net.sf.click.Page}
class which provides application pages, the
{@link net.sf.click.Context} class which provides page's their request context,
and {@link net.sf.click.Control} interface which Page controls extend.
<p/>
Other classes include the {@link net.sf.click.ClickServlet} which provides the Click
runtime environment, and <tt>ClickApp</tt> which encapsulates the Click application
configuration. This class has package private visibility and are not intended for
general use. Of course as an open source project this class can be modified to suite
individual needs.
</body>