Uses of Interface
com.jalios.util.JaliosConstants

Packages that use JaliosConstants
com.jalios.jcms Contains the core JCMS classes. 
com.jalios.jcms.accessibility   
com.jalios.jcms.ajax   
com.jalios.jcms.archive Contains the classes used to deal with archives management in JCMS. 
com.jalios.jcms.caddy Provides classes to manage and process operation on Caddy items in JCMS. 
com.jalios.jcms.calendar Contains the classes used to deal with calendar in JCMS. 
com.jalios.jcms.context Provides context classes available in every request, you can extends them or use them as javabean. 
com.jalios.jcms.db   
com.jalios.jcms.dbmember   
com.jalios.jcms.handler Contains the javabean classes uses to process HTTP request (aka form handlers). 
com.jalios.jcms.mail   
com.jalios.jcms.mashup   
com.jalios.jcms.media Contains all the classes to provide the Media Browser. 
com.jalios.jcms.plugin   
com.jalios.jcms.portlet Contains core Portlets parent of all generated portlets. 
com.jalios.jcms.search Provides internal search engines classes of JCMS. 
com.jalios.jcms.servlet Contains JCMS servlet classes. 
com.jalios.jcms.stat Provides classes for statistics management and analysis. 
com.jalios.jcms.taglib Provides many of the classes used for JCMS jsp tags. 
com.jalios.jcms.test   
com.jalios.jcms.tools This package contains various tools used for/by JCMS. 
com.jalios.jcms.tracking   
com.jalios.jcms.upload   
com.jalios.jcms.webdav Contains classes which provides webdav access to JCMS. 
com.jalios.jcms.widget Contains widget classes that generate html component especially for Forms Input. 
com.jalios.jcms.workspace Contains classes about workspace features. 
com.jalios.jstore.jsync Contains JSync core classes. 
 

Uses of JaliosConstants in com.jalios.jcms
 

Subinterfaces of JaliosConstants in com.jalios.jcms
 interface JcmsConstants
          This interface contains a set of constants.
 

Classes in com.jalios.jcms that implement JaliosConstants
 class AbstractReview
           
 class AdminNotes
          This class manage admin notes of JCMS.
 class BasicDataController
          This class is a neutral implementation of DataController.
 class CacheManager
          This class manages the cache of content fragements.
 class Category
          A Category object is a node of the category tree.
 class CategoryListener
           
 class CategoryRight
          This class represents the rights of a Member on a set of category roots.
 class Channel
          The Channel singleton is the main access point of the JCMS API.
 class ChannelInitServlet
          Servlet responsible of initializing JCMS.
 class Content
          Content is a tagging abstract class which a type implements to indicates it is an editorial publication.
 class ControllerStatus
          This class represents the status returned by a DataController.
 class Data
          This abstract class is the super class of all the persistent classes of a JCMS Channel.
 class DataExtension
          This class contains extra fields for a given Data object.
 class DataRight
          This class represents the rights of a member on a Data object.
 class FileDocument
           
 class Form
          Form is the mother class of all form types.
 class Group
          A Group object is referenced by a set of Member instances.
 class GroupListener
          This class listens to mutations of Group instances.
 class JcmsUtil
          This class contains a set of utility static methods.
 class JSyncDataListener
          This class monitors writes stablization.
 class MailSender
          Deprecated. use MailMessage instead
 class Member
          A Member object contains a set of information about a JCMS referenced user.
 class MemberListener
          This class listens to mutations of Member instances.
 class Notification
           
 class NotificationCriteria
           
 class NotificationManager
          This class is instantiated by a Channel in method initAfterLoad() only if property 'notification.enabled' is set to true.
 class Publication
          This abstract class is the super class of all the Publication classes.
 class QueryManager
          This class manages queries on publications
 class TypeProcessor
          This class generates all the resources (Java classes and JSPs) used by the Custom Publication Types and Custom Extension Types.
 class UserContent
          UserContent is a tagging abstract class which a type implements to indicates it is a user content.
 class WebAppInfo
           
 class WFNote
          This class represents a small note about a state change in the workflow.
 class WFReminderAlarmListener
          This class is the AlarmListener used for the Workflow Reminder (send mail at expiration time if no change in between)
 class WikiRenderer
          This class contains a set of utility static methods to process wiki text.
 class Workflow
          This class represents a Workflow.
 class WorkflowManager
          This class manages JCMS workflows.
 class WysiwygRenderer
          This class contains a set of utility static methods to process wysiwyg text.
 

