cms: Formating and documentation, Abgleich mit aplaws-svn Stand r2225.

git-svn-id: https://svn.libreccm.org/ccm/trunk@1042 8810af33-2d31-482b-a856-94f89814c4df
master
pb 2011-08-02 18:54:57 +00:00
parent aa50f7969e
commit 2e9f29da94
133 changed files with 134 additions and 134 deletions

View File

@ -15,7 +15,7 @@
// License along with this library; if not, write to the Free Software // License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
// //
// $Id: ContentType.pdl 287 2005-02-22 00:29:02Z sskracic $ // $Id: ContentType.pdl 2161 2011-02-02 00:16:13Z pboy $
// $DateTime: 2004/08/17 23:15:09 $ // $DateTime: 2004/08/17 23:15:09 $
model com.arsdigita.cms; model com.arsdigita.cms;

View File

@ -15,7 +15,7 @@
// License along with this library; if not, write to the Free Software // License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
// //
// $Id: PublishedLink.pdl 287 2005-02-22 00:29:02Z sskracic $ // $Id: PublishedLink.pdl 2140 2011-01-16 12:04:20Z pboy $
// $DateTime: 2004/08/17 23:15:09 $ // $DateTime: 2004/08/17 23:15:09 $
model com.arsdigita.cms; model com.arsdigita.cms;

View File

@ -15,7 +15,7 @@
-- License along with this library; if not, write to the Free Software -- License along with this library; if not, write to the Free Software
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-- --
-- $Id: comment-content_types.sql 287 2005-02-22 00:29:02Z sskracic $ -- $Id: comment-content_types.sql 2155 2011-01-21 01:17:02Z pboy $
-- $DateTime: 2004/08/17 23:15:09 $ -- $DateTime: 2004/08/17 23:15:09 $
comment on table content_types is ' comment on table content_types is '

View File

