20 lines
614 B
HTML
Executable File
20 lines
614 B
HTML
Executable File
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
|
<html>
|
|
<head>
|
|
<title>Content Management System API</title>
|
|
</head>
|
|
<body bgcolor="white">
|
|
|
|
<p>Contains the core classes for the Red Hat Content Management
|
|
System (CMS), classes that persist the fundamental objects for CMS
|
|
such as</p>
|
|
<ul>
|
|
<li>{@link com.arsdigita.cms.ContentItem content items},</li>
|
|
<li>{@link com.arsdigita.cms.Template templates}, </li>
|
|
<li>{@link com.arsdigita.cms.ContentSection content sections}, and </li>
|
|
<li>{@link com.arsdigita.cms.ContentType content types}.</li>
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|