Uses of JaliosConstants in com.jalios.jcms.accessibility
 

Classes in com.jalios.jcms.accessibility that implement JaliosConstants
 class SwitchAccessibilityContextHandler
           
 

Uses of JaliosConstants in com.jalios.jcms.ajax
 

Classes in com.jalios.jcms.ajax that implement JaliosConstants
 class CategoryCtxMenu
          This class is used to process AJAX Contextual Menu for a given JCMS category.
 class MemberCtxMenu
          This class is used to process AJAX Contextual Menu for a given JCMS member.
 class PortletCtxMenu
          This class is used to process AJAX Contextual Menu for a given JCMS Portlet.
 class PublicationCtxMenu
          This class is used to process AJAX Contextual Menu for a given JCMS publication id.
 class WidgetCtxMenu
           
 

Uses of JaliosConstants in com.jalios.jcms.archive
 

Classes in com.jalios.jcms.archive that implement JaliosConstants
 class ArchiveBrowserHandler
          This form handler process Archive Browser actions.
 class ArchivedPublication
          This class represents an archived Publication in memory, used to keep track of authors, rights, category, workspace of archived publication
 class ArchiveManager
          This Class is responsible to manage the archive system of JCMS.
 class ArchiveQueryHandler
          Holder class and form handler of all parameters to be used for a query of archive.
 class LuceneArchiveEngine
           
 

Uses of JaliosConstants in com.jalios.jcms.caddy
 

Classes in com.jalios.jcms.caddy that implement JaliosConstants
 class AbstractCaddyManagerHandler
          This form handler is the super class of the formhandler class to process Caddy Manager actions.
 class CaddyPopinHandler
          This handler is used to add or remove content to the caddy.
 class CategoryCaddyManagerHandler
           
 class DBMemberCaddyManagerHandler
           
 class GroupCaddyManagerHandler
           
 class MemberCaddyManagerHandler
           
 class PublicationCaddyManagerHandler
          This form handler process Publication Caddy Manager actions.
 class WorkspaceCaddyManagerHandler
           
 

Uses of JaliosConstants in com.jalios.jcms.calendar
 

Classes in com.jalios.jcms.calendar that implement JaliosConstants
 class AbstractCalendarEvent
          This abstract class provides a superclass to every calendar event and base methods for their manipulation
 class CalendarEventListener
          This class is listening to any modification of CalendarEvent.
 class CalendarManager
           
 class PortletCalendarHandler
           
 

Uses of JaliosConstants in com.jalios.jcms.context
 

Classes in com.jalios.jcms.context that implement JaliosConstants
 class JcmsContext
          This class keep track of all variables declared in doInitPage and give access to convenient methods when you are not in a jsp (servlet, tag, custom class etc) To use methods of this class, You MUST set a valid request and response (either with the contructor or with the setters).
 class JcmsJspContext
          This class allows you to keep track of variables declare and initialiazed by JCMS.
 

Uses of JaliosConstants in com.jalios.jcms.db
 

Classes in com.jalios.jcms.db that implement JaliosConstants
 class DBEventLog
          This class represents a DBEventLog (i.e. an Hibernate write event stored in the DB).
 class DBEventLogManager
          This class replays the hibernate events on all the other replicas.
 class DerbyManager
          This class manages the internal Derby server.
 class HibernateManager
          This class is a singleton to manage Hibernate access.
 class LoadJcms5DataHandler
           
 class PublicationCriteria
          This class contains criteria for a DB publication query.
 

Uses of JaliosConstants in com.jalios.jcms.dbmember
 

Classes in com.jalios.jcms.dbmember that implement JaliosConstants
 class DBMember
           
 