@ -15,7 +15,7 @@
-- License along with this library; if not, write to the Free Software -- License along with this library; if not, write to the Free Software
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-- --
-- $Id: table-content_types.sql 287 2005-02-22 00:29:02Z sskracic $ -- $Id: table-content_types.sql 2161 2011-02-02 00:16:13Z pboy $
-- $DateTime: 2004/08/17 23:15:09 $ -- $DateTime: 2004/08/17 23:15:09 $
create table content_types ( create table content_types (

View File

@ -15,7 +15,7 @@
-- License along with this library; if not, write to the Free Software -- License along with this library; if not, write to the Free Software
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-- --
-- $Id: oracle-se-create.sql 1305 2006-09-01 08:54:11Z sskracic $ -- $Id: oracle-se-create.sql 2140 2011-01-16 12:04:20Z pboy $
-- --
@@ ddl/oracle-se/create.sql @@ ddl/oracle-se/create.sql

View File

@ -15,7 +15,7 @@
-- License along with this library; if not, write to the Free Software -- License along with this library; if not, write to the Free Software
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-- --
-- $Id: postgres-create.sql 1305 2006-09-01 08:54:11Z sskracic $ -- $Id: postgres-create.sql 2140 2011-01-16 12:04:20Z pboy $
-- --
\i ddl/postgres/create.sql \i ddl/postgres/create.sql

View File

@ -42,7 +42,7 @@ import java.util.Iterator;
* type and the Java class name. * type and the Java class name.
* @see com.arsdigita.kernel.ACSObject * @see com.arsdigita.kernel.ACSObject
* *
* @version $Id: ACSObjectFactory.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: ACSObjectFactory.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class ACSObjectFactory extends DomainService { public class ACSObjectFactory extends DomainService {

View File

@ -34,7 +34,7 @@ import java.io.IOException;
* @author Jack Chung * @author Jack Chung
* *
* @version $Revision: #21 $ $DateTime: 2004/08/17 23:15:09 $ * @version $Revision: #21 $ $DateTime: 2004/08/17 23:15:09 $
* @version $Id: Asset.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: Asset.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public abstract class Asset extends ContentItem { public abstract class Asset extends ContentItem {

View File

@ -36,7 +36,7 @@ import java.math.BigDecimal;
* @author Jack Chung (flattop@arsdigita.com) * @author Jack Chung (flattop@arsdigita.com)
* @author Stanislav Freidin (sfreidin@arsdigita.com) * @author Stanislav Freidin (sfreidin@arsdigita.com)
* @version $Revision: #17 $ $Date: 2004/08/17 $ * @version $Revision: #17 $ $Date: 2004/08/17 $
* @version $Id: AuthoringKit.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: AuthoringKit.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class AuthoringKit extends ACSObject { public class AuthoringKit extends ACSObject {

View File

@ -31,7 +31,7 @@ import java.math.BigDecimal;
* authoring steps} in a particular order. * authoring steps} in a particular order.
* *
* @author Jack Chung (flattop@arsdigita.com) * @author Jack Chung (flattop@arsdigita.com)
* @version $Id: AuthoringKitStepAssociation.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: AuthoringKitStepAssociation.java 2136 2011-01-14 09:15:10Z pboy $
*/ */
public class AuthoringKitStepAssociation extends DomainObject { public class AuthoringKitStepAssociation extends DomainObject {

View File

@ -30,7 +30,7 @@ import java.math.BigDecimal;
* authoring kit}. * authoring kit}.
* *
* @author Jack Chung (flattop@arsdigita.com) * @author Jack Chung (flattop@arsdigita.com)
* @version $Id: AuthoringStep.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: AuthoringStep.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class AuthoringStep extends ACSObject { public class AuthoringStep extends ACSObject {

View File

@ -30,7 +30,7 @@ import com.arsdigita.persistence.DataCollection;
* @see com.arsdigita.persistence.DataCollection * @see com.arsdigita.persistence.DataCollection
* *
* @author <a href="mailto:flattop@arsdigita.com">Jack Chung</a> * @author <a href="mailto:flattop@arsdigita.com">Jack Chung</a>
* @version $Id: AuthoringStepCollection.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: AuthoringStepCollection.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class AuthoringStepCollection extends DomainCollection { public class AuthoringStepCollection extends DomainCollection {

View File

@ -38,7 +38,7 @@ import java.io.OutputStream;
* @author Jack Chung * @author Jack Chung
* @author Stanislav Freidin * @author Stanislav Freidin
* *
* @version $Id: BinaryAsset.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: BinaryAsset.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public abstract class BinaryAsset extends Asset { public abstract class BinaryAsset extends Asset {

View File

@ -29,7 +29,7 @@ import org.apache.log4j.Logger;
* *
* @author Daniel Berrange * @author Daniel Berrange
* @see com.arsdigita.kernel.Kernel * @see com.arsdigita.kernel.Kernel
* @version $Id: CMS.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: CMS.java 2167 2011-06-19 21:12:12Z pboy $
*/ */
public abstract class CMS { public abstract class CMS {

View File

@ -40,7 +40,7 @@ import org.apache.log4j.Logger;
* @see com.arsdigita.cms.CMS * @see com.arsdigita.cms.CMS
* *
* @author Daniel Berrange * @author Daniel Berrange
* @version $Id: CMSContext.java 778 2005-09-12 14:55:36Z fabrice $ * @version $Id: CMSContext.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public final class CMSContext { public final class CMSContext {

View File

@ -45,7 +45,7 @@ import org.apache.log4j.Logger;
* @see com.arsdigita.kernel.KernelExcursion * @see com.arsdigita.kernel.KernelExcursion
* *
* @author Daniel Berrange * @author Daniel Berrange
* @version $Id: CMSExcursion.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: CMSExcursion.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public abstract class CMSExcursion { public abstract class CMSExcursion {

View File

@ -28,7 +28,7 @@ import com.arsdigita.persistence.DataCollection;
* @see DataCollection * @see DataCollection
* @see ItemTemplateCollection * @see ItemTemplateCollection
* *
* @version $Id: CategoryTemplateCollection.java 754 2005-09-02 13:26:17Z sskracic $ * @version $Id: CategoryTemplateCollection.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class CategoryTemplateCollection extends TemplateCollection { public class CategoryTemplateCollection extends TemplateCollection {

View File

@ -33,7 +33,7 @@ import java.math.BigDecimal;
/** /**
* Represents a mapping from (category + content type) to a template. * Represents a mapping from (category + content type) to a template.
* *
* @version $Id: CategoryTemplateMapping.java 1940 2009-05-29 07:15:05Z terry $ * @version $Id: CategoryTemplateMapping.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class CategoryTemplateMapping extends TemplateMapping { public class CategoryTemplateMapping extends TemplateMapping {

View File

@ -54,7 +54,7 @@ import org.apache.log4j.Logger;
* *
* @author Shashin Shinde * @author Shashin Shinde
* @author Justin Ross &lt;jross@redhat.com&gt; * @author Justin Ross &lt;jross@redhat.com&gt;
* @version $Id: ContentBundle.java 2017 2009-10-04 09:03:45Z pboy $ * @version $Id: ContentBundle.java 2140 2011-01-16 12:04:20Z pboy $
*/ */
public class ContentBundle extends ContentItem { public class ContentBundle extends ContentItem {

View File

@ -198,7 +198,7 @@ import java.util.Set;
* @author Michael Pih * @author Michael Pih
* @author Stanislav Freidin &lt;sfreidin@redhat.com&gt; * @author Stanislav Freidin &lt;sfreidin@redhat.com&gt;
* *
* @version $Id: ContentItem.java 1621 2007-09-13 12:43:12Z chrisg23 $ * @version $Id: ContentItem.java 2218 2011-06-22 23:55:36Z pboy $
*/ */
public class ContentItem extends VersionedACSObject implements CustomCopy { public class ContentItem extends VersionedACSObject implements CustomCopy {

View File

@ -29,7 +29,7 @@ import com.arsdigita.persistence.DataObject;
* com.arsdigita.cms.ContentItem} automatically. * com.arsdigita.cms.ContentItem} automatically.
* *
* @author <a href="mailto:sfreidin@arsdigita.com">Stanislav Freidin</a> * @author <a href="mailto:sfreidin@arsdigita.com">Stanislav Freidin</a>
* @version $Id: ContentItemInstantiator.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: ContentItemInstantiator.java 2116 2011-01-13 17:13:58Z pboy $
* *
* @deprecated Use {@link com.arsdigita.kernel.ACSObjectInstantiator} * @deprecated Use {@link com.arsdigita.kernel.ACSObjectInstantiator}
* instead * instead

View File

@ -42,7 +42,7 @@ import org.apache.log4j.Logger;
* @author Uday Mathur * @author Uday Mathur
* @author Jack Chung * @author Jack Chung
* @author Michael Pih * @author Michael Pih
* @version $Id: ContentPage.java 2070 2010-01-28 08:47:41Z pboy $ * @version $Id: ContentPage.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class ContentPage extends ContentItem { public class ContentPage extends ContentItem {

View File

@ -90,7 +90,7 @@ import java.util.StringTokenizer;
* @author <a href="mailto:pihman@arsdigita.com">Michael Pih</a> * @author <a href="mailto:pihman@arsdigita.com">Michael Pih</a>
* @author <a href="mailto:flattop@arsdigita.com">Jack Chung</a> * @author <a href="mailto:flattop@arsdigita.com">Jack Chung</a>
* @version $Revision: #37 $ $DateTime: 2004/08/17 23:15:09 $ * @version $Revision: #37 $ $DateTime: 2004/08/17 23:15:09 $
* @version $Id: ContentSection.java 1308 2006-09-01 11:00:05Z sskracic $ * @version $Id: ContentSection.java 2209 2011-06-22 07:59:10Z pboy $
*/ */
public class ContentSection extends Application { public class ContentSection extends Application {

View File

@ -30,7 +30,7 @@ import com.arsdigita.persistence.DataCollection;
* @see com.arsdigita.persistence.DataCollection * @see com.arsdigita.persistence.DataCollection
* *
* @author Stanislav Freidin (sfreidin@arsdigita.com) * @author Stanislav Freidin (sfreidin@arsdigita.com)
* @version $Id: ContentSectionCollection.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: ContentSectionCollection.java 2140 2011-01-16 12:04:20Z pboy $
*/ */
public class ContentSectionCollection extends DomainCollection { public class ContentSectionCollection extends DomainCollection {

View File

@ -31,7 +31,7 @@ import com.arsdigita.persistence.Filter;
* @see com.arsdigita.persistence.DataCollection * @see com.arsdigita.persistence.DataCollection
* *
* @author Jack Chung (flattop@arsdigita.com) * @author Jack Chung (flattop@arsdigita.com)
* @version $Id: ContentTypeCollection.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: ContentTypeCollection.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class ContentTypeCollection extends DomainCollection { public class ContentTypeCollection extends DomainCollection {

View File

@ -33,7 +33,7 @@ import java.math.BigDecimal;
* *
* @author Jack Chung (flattop@arsdigita.com) * @author Jack Chung (flattop@arsdigita.com)
* @author Michael Pih (pihman@arsdigita.com) * @author Michael Pih (pihman@arsdigita.com)
* @version $Id: ContentTypeLifecycleDefinition.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: ContentTypeLifecycleDefinition.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class ContentTypeLifecycleDefinition extends DomainObject { public class ContentTypeLifecycleDefinition extends DomainObject {

View File

@ -35,7 +35,7 @@ import com.arsdigita.persistence.DataQuery;
* *
* @author Uday Mathur (umathur@arsdigita.com) * @author Uday Mathur (umathur@arsdigita.com)
* @author Michael Pih (pihman@arsdigita.com) * @author Michael Pih (pihman@arsdigita.com)
* @version $Id: DataQueryExistsListener.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: DataQueryExistsListener.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public abstract class DataQueryExistsListener public abstract class DataQueryExistsListener
implements FormValidationListener { implements FormValidationListener {

View File

@ -30,7 +30,7 @@ import com.arsdigita.mimetypes.MimeType;
* com.arsdigita.cms.TemplateManager template manager}. * com.arsdigita.cms.TemplateManager template manager}.
* *
* @author Karl Goldstein (karlg@arsdigita.com) * @author Karl Goldstein (karlg@arsdigita.com)
* @version $Id: DefaultTemplateManager.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: DefaultTemplateManager.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class DefaultTemplateManager implements TemplateManager { public class DefaultTemplateManager implements TemplateManager {

View File

@ -42,7 +42,7 @@ import java.util.Iterator;
* Recursively copies a domain object. * Recursively copies a domain object.
* *
* @author Justin Ross &lt;jross@redhat.com&gt; * @author Justin Ross &lt;jross@redhat.com&gt;
* @version $Id: DomainCopier.java 1942 2009-05-29 07:53:23Z terry $ * @version $Id: DomainCopier.java 2218 2011-06-22 23:55:36Z pboy $
*/ */
class DomainCopier extends DomainService { class DomainCopier extends DomainService {

View File

@ -39,7 +39,7 @@ import java.util.Locale;
* file, such as an image. * file, such as an image.
* *
* @author Scott Seago (scott@arsdigita.com) * @author Scott Seago (scott@arsdigita.com)
* @version $Id: FileAsset.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: FileAsset.java 2155 2011-01-21 01:17:02Z pboy $
*/ */
public class FileAsset extends BinaryAsset { public class FileAsset extends BinaryAsset {

View File

@ -32,7 +32,7 @@ import com.arsdigita.persistence.PersistenceException;
* *
* @author <a href="mailto:scott@arsdigita.com">Scott Seago</a> * @author <a href="mailto:scott@arsdigita.com">Scott Seago</a>
* @version 1.0 * @version 1.0
* @version $Id: FileAssetCollection.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: FileAssetCollection.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class FileAssetCollection extends DomainCollection { public class FileAssetCollection extends DomainCollection {

View File

@ -53,7 +53,7 @@ import org.apache.log4j.Logger;
* @author Jack Chung * @author Jack Chung
* @author Stanislav Freidin * @author Stanislav Freidin
* *
* @version $Id: ImageAsset.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: ImageAsset.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class ImageAsset extends BinaryAsset { public class ImageAsset extends BinaryAsset {
@ -158,7 +158,7 @@ public class ImageAsset extends BinaryAsset {
* @param defaultMimeType The default mime type for the file * @param defaultMimeType The default mime type for the file
*/ */
public void loadFromFile(String fileName, File file, String defaultMimeType) public void loadFromFile(String fileName, File file, String defaultMimeType)
throws IOException { throws IOException {
// Guess mime type // Guess mime type
MimeType mime = MimeType.guessMimeTypeFromFile(fileName); MimeType mime = MimeType.guessMimeTypeFromFile(fileName);

View File

@ -32,7 +32,7 @@ import com.arsdigita.persistence.PersistenceException;
* *
* @author <a href="mailto:flattop@arsdigita.com">Jack Chung</a> * @author <a href="mailto:flattop@arsdigita.com">Jack Chung</a>
* @version 1.0 * @version 1.0
* @version $Id: ImageAssetCollection.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: ImageAssetCollection.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class ImageAssetCollection extends DomainCollection { public class ImageAssetCollection extends DomainCollection {

View File

@ -38,7 +38,7 @@ import java.math.BigDecimal;
* internal templating implementation. * internal templating implementation.
* *
* @author Stanislav Freidin (sfreidin@arsdigita.com) * @author Stanislav Freidin (sfreidin@arsdigita.com)
* @version $Id: ItemTemplateMapping.java 1940 2009-05-29 07:15:05Z terry $ * @version $Id: ItemTemplateMapping.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class ItemTemplateMapping extends TemplateMapping { public class ItemTemplateMapping extends TemplateMapping {

View File

@ -85,7 +85,7 @@ import org.apache.log4j.Logger;
* *
* @author Peter Boy &lt;pboy@barkhof.uni-bremen.de&gt; * @author Peter Boy &lt;pboy@barkhof.uni-bremen.de&gt;
* @since ccm-cms version 6.6.0 * @since ccm-cms version 6.6.0
* @version $Id: Loader.java $ * @version $Id: Loader.java 2212 2011-06-22 08:39:04Z pboy $
*/ */
public class Loader extends PackageLoader { public class Loader extends PackageLoader {

View File

@ -52,7 +52,7 @@ import org.apache.log4j.Logger;
* <p> * <p>
* *
* @author <a href="mailto:sfreidin@arsdigita.com">Stanislav Freidin</a> * @author <a href="mailto:sfreidin@arsdigita.com">Stanislav Freidin</a>
* @version $Id: ObjectCopier.java 1942 2009-05-29 07:53:23Z terry $ * @version $Id: ObjectCopier.java 2090 2010-04-17 08:04:14Z pboy $
* @see ContentItem * @see ContentItem
* @see ContentItem#copyProperty(ContentItem, String, ItemCopier) * @see ContentItem#copyProperty(ContentItem, String, ItemCopier)
*/ */

View File

@ -24,7 +24,7 @@ package com.arsdigita.cms;
* *
* @author Karl Goldstein (karlg at arsdigita dot com) * @author Karl Goldstein (karlg at arsdigita dot com)
* *
* @version $Id: PageLocations.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: PageLocations.java 2090 2010-04-17 08:04:14Z pboy $
**/ **/
public interface PageLocations { public interface PageLocations {
public String SECTION_PAGE = "admin/index.jsp"; public String SECTION_PAGE = "admin/index.jsp";

View File

@ -48,7 +48,7 @@ import org.apache.log4j.Logger;
* @author Scott Seago (sseago@redhat.com) * @author Scott Seago (sseago@redhat.com)
* @author Stanislav Freidin * @author Stanislav Freidin
* *
* @version $Id: ReusableImageAsset.java 754 2005-09-02 13:26:17Z sskracic $ * @version $Id: ReusableImageAsset.java 2218 2011-06-22 23:55:36Z pboy $
*/ */
public class ReusableImageAsset extends ImageAsset { public class ReusableImageAsset extends ImageAsset {

View File

@ -25,7 +25,7 @@ import java.util.StringTokenizer;
* search queries * search queries
* *
* @author Stanislav Freidin (sfreidin@arsdigita.com) * @author Stanislav Freidin (sfreidin@arsdigita.com)
* @version $Id: SearchFormatter.java 2070 2010-01-28 08:47:41Z pboy $ * @version $Id: SearchFormatter.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class SearchFormatter { public class SearchFormatter {

View File

@ -32,7 +32,7 @@ import com.arsdigita.persistence.DataCollection;
* @see com.arsdigita.persistence.DataCollection * @see com.arsdigita.persistence.DataCollection
* *
* @author Michael Pih (pihman@arsdigita.com) * @author Michael Pih (pihman@arsdigita.com)
* @version $Id: SectionLocaleCollection.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: SectionLocaleCollection.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class SectionLocaleCollection extends DomainCollection { public class SectionLocaleCollection extends DomainCollection {

View File

@ -25,7 +25,7 @@ import com.arsdigita.persistence.DataCollection;
* This class contains a collection of {@link SectionTemplateMapping}s * This class contains a collection of {@link SectionTemplateMapping}s
* *
* @author Stanislav Freidin (sfreidin@arsdigita.com) * @author Stanislav Freidin (sfreidin@arsdigita.com)
* @version $Id: SectionTemplateCollection.java 1940 2009-05-29 07:15:05Z terry $ * @version $Id: SectionTemplateCollection.java 2090 2010-04-17 08:04:14Z pboy $
* *
* @see com.arsdigita.domain.DomainCollection * @see com.arsdigita.domain.DomainCollection
* @see com.arsdigita.persistence.DataCollection * @see com.arsdigita.persistence.DataCollection

View File

@ -38,7 +38,7 @@ import org.apache.log4j.Logger;
* internal templating implementation. * internal templating implementation.
* *
* @author Stanislav Freidin (sfreidin@arsdigita.com) * @author Stanislav Freidin (sfreidin@arsdigita.com)
* @version $Id: SectionTemplateMapping.java 1940 2009-05-29 07:15:05Z terry $ * @version $Id: SectionTemplateMapping.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class SectionTemplateMapping extends TemplateMapping { public class SectionTemplateMapping extends TemplateMapping {

View File

@ -28,7 +28,7 @@ import com.arsdigita.kernel.Party;
* <p>An interface for making access checks within a content section.</p> * <p>An interface for making access checks within a content section.</p>
* *
* @author Michael Pih (pihman@arsdigita.com) * @author Michael Pih (pihman@arsdigita.com)
* @version $Id: Security.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: Security.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public interface Security { public interface Security {

View File

@ -49,7 +49,7 @@ import org.apache.log4j.Logger;
* CMS.</p> * CMS.</p>
* *
* @author Michael Pih * @author Michael Pih
* @version $Id: SecurityManager.java 1344 2006-10-10 09:41:56Z sskracic $ * @version $Id: SecurityManager.java 2161 2011-02-02 00:16:13Z pboy $
*/ */
public class SecurityManager implements Security, SecurityConstants { public class SecurityManager implements Security, SecurityConstants {

View File

@ -33,7 +33,7 @@ import java.math.BigDecimal;
* a piece of JSP code, represented as an internal, one-off template. * a piece of JSP code, represented as an internal, one-off template.
* *
* @author Stanislav Freidin (sfreidin@arsdigita.com) * @author Stanislav Freidin (sfreidin@arsdigita.com)
* @version $Id: StandalonePage.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: StandalonePage.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class StandalonePage extends ContentPage { public class StandalonePage extends ContentPage {

View File

@ -34,7 +34,7 @@ import java.util.Map;
* *
* @author Stanislav Freidin (sfreidin@arsdigita.com) * @author Stanislav Freidin (sfreidin@arsdigita.com)
* *
* @version $Id: Template.java 1942 2009-05-29 07:53:23Z terry $ * @version $Id: Template.java 2167 2011-06-19 21:12:12Z pboy $
*/ */
public class Template extends TextAsset { public class Template extends TextAsset {

View File

@ -30,7 +30,7 @@ import com.arsdigita.mimetypes.MimeType;
* link attributes. * link attributes.
* *
* @author Stanislav Freidin (sfreidin@arsdigita.com) * @author Stanislav Freidin (sfreidin@arsdigita.com)
* @version $Id: TemplateCollection.java 1940 2009-05-29 07:15:05Z terry $ * @version $Id: TemplateCollection.java 2090 2010-04-17 08:04:14Z pboy $
* *
* @see com.arsdigita.domain.DomainCollection * @see com.arsdigita.domain.DomainCollection
* @see com.arsdigita.persistence.DataCollection * @see com.arsdigita.persistence.DataCollection

View File

@ -60,7 +60,7 @@ import com.arsdigita.mimetypes.MimeType;
* @author Karl Goldstein (karlg@arsdigita.com) * @author Karl Goldstein (karlg@arsdigita.com)
* @author Stanislav Freidin (sfreidin@arsdigita.com) * @author Stanislav Freidin (sfreidin@arsdigita.com)
* @version $Revision: #9 $ $DateTime: 2004/08/17 23:15:09 $ * @version $Revision: #9 $ $DateTime: 2004/08/17 23:15:09 $
* @version $Id: TemplateManager.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: TemplateManager.java 2090 2010-04-17 08:04:14Z pboy $
**/ **/
public interface TemplateManager { public interface TemplateManager {

View File

@ -26,7 +26,7 @@ package com.arsdigita.cms;
* *
* @author Karl Goldstein (karlg@arsdigita.com) * @author Karl Goldstein (karlg@arsdigita.com)
* @version $Revision: #8 $ $DateTime: 2004/08/17 23:15:09 $ * @version $Revision: #8 $ $DateTime: 2004/08/17 23:15:09 $
* @version $Id: TemplateManagerFactory.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: TemplateManagerFactory.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class TemplateManagerFactory { public class TemplateManagerFactory {

View File

@ -34,7 +34,7 @@ import java.math.BigDecimal;
* *
* @author Stanislav Freidin (sfreidin@arsdigita.com) * @author Stanislav Freidin (sfreidin@arsdigita.com)
* *
* @version $Id: TemplateMapping.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: TemplateMapping.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public abstract class TemplateMapping extends ACSObject { public abstract class TemplateMapping extends ACSObject {

View File

@ -37,7 +37,7 @@ import java.math.BigDecimal;
* @author Jack Chung (flattop@arsdigita.com) * @author Jack Chung (flattop@arsdigita.com)
* *
* @version $Revision: #14 $ $DateTime: 2004/08/17 23:15:09 $ * @version $Revision: #14 $ $DateTime: 2004/08/17 23:15:09 $
* @version $Id: TextAsset.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: TextAsset.java 2140 2011-01-16 12:04:20Z pboy $
*/ */
public class TextAsset extends Asset { public class TextAsset extends Asset {

View File

@ -35,7 +35,7 @@ import java.util.HashSet;
* point only to other live versions. * point only to other live versions.
* *
* @author <a href="mailto:sfreidin@arsdigita.com">Stanislav Freidin</a> * @author <a href="mailto:sfreidin@arsdigita.com">Stanislav Freidin</a>
* @version $Id: VersionCopier.java 1942 2009-05-29 07:53:23Z terry $ * @version $Id: VersionCopier.java 2140 2011-01-16 12:04:20Z pboy $
*/ */
class VersionCopier extends ObjectCopier { class VersionCopier extends ObjectCopier {

View File

@ -38,7 +38,7 @@ import java.util.Set;
* or care about this class. * or care about this class.
* *
* @author <a href="mailto:sfreidin@arsdigita.com">Stanislav Freidin</a> * @author <a href="mailto:sfreidin@arsdigita.com">Stanislav Freidin</a>
* @version $Id: VersionUpdater.java 1940 2009-05-29 07:15:05Z terry $ * @version $Id: VersionUpdater.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
class VersionUpdater extends DomainService { class VersionUpdater extends DomainService {

View File

@ -56,7 +56,7 @@ import org.apache.log4j.Logger;
* that can be used by content types to reduce code duplication. * that can be used by content types to reduce code duplication.
* *
* @author Rafael H. Schloming &lt;rhs@mit.edu&gt; * @author Rafael H. Schloming &lt;rhs@mit.edu&gt;
* @version $Revision: #754 $ $Date: 2005/09/02 $ $Author: sskracic $ * @version $Revision: #754 $ $Date: 2005/09/02 $ $Author: pboy $
**/ **/
public abstract class AbstractContentTypeLoader extends PackageLoader { public abstract class AbstractContentTypeLoader extends PackageLoader {

View File

@ -39,7 +39,7 @@ import com.arsdigita.util.Assert;
* *
* @author Randy Graebner (randyg@redhat.com) * @author Randy Graebner (randyg@redhat.com)
* *
* @version $Id: ContentGroupAssociation.java 1967 2009-08-29 21:05:51Z pboy $ * @version $Id: ContentGroupAssociation.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class ContentGroupAssociation extends ContentItem { public class ContentGroupAssociation extends ContentItem {

View File

@ -50,7 +50,7 @@ import java.math.BigDecimal;
/** /**
* This displays a sortable list of items within a given content group * This displays a sortable list of items within a given content group
* *
* @version $Id: ContentGroupItemList.java 1967 2009-08-29 21:05:51Z pboy $ * @version $Id: ContentGroupItemList.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
class ContentGroupItemList extends SortableList { class ContentGroupItemList extends SortableList {

View File

@ -39,7 +39,7 @@ import javax.servlet.ServletException;
/** /**
* *
* @version $Id: BaseAsset.java 1967 2009-08-29 21:05:51Z pboy $ * @version $Id: BaseAsset.java 2173 2011-06-19 23:28:55Z pboy $
*/ */
class BaseAsset extends ResourceHandlerImpl { class BaseAsset extends ResourceHandlerImpl {

View File

@ -68,7 +68,7 @@ import org.apache.log4j.Logger;
* *
* @author Michael Pih (pihman@arsdigita.com) * @author Michael Pih (pihman@arsdigita.com)
* @author Uday Mathur (umathur@arsdigita.com) * @author Uday Mathur (umathur@arsdigita.com)
* @version $Id: CMSPage.java 1967 2009-08-29 21:05:51Z pboy $ * @version $Id: CMSPage.java 2140 2011-01-16 12:04:20Z pboy $
*/ */
public class CMSPage extends Page implements ResourceHandler { public class CMSPage extends Page implements ResourceHandler {

View File

@ -67,7 +67,7 @@ import org.apache.log4j.Logger;
* </ol> * </ol>
* *
* @author Michael Pih (pihman@arsdigita.com) * @author Michael Pih (pihman@arsdigita.com)
* @version $Id: ContentCenterDispatcher.java 1967 2009-08-29 21:05:51Z pboy $ * @version $Id: ContentCenterDispatcher.java 2161 2011-02-02 00:16:13Z pboy $
*/ */
public class ContentCenterDispatcher extends LockableImpl public class ContentCenterDispatcher extends LockableImpl
implements Dispatcher { implements Dispatcher {

View File

@ -35,7 +35,7 @@ import com.arsdigita.xml.Element;
* *
* @author Michael Pih (pihman@arsdigita.com) * @author Michael Pih (pihman@arsdigita.com)
* @version $Revision: #10 $ $Date: 2004/08/17 $ * @version $Revision: #10 $ $Date: 2004/08/17 $
* @version $Id: ContentPanel.java 1848 2009-03-10 03:17:42Z terry $ * @version $Id: ContentPanel.java 2140 2011-01-16 12:04:20Z pboy $
*/ */
public class ContentPanel extends SimpleComponent { public class ContentPanel extends SimpleComponent {

View File

@ -40,7 +40,7 @@ import javax.servlet.http.HttpServletResponse;
* *
* @author Karl Goldstein (karlg@arsdigita.com) * @author Karl Goldstein (karlg@arsdigita.com)
* @version $Revision: #9 $ $DateTime: 2004/08/17 23:15:09 $ * @version $Revision: #9 $ $DateTime: 2004/08/17 23:15:09 $
* @version $Id: ContentSectionDispatcher.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: ContentSectionDispatcher.java 2090 2010-04-17 08:04:14Z pboy $
**/ **/
public class ContentSectionDispatcher implements Dispatcher { public class ContentSectionDispatcher implements Dispatcher {

View File

@ -24,7 +24,7 @@ import org.apache.log4j.Logger;
* A servlet used for downloading DPAssets. * A servlet used for downloading DPAssets.
* *
* @author Michael Pih (pihman@arsdigita.com) * @author Michael Pih (pihman@arsdigita.com)
* @version $Id: DownloadAsset.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: DownloadAsset.java 2173 2011-06-19 23:28:55Z pboy $
*/ */
public class DownloadAsset extends BaseAsset { public class DownloadAsset extends BaseAsset {

View File

@ -37,7 +37,7 @@ import org.apache.log4j.Logger;
* *
* @author Karl Goldstein (karlg@arsdigita.com) * @author Karl Goldstein (karlg@arsdigita.com)
* @version $Revision: #13 $ $DateTime: 2004/08/17 23:15:09 $ * @version $Revision: #13 $ $DateTime: 2004/08/17 23:15:09 $
* @version $Id: FileDispatcher.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: FileDispatcher.java 2140 2011-01-16 12:04:20Z pboy $
**/ **/
public class FileDispatcher implements ChainedDispatcher { public class FileDispatcher implements ChainedDispatcher {

View File

@ -46,7 +46,7 @@ import java.math.BigDecimal;
* @author Michael Pih (pihman@arsdigita.com) * @author Michael Pih (pihman@arsdigita.com)
* @author Stanislav Freidin (sfreidin@arsdigita.com) * @author Stanislav Freidin (sfreidin@arsdigita.com)
* @version $Revision: #10 $ $DateTime: 2004/08/17 23:15:09 $ * @version $Revision: #10 $ $DateTime: 2004/08/17 23:15:09 $
* @version $Id: ItemResolver.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: ItemResolver.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public interface ItemResolver { public interface ItemResolver {

View File

@ -35,7 +35,7 @@ import javax.servlet.http.HttpServletRequest;
* *
* @author Michael Pih (pihman@arsdigita.com) * @author Michael Pih (pihman@arsdigita.com)
* @version $Revision: #7 $ $DateTime: 2004/08/17 23:15:09 $ * @version $Revision: #7 $ $DateTime: 2004/08/17 23:15:09 $
* @version $Id: MasterPage.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: MasterPage.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class MasterPage extends CMSPage { public class MasterPage extends CMSPage {

View File

@ -48,7 +48,7 @@ import java.util.StringTokenizer;
* Created Mon Jan 20 14:30:03 2003. * Created Mon Jan 20 14:30:03 2003.
* *
* @author <a href="mailto:mhanisch@redhat.com">Michael Hanisch</a> * @author <a href="mailto:mhanisch@redhat.com">Michael Hanisch</a>
* @version $Id: MultilingualItemResolver.java 2026 2009-11-02 10:04:34Z pboy $ * @version $Id: MultilingualItemResolver.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class MultilingualItemResolver extends AbstractItemResolver implements ItemResolver { public class MultilingualItemResolver extends AbstractItemResolver implements ItemResolver {

View File

@ -32,7 +32,7 @@ import java.util.HashMap;
* *
* @author Michael Pih (pihman@arsdigita.com) * @author Michael Pih (pihman@arsdigita.com)
* @version $Revision: #8 $ $Date: 2004/08/17 $ * @version $Revision: #8 $ $Date: 2004/08/17 $
* @version $Id: PageResolver.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: PageResolver.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public abstract class PageResolver { public abstract class PageResolver {

View File

@ -39,7 +39,7 @@ import java.sql.SQLException;
* *
* @author Michael Pih (pihman@arsdigita.com) * @author Michael Pih (pihman@arsdigita.com)
* @version $Revision: #9 $ $DateTime: 2004/08/17 23:15:09 $ * @version $Revision: #9 $ $DateTime: 2004/08/17 23:15:09 $
* @version $Id: Resource.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: Resource.java 2090 2010-04-17 08:04:14Z pboy $
**/ **/
public class Resource extends DomainObject { public class Resource extends DomainObject {

View File

@ -31,7 +31,7 @@ import javax.servlet.http.HttpServletRequest;
* *
* @author Michael Pih (pihman@arsdigita.com) * @author Michael Pih (pihman@arsdigita.com)
* @version $Revision: #8 $ $DateTime: 2004/08/17 23:15:09 $ * @version $Revision: #8 $ $DateTime: 2004/08/17 23:15:09 $
* @version $Id: ResourceHandler.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: ResourceHandler.java 2090 2010-04-17 08:04:14Z pboy $
**/ **/
public interface ResourceHandler extends Dispatcher { public interface ResourceHandler extends Dispatcher {

View File

@ -41,7 +41,7 @@ import javax.servlet.http.HttpServletResponse;
* *
* @author Michael Pih (pihman@arsdigita.com) * @author Michael Pih (pihman@arsdigita.com)
* @version $Revision: #10 $ $DateTime: 2004/08/17 23:15:09 $ * @version $Revision: #10 $ $DateTime: 2004/08/17 23:15:09 $
* @version $Id: ResourceHandlerImpl.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: ResourceHandlerImpl.java 2090 2010-04-17 08:04:14Z pboy $
**/ **/
public abstract class ResourceHandlerImpl implements ResourceHandler { public abstract class ResourceHandlerImpl implements ResourceHandler {

View File

@ -33,7 +33,7 @@ import java.math.BigDecimal;
* *
* @author Michael Pih (pihman@arsdigita.com) * @author Michael Pih (pihman@arsdigita.com)
* @version $Revision: #7 $ $DateTime: 2004/08/17 23:15:09 $ * @version $Revision: #7 $ $DateTime: 2004/08/17 23:15:09 $
* @version $Id: ResourceMapping.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: ResourceMapping.java 2090 2010-04-17 08:04:14Z pboy $
**/ **/
public class ResourceMapping extends DomainObject { public class ResourceMapping extends DomainObject {

View File

@ -36,7 +36,7 @@ import com.arsdigita.persistence.SessionManager;
* *
* @author Michael Pih (pihman@arsdigita.com) * @author Michael Pih (pihman@arsdigita.com)
* @version $Revision: #9 $ $DateTime: 2004/08/17 23:15:09 $ * @version $Revision: #9 $ $DateTime: 2004/08/17 23:15:09 $
* @version $Id: ResourceType.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: ResourceType.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class ResourceType extends DomainObject { public class ResourceType extends DomainObject {

View File

@ -68,7 +68,7 @@ import java.util.Map;
* *
* @author Michael Pih (pihman@arsdigita.com) * @author Michael Pih (pihman@arsdigita.com)
* @version $Revision: #13 $ $DateTime: 2004/08/17 23:15:09 $ * @version $Revision: #13 $ $DateTime: 2004/08/17 23:15:09 $
* @version $Id: ServiceDispatcher.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: ServiceDispatcher.java 2116 2011-01-13 17:13:58Z pboy $
*/ */
public class ServiceDispatcher extends LockableImpl implements Dispatcher { public class ServiceDispatcher extends LockableImpl implements Dispatcher {

View File

@ -26,7 +26,7 @@ import java.util.Map;
* *
* @author Michael Pih (pihman@arsdigita.com) * @author Michael Pih (pihman@arsdigita.com)
* @version $Revision: #6 $ $DateTime: 2004/08/17 23:15:09 $ * @version $Revision: #6 $ $DateTime: 2004/08/17 23:15:09 $
* @version $Id: SimpleCache.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: SimpleCache.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class SimpleCache extends Hashtable{ public class SimpleCache extends Hashtable{

View File

@ -55,7 +55,7 @@ import java.util.StringTokenizer;
* *
* @author Michael Pih (pihman@arsdigita.com) * @author Michael Pih (pihman@arsdigita.com)
* @version $Revision: #15 $ $DateTime: 2004/08/17 23:15:09 $ * @version $Revision: #15 $ $DateTime: 2004/08/17 23:15:09 $
* @version $Id: SimpleItemResolver.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: SimpleItemResolver.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class SimpleItemResolver extends AbstractItemResolver implements ItemResolver { public class SimpleItemResolver extends AbstractItemResolver implements ItemResolver {

View File

@ -39,7 +39,7 @@ import javax.servlet.ServletException;
* *
* @author Michael Pih (pihman@arsdigita.com) * @author Michael Pih (pihman@arsdigita.com)
* @version $Revision: #11 $ $Date: 2004/08/17 $ * @version $Revision: #11 $ $Date: 2004/08/17 $
* @version $Id: SimplePageResolver.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: SimplePageResolver.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class SimplePageResolver extends PageResolver { public class SimplePageResolver extends PageResolver {

View File

@ -49,7 +49,7 @@ import java.util.Iterator;
* *
* @author Michael Pih * @author Michael Pih
* @version $Revision: #20 $ $DateTime: 2004/08/17 23:15:09 $ * @version $Revision: #20 $ $DateTime: 2004/08/17 23:15:09 $
* @version $Id: SimpleXMLGenerator.java 1651 2007-09-18 10:30:06Z chrisg23 $ * @version $Id: SimpleXMLGenerator.java 2167 2011-06-19 21:12:12Z pboy $
*/ */
public class SimpleXMLGenerator implements XMLGenerator { public class SimpleXMLGenerator implements XMLGenerator {

View File

@ -29,7 +29,7 @@ import com.arsdigita.cms.BinaryAsset;
* *
* @author Michael Pih (pihman@arsdigita.com) * @author Michael Pih (pihman@arsdigita.com)
* @version $Revision: #13 $ $DateTime: 2004/08/17 23:15:09 $ * @version $Revision: #13 $ $DateTime: 2004/08/17 23:15:09 $
* @version $Id: StreamAsset.java 1166 2006-06-14 11:45:15Z fabrice $ * @version $Id: StreamAsset.java 2173 2011-06-19 23:28:55Z pboy $
*/ */
public class StreamAsset extends BaseAsset { public class StreamAsset extends BaseAsset {

View File

@ -50,7 +50,7 @@ import java.util.Map;
* System.</p> * System.</p>
* *
* @author Michael Pih (pihman@arsdigita.com) * @author Michael Pih (pihman@arsdigita.com)
* @version $Id: Utilities.java 1967 2009-08-29 21:05:51Z pboy $ * @version $Id: Utilities.java 2140 2011-01-16 12:04:20Z pboy $
*/ */
public class Utilities { public class Utilities {

View File

@ -25,7 +25,7 @@ import com.arsdigita.util.Assert;
* *
* @author Michael Pih (pihman@arsdigita.com) * @author Michael Pih (pihman@arsdigita.com)
* @version $Revision: #11 $ $Date: 2004/08/17 $ * @version $Revision: #11 $ $Date: 2004/08/17 $
* @version $Id: Duration.java 2070 2010-01-28 08:47:41Z pboy $ * @version $Id: Duration.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class Duration { public class Duration {

View File

@ -34,7 +34,7 @@ import org.apache.log4j.Logger;
* to the list of initializers to be executed * to the list of initializers to be executed
* *
* @author Peter Boy (pboy@barkhof.uni-bremen.de) * @author Peter Boy (pboy@barkhof.uni-bremen.de)
* @version $Id: Initializer.java 2070 2010-01-28 08:47:41Z pboy $ * @version $Id: Initializer.java 2161 2011-02-02 00:16:13Z pboy $
* *
*/ */
public class Initializer extends com.arsdigita.runtime.GenericInitializer { public class Initializer extends com.arsdigita.runtime.GenericInitializer {

View File

@ -39,7 +39,7 @@ import java.util.Date;
* @author Jack Chung (flattop@arsdigita.com) * @author Jack Chung (flattop@arsdigita.com)
* @author Michael Pih (pihman@arsdigita.com) * @author Michael Pih (pihman@arsdigita.com)
* @version $Revision: #14 $ $Date: 2004/08/17 $ * @version $Revision: #14 $ $Date: 2004/08/17 $
* @version $Id: LifecycleDefinition.java 2070 2010-01-28 08:47:41Z pboy $ * @version $Id: LifecycleDefinition.java 2140 2011-01-16 12:04:20Z pboy $
*/ */
public class LifecycleDefinition extends ACSObject { public class LifecycleDefinition extends ACSObject {

View File

@ -40,7 +40,7 @@ import java.sql.SQLException;
* *
* @author Jack Chung (flattop@arsdigita.com) * @author Jack Chung (flattop@arsdigita.com)
* @version $Revision: #13 $ $DateTime: 2004/08/17 23:15:09 $ * @version $Revision: #13 $ $DateTime: 2004/08/17 23:15:09 $
* @version $Id: LifecycleService.java 2070 2010-01-28 08:47:41Z pboy $ * @version $Id: LifecycleService.java 2161 2011-02-02 00:16:13Z pboy $
*/ */
public class LifecycleService extends DomainObject{ public class LifecycleService extends DomainObject{

View File

@ -30,7 +30,7 @@ import com.arsdigita.persistence.DataCollection;
* *
* @author Jack Chung (flattop@arsdigita.com) * @author Jack Chung (flattop@arsdigita.com)
* @version $Revision: #8 $ $Date: 2004/08/17 $ * @version $Revision: #8 $ $Date: 2004/08/17 $
* @version $Id: PhaseCollection.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: PhaseCollection.java 2090 2010-04-17 08:04:14Z pboy $
**/ **/
public class PhaseCollection extends DomainCollection { public class PhaseCollection extends DomainCollection {

View File

@ -33,7 +33,7 @@ import java.math.BigDecimal;
* @author Michael Pih (pihman@arsdigita.com) * @author Michael Pih (pihman@arsdigita.com)
* @author Xixi D'Moon (xdmoon@arsdigita.com) * @author Xixi D'Moon (xdmoon@arsdigita.com)
* @version $Revision: #11 $ $Date: 2004/08/17 $ * @version $Revision: #11 $ $Date: 2004/08/17 $
* @version $Id: PhaseDefinition.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: PhaseDefinition.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class PhaseDefinition extends ACSObject { public class PhaseDefinition extends ACSObject {

View File

@ -30,7 +30,7 @@ import com.arsdigita.persistence.DataCollection;
* *
* @author Michael Pih (pihman@arsdigita.com) * @author Michael Pih (pihman@arsdigita.com)
* @version $Revision: #8 $ $Date: 2004/08/17 $ * @version $Revision: #8 $ $Date: 2004/08/17 $
* @version $Id: PhaseDefinitionCollection.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: PhaseDefinitionCollection.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class PhaseDefinitionCollection extends DomainCollection { public class PhaseDefinitionCollection extends DomainCollection {

View File

@ -30,7 +30,7 @@ import org.apache.log4j.Logger;
* *
* @author Michael Pih * @author Michael Pih
* @author Stanislav Freidin * @author Stanislav Freidin
* @version $Id: PublishLifecycleListener.java 1942 2009-05-29 07:53:23Z terry $ * @version $Id: PublishLifecycleListener.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class PublishLifecycleListener implements LifecycleListener { public class PublishLifecycleListener implements LifecycleListener {

View File

@ -26,7 +26,7 @@ import com.arsdigita.util.UncheckedWrapperException;
* *
* @author Michael Pih (pihman@arsdigita.com) * @author Michael Pih (pihman@arsdigita.com)
* @version $Revision: #7 $ $Date: 2004/08/17 $ * @version $Revision: #7 $ $Date: 2004/08/17 $
* @version $Id: PublishingException.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: PublishingException.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class PublishingException extends UncheckedWrapperException { public class PublishingException extends UncheckedWrapperException {

View File

@ -51,7 +51,7 @@ import org.apache.log4j.Logger;
* *
* @author Justin Ross &lt;jross@redhat.com&gt; * @author Justin Ross &lt;jross@redhat.com&gt;
* @author Peter Boy &lt;pb@zes.uni-bremen.de&gt; * @author Peter Boy &lt;pb@zes.uni-bremen.de&gt;
* @version $Id: Initializer.java 1428 2007-01-24 12:39:56Z sskracic $ * @version $Id: Initializer.java 2140 2011-01-16 12:04:20Z pboy $
*/ */
public class Initializer extends CompoundInitializer { public class Initializer extends CompoundInitializer {

View File

@ -58,7 +58,7 @@ import org.apache.oro.text.regex.Perl5Matcher;
* VALUE = ([^\s'"]+ | '[^']*' | "[^"]*") * VALUE = ([^\s'"]+ | '[^']*' | "[^"]*")
* WS = \s* * WS = \s*
* @author <a href="mailto:dlutter@redhat.com">David Lutterkort</a> * @author <a href="mailto:dlutter@redhat.com">David Lutterkort</a>
* @version $Id: LinkScanner.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: LinkScanner.java 2167 2011-06-19 21:12:12Z pboy $
*/ */
class LinkScanner { class LinkScanner {

View File

@ -24,7 +24,7 @@ import com.arsdigita.util.UncheckedWrapperException;
* Publish to file exception. * Publish to file exception.
* *
* @author Jeff Teeters (teeters@arsdigita.com) * @author Jeff Teeters (teeters@arsdigita.com)
* @version $Id: PublishToFileException.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: PublishToFileException.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class PublishToFileException extends UncheckedWrapperException { public class PublishToFileException extends UncheckedWrapperException {

View File

@ -31,7 +31,7 @@ import java.net.URLConnection;
* *
* @author Jeff Teeters (teeters@arsdigita.com) * @author Jeff Teeters (teeters@arsdigita.com)
* @version $Revision: #7 $ $DateTime: 2004/08/17 23:15:09 $ * @version $Revision: #7 $ $DateTime: 2004/08/17 23:15:09 $
* @version $Id: SetLocalRequestPassword.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: SetLocalRequestPassword.java 2090 2010-04-17 08:04:14Z pboy $
*/ */

View File

@ -30,7 +30,7 @@ import org.apache.log4j.Logger;
* *
* @author <a href="mailto:berrange@redhat.com">Daniel Berrange</a> * @author <a href="mailto:berrange@redhat.com">Daniel Berrange</a>
* @version $Revision: #5 $ $Date: 2004/08/17 $ * @version $Revision: #5 $ $Date: 2004/08/17 $
* @version $Id: AssetMetadataProvider.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: AssetMetadataProvider.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class AssetMetadataProvider extends ContentItemMetadataProvider { public class AssetMetadataProvider extends ContentItemMetadataProvider {

View File

@ -41,7 +41,7 @@ import org.apache.log4j.Logger;
* *
* @author <a href="mailto:berrange@redhat.com">Daniel Berrange</a> * @author <a href="mailto:berrange@redhat.com">Daniel Berrange</a>
* @version $Revision: 1.1.2.1 $ $Date: 2005/10/04 12:09:55 $ * @version $Revision: 1.1.2.1 $ $Date: 2005/10/04 12:09:55 $
* @version $Id: ContentItemMetadataProvider.java 1263 2006-07-17 08:18:47Z cgyg9330 $ * @version $Id: ContentItemMetadataProvider.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public abstract class ContentItemMetadataProvider implements MetadataProvider { public abstract class ContentItemMetadataProvider implements MetadataProvider {
private static final Logger s_log = private static final Logger s_log =

View File

@ -32,7 +32,7 @@ import org.apache.log4j.Logger;
* *
* @author <a href="mailto:berrange@redhat.com">Daniel Berrange</a> * @author <a href="mailto:berrange@redhat.com">Daniel Berrange</a>
* @version $Revision: #5 $ $Date: 2004/08/17 $ * @version $Revision: #5 $ $Date: 2004/08/17 $
* @version $Id: ContentPageMetadataProvider.java 1166 2006-06-14 11:45:15Z fabrice $ * @version $Id: ContentPageMetadataProvider.java 2140 2011-01-16 12:04:20Z pboy $
*/ */
public class ContentPageMetadataProvider extends ContentItemMetadataProvider { public class ContentPageMetadataProvider extends ContentItemMetadataProvider {

View File

@ -34,7 +34,7 @@ import com.arsdigita.cms.ui.util.UniqueStringValidationListener;
* *
* *
* @author Michael Pih (pihman@arsdigita.com) * @author Michael Pih (pihman@arsdigita.com)
* @version $Id: UniqueItemNameValidationListener.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: UniqueItemNameValidationListener.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class UniqueItemNameValidationListener public class UniqueItemNameValidationListener
extends UniqueStringValidationListener { extends UniqueStringValidationListener {

View File

@ -51,7 +51,7 @@ import java.util.TooManyListenersException;
* *
* @author Michael Pih (pihman@arsdigita.com) * @author Michael Pih (pihman@arsdigita.com)
* @author Uday Mathur (umathur@arsdigita.com) * @author Uday Mathur (umathur@arsdigita.com)
* @version $Id: UserAddForm.java 754 2005-09-02 13:26:17Z sskracic $ * @version $Id: UserAddForm.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public abstract class UserAddForm extends SimpleContainer public abstract class UserAddForm extends SimpleContainer
implements FormProcessListener { implements FormProcessListener {

View File

@ -31,7 +31,7 @@ import com.arsdigita.cms.util.GlobalizationUtil;
* Form to search for users to be added to a staff group. * Form to search for users to be added to a staff group.
* *
* @author Michael Pih (pihman@arsdigita.com) * @author Michael Pih (pihman@arsdigita.com)
* @version $Id: UserSearchForm.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: UserSearchForm.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class UserSearchForm extends CMSForm { public class UserSearchForm extends CMSForm {

View File

@ -30,7 +30,7 @@ import java.util.List;
* <p>The context bar of the content center UI.</p> * <p>The context bar of the content center UI.</p>
* *
* @author Justin Ross &lt;jross@redhat.com&gt; * @author Justin Ross &lt;jross@redhat.com&gt;
* @version $Id: WorkspaceContextBar.java 1942 2009-05-29 07:53:23Z terry $ * @version $Id: WorkspaceContextBar.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
class WorkspaceContextBar extends ContextBar { class WorkspaceContextBar extends ContextBar {

View File

@ -45,7 +45,7 @@ import com.arsdigita.ui.DebugPanel;
* *
* @author Jack Chung (flattop@arsdigita.com) * @author Jack Chung (flattop@arsdigita.com)
* @author Michael Pih (pihman@arsdigita.com) * @author Michael Pih (pihman@arsdigita.com)
* @version $Id: WorkspacePage.java 754 2005-09-02 13:26:17Z sskracic $ * @version $Id: WorkspacePage.java 2090 2010-04-17 08:04:14Z pboy $
*/ */
public class WorkspacePage extends CMSPage implements ActionListener { public class WorkspacePage extends CMSPage implements ActionListener {

Some files were not shown because too many files have changed in this diff Show More