Uses of Class
com.day.cq.commons.servlets.AbstractPredicateServlet

Packages that use AbstractPredicateServlet
com.day.cq.commons.servlets   
com.day.cq.extwidget.servlets   
com.day.cq.tagging.servlets   
com.day.cq.wcm.core.contentfinder   
 

Uses of AbstractPredicateServlet in com.day.cq.commons.servlets
 

Subclasses of AbstractPredicateServlet in com.day.cq.commons.servlets
 class AbstractCommandServlet
          Abstract servlet to use for the client/server command interface.
 class AbstractListServlet
          The AbstractListServlet provides base functionality such as sorting and paging for servlets that feed Ext grids (like in the SiteAdmin) with JSON.
 class AbstractSearchServlet
          AbstractSearchServlet is a base class for search servlets.
 class OverlayServlet
          Forwards to the resource considering the resource search path ("/apps", "/libs", etc.).
 class TidyJsonServlet
          Json export servlet that uses the TidyJsonItemWriter.
 

Uses of AbstractPredicateServlet in com.day.cq.extwidget.servlets
 

Subclasses of AbstractPredicateServlet in com.day.cq.extwidget.servlets
 class ExtMediaListServlet
          Servlet that writes a JSON representations of the media items within a folder that can be used with the CQ.Ext.DataView of the CQ.MediaBrowseDialog.
 class ExtTreeExportServlet
          Deprecated. use the resource addressed ExtTreeServlet.
 class ExtTreeServlet
          Exports the resource tree at the addressed resource in JSON format to the response.
 class ReferenceListServlet
          Exports the resources addressed in the ReferenceListServlet.PARAM_NAME_REFERENCELIST property as child list for an EXT tree.
 

Uses of AbstractPredicateServlet in com.day.cq.tagging.servlets
 

Subclasses of AbstractPredicateServlet in com.day.cq.tagging.servlets
 class TagCommandServlet
          The TagCommand does create, delete, etc. ... tags.
 class TagListServlet
          Provides a JSON representation of child tags (for a cq:Tag resource or the tag base path), a list of tag suggestions by a partial title or name, or of all tags referenced by a cq:Taggable resource.
 

Uses of AbstractPredicateServlet in com.day.cq.wcm.core.contentfinder
 

Subclasses of AbstractPredicateServlet in com.day.cq.wcm.core.contentfinder
 class ViewHandler
           
 



Copyright © 2011-2012 Adobe Systems Incorporated. All Rights Reserved.