Uses of JaliosConstants in com.jalios.jcms.handler
 

Classes in com.jalios.jcms.handler that implement JaliosConstants
 class AbstractQueryHandler<E>
          Superclass of query handlers.
 class AllMemberQueryHandler
          Holder class and form handler of all parameters to be used for a query of DBMembers.
 class AuthKeyGeneratorHandler
          This form handler generate Authentication Keys.
 class CacheManagerHandler
          This form handler process Cache Manager actions.
 class DBMemberQueryHandler
          Holder class and form handler of all parameters to be used for a query of DBMembers.
 class DeployManagerDownloadHandler
           
 class DeployManagerUpgradeHandler
           
 class DeployManagerUpgradeUploadHandler
          Check and deploy an uploaded webapp to the right webapp location.
 class EditCatHandler
          This form handler processes editCat.jsp forms.
 class EditDataHandler
          This class is the super class of all FormHandler which manage stored data.
 class EditExtraDataHandler
          This form handler processes Data's Extra Data forms.
 class EditFileDocumentHandler
           
 class EditFormHandler
          This form handler processes Form forms.
 class EditGroupHandler
          This form handler process Group forms.
 class EditMemberHandler
          This form handler processes Member forms.
 class EditNotificationHandler
           
 class EditPublicationHandler
          This form handler processes Publication forms.
 class EditTypeExtensionHandler
          This form handler processes DataExtension forms.
 class FileHandler
           
 class FriendlyURLsHandler
           
 class GroupQueryHandler
          Holder class and form handler of all parameters to be used for a query of groups.
 class ImportCatListHandler
          Upload and parse a .txt file containing tree of categories to import in JCMS.
 class JcmsFormHandler
          This abstract class is the super class of all the Form Handler classes (i.e.
 class JSyncManagerHandler
          This form handler processes JSyncManager's form.
 class MailEditHandler
          This form handler processes doEditMail.jsp form.
 class MailPasswordHandler
          This form handler processes form contained in the mailPassword jsp.
 class MailPublicationHandler
          This form handler process mailPublication.jsp form.
 class MemberListHandler
          This form handler processes doMemberList.jsp form.
 class MemberQueryHandler
          Holder class and form handler of all parameters to be used for a query of members.
 class PagerHandler
          This form handler process pager properties.
 class PropertiesHandler
           
 class PubBrowserHandler
           
 class QueryHandler
          Holder class and form handler of all parameters to be used for a query.
 class StoreCleanerHandler
           
 class SyncLdapHandler
          This form handler performs LDAP synchronization.
 class TypeEditorHandler
          This form handler processes the Type Editor form.
 class TypeListEditorHandler
          This form handler processes the Type List Editor forms.
 class UpgradeManagerHandler
           
 class WFEditorHandler
          This form handler processes wfEditor.jsp form.
 class WorkReportHandler
           
 class WorkspaceQueryHandler
          Holder class and form handler of all parameters to be used for a query of workspaces.
 class ZipFilesHandler
           
 

Uses of JaliosConstants in com.jalios.jcms.mail
 

Classes in com.jalios.jcms.mail that implement JaliosConstants
 class MailMessage
          Class used to build and send a mail message.
 

Uses of JaliosConstants in com.jalios.jcms.mashup
 

Classes in com.jalios.jcms.mashup that implement JaliosConstants
 class ImportConflictHandler
          This form handler processes importConflictList.jsp actions
 class ImportManager
          The ImportManager is the main class to manage data import.
 class ImportManagerHandler
          This form handler processes ImportManager's form.
 class ImportSource
          This class represents an Import Source.
 

Uses of JaliosConstants in com.jalios.jcms.media
 

Classes in com.jalios.jcms.media that implement JaliosConstants
 class MediaBrowserHandler
          This handler controls the MediaBrowser.
 

Uses of JaliosConstants in com.jalios.jcms.plugin
 

Classes in com.jalios.jcms.plugin that implement JaliosConstants
 class DisplayPluginHandler
          This class is used to handle modification on Plugins.
 class EditPluginHandler
          This class is used to handle modification on Plugins.
 

Uses of JaliosConstants in com.jalios.jcms.portlet
 

Classes in com.jalios.jcms.portlet that implement JaliosConstants
 class EditPortalElementHandler
           
 class EditPortalHandler
           
 class EditPortalRedirectHandler
           
 class EditPortletCollectionHandler
           
 class EditPortletHandler
           
 class EditPortletLogHandler
           
 class EditPortletParentHandler
           
 class EditPortletSkinableHandler
           
 class Portal
          An abstract Portal representation with fields to implements - String -> CSSFile - String -> Header - String -> Footer - Publication -> Child
 class PortalElement
           
 class PortalRedirect
          An abstract Portal representation with fields to implements.
 class Portlet
          An abstract Portlet représentation with fields to implements
 class PortletCollection
          An abstract PortletCollection représentation with fields to implements - PortalElement[] -> Children
 class PortletParent
          An abstract PortletParent représentation with fields to implements - Publication -> Children
 class PortletSkinable
          An abstract Portlet représentation with fields to implements - String -> DisplayTitle (ML) - String -> SkinTemplate - String -> SkinCSS
 

Uses of JaliosConstants in com.jalios.jcms.search
 

Classes in com.jalios.jcms.search that implement JaliosConstants
 class AdminSearchEnginesHandler
          This handler is used in the admin area to provide action on search engine.
 class LuceneCategorySearchEngine
          This CategorySearchEngine is reponsible for the indexing and searching of JCMS content using lucene.
 class LuceneDataSearchEngine
          This class provides a base class to index JCMS Data using Lucene.
 class LuceneFileSearchEngine
          This class is an implementation of FileSearchEngine base on Lucene search engine.
 class LuceneMemberSearchEngine
          Provides member indexing and search.
 class LucenePublicationSearchEngine
          This PublicationSearchEngine is reponsible for the indexing and searching of JCMS content using lucene.
 class SpellSuggestEngine
          This engine can be used when doing text search.
 

Uses of JaliosConstants in com.jalios.jcms.servlet
 

Classes in com.jalios.jcms.servlet that implement JaliosConstants
 class BinaryFileServlet
          This Servlet handles binary file download.
 class DisplayServlet
          This Servlet handles all display requests done using DescriptiveURLs.
 class InitFilter
           
 class JcmsServlet
          This convenient Servlet abstract class: redirects doPost() on doGet sets the channel attribute implements JcmsConstants
 class JSyncServlet
           
 class RestrictedFileFilter
          This servlet filter controls access to restricted files
 

Uses of JaliosConstants in com.jalios.jcms.stat
 

Classes in com.jalios.jcms.stat that implement JaliosConstants
 class StatManager
          This class manages access log and produces statistics reports.
 

Uses of JaliosConstants in com.jalios.jcms.taglib
 

Classes in com.jalios.jcms.taglib that implement JaliosConstants
 class ArchiveTag
          This tag prints a small archive icon for a given Publication.
 class CacheTag
          This tag puts the content of its body in cache.
 class CheckIntegrityTag
          This tag prints a warn icon if the given data does not respect its integrity constraints.
 class DataChooserTag
          This tag generates the form widget to select a data (Publication or Member)
 class DateChooserTag
          This tag generates the form widget to select a date
 class DeleteTag
          This tag prints a small delete icons beside a given Data object to delete it
 class DurationChooserTag
          This tag generates the form widget to select a duration (value / unit)
 class EditTag
          This tag prints a small edit icons beside a given Publication object (to update it) or Publication class (to add a new instance).
 class FormWidgetTag
          This abstract class is the mother class of all HTML form widget tag.
 class ImportIconTag
          This tag prints the icon status for imported data.
 class LockTag
          This tag prints a lock icon if the given data is locked.
 class PdfTag
          This tag displays a PDF icon to access the PDF version (if it exists) of the given file.
 class PortletTreeTag
           
 class QueryTag
          This tag performs a query on the Publication set.
 class SQLQueryTag
          This tag performs a SQL query and provides the result set as a SQLQueryResult
 class ThumbnailTag
          This tags add possibily to create and display a thumbnail of an image.
 class TooltipTag
          This tag prints a small tooltip icons that displays inline or ajax content
 class WidgetTag
           
 

Uses of JaliosConstants in com.jalios.jcms.test
 

Classes in com.jalios.jcms.test that implement JaliosConstants
 class JcmsTestCase
          Provides a super class for development of JCMS unit tests.
 

Uses of JaliosConstants in com.jalios.jcms.tools
 

Classes in com.jalios.jcms.tools that implement JaliosConstants
 class ProfilerHandler
           
 

Uses of JaliosConstants in com.jalios.jcms.tracking
 

Classes in com.jalios.jcms.tracking that implement JaliosConstants
 class ReaderTracker
           
 

Uses of JaliosConstants in com.jalios.jcms.upload
 

Classes in com.jalios.jcms.upload that implement JaliosConstants
 class DocUploadHandler
          This form handler processes document upload.
 class DocUploadInfo
          A convenient wrapper of uploaded files that have been decoded by MultiPartFilter.
 class UnzipDataController
          Monitors FileDocument zip file upload and create FileDocument from them.
 

Uses of JaliosConstants in com.jalios.jcms.webdav
 

Classes in com.jalios.jcms.webdav that implement JaliosConstants
 class WebdavServlet
          This servlet implements Webdav Protocol - Issue: Renaming with not UTF-8 write wrong chars in store - Issue: What should we do with JCMS Publication vs DataController vs DeleteFolder ?
 class Win32LinkServlet
          This servlet return a Win32Link for the given file and path parameter in the webdav servlet.
 

Uses of JaliosConstants in com.jalios.jcms.widget
 

Classes in com.jalios.jcms.widget that implement JaliosConstants
 class AbstractWidget
           
 class CategoryWidget
           
 class ChooserWidget
           
 class DateWidget
           
 class DBRecordChooserWidget
          This widget provides an input to select a database record.
 class DurationWidget
           
 class EnumerateWidget
           
 class QueryWidget
           
 class SQLQueryWidget
          This widget provides an input to enter a SQL query
 class TextAreaWidget
           
 class TextFieldWidget
           
 class TreeCat
          This class display a Category Tree using <UL> <LI> tags.
 class WidgetUtil
           
 

Uses of JaliosConstants in com.jalios.jcms.workspace
 

Classes in com.jalios.jcms.workspace that implement JaliosConstants
 class AbstractEditWorkspaceHandler
          This form handler process Group forms.
 class EditWorkspaceCommonHandler
          This form handler process Workspace forms.
 class EditWorkspaceHandler
          This form handler process Group forms.
 class EditWorkspaceRoleHandler
          This form handler process Group forms.
 class EditWorkspaceTypeHandler
          This form handler process Group forms.
 class EditWSTypeEntryHandler
          This class handle create/update/delete form action on WSTypeEntry
 class WKRole
           
 class Workspace
          This class represents a Workspace
 class WorkspaceWizardHandler
          This form handler process Group forms.
 class WSTypeEntry
          This class is a wrapper on TypeEntry handling type properties for each workspace.
 

Uses of JaliosConstants in com.jalios.jstore.jsync
 

Subinterfaces of JaliosConstants in com.jalios.jstore.jsync
 interface JSyncConstants
          This interfaces contains public JSync constants
 

Classes in com.jalios.jstore.jsync that implement JaliosConstants
 class FileFetcher
          This class spawns a thread to download a set of file
 class JSyncLogger
          This class writes logs JSyncReplica actions such as join, disjoin, update, etc.
 class JSyncPreviousReplicaManager
          The aim of this class is to compute the list of url of replica previously connected to this leader.
 class JSyncReplica
          This class provides supports to manage a replica, manages JSyncListener, send and process the JSyncMessage.
 class JSyncUtil
          This class provides utility methods
 class ReplicaInfo
          This class contains info about a replica
 



Copyright © 2001-2007 Jalios SA. All Rights Reserved.