Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.template.TemplateHandler

Packages that use TemplateHandler
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.kernel.portletdisplaytemplate   
com.liferay.portal.kernel.template   
com.liferay.portal.kernel.template.comparator   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.template   
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
com.liferay.portlet.assetcategoriesnavigation.template   
com.liferay.portlet.assetpublisher.template   
com.liferay.portlet.assettagsnavigation.template   
com.liferay.portlet.blogs.template   
com.liferay.portlet.documentlibrary.template   
com.liferay.portlet.dynamicdatalists.template   
com.liferay.portlet.dynamicdatamapping.template   
com.liferay.portlet.journal.template   
com.liferay.portlet.portletdisplaytemplate.util   
com.liferay.portlet.sitemap.template   
com.liferay.portlet.wiki.template   
 

Uses of TemplateHandler in com.liferay.portal.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet that return TemplateHandler
 TemplateHandler PortletBag.getTemplateHandlerInstance()
           
 

Uses of TemplateHandler in com.liferay.portal.kernel.portletdisplaytemplate
 

Classes in com.liferay.portal.kernel.portletdisplaytemplate that implement TemplateHandler
 class BasePortletDisplayTemplateHandler
           
 

Uses of TemplateHandler in com.liferay.portal.kernel.template
 

Classes in com.liferay.portal.kernel.template that implement TemplateHandler
 class BaseTemplateHandler
           
 

Methods in com.liferay.portal.kernel.template that return TemplateHandler
static TemplateHandler TemplateHandlerRegistryUtil.getTemplateHandler(long classNameId)
           
 TemplateHandler TemplateHandlerRegistry.getTemplateHandler(long classNameId)
          Returns the template handler associated with the class name ID.
static TemplateHandler TemplateHandlerRegistryUtil.getTemplateHandler(String className)
           
 TemplateHandler TemplateHandlerRegistry.getTemplateHandler(String className)
          Returns the template handler associated with the class name.
 

Methods in com.liferay.portal.kernel.template that return types with arguments of type TemplateHandler
static List<TemplateHandler> TemplateHandlerRegistryUtil.getTemplateHandlers()
           
 List<TemplateHandler> TemplateHandlerRegistry.getTemplateHandlers()
          Returns all the template handlers.
 

Methods in com.liferay.portal.kernel.template with parameters of type TemplateHandler
static void TemplateHandlerRegistryUtil.register(TemplateHandler templateHandler)
           
 void TemplateHandlerRegistry.register(TemplateHandler templateHandler)
          Registers the template handler.
static void TemplateHandlerRegistryUtil.unregister(TemplateHandler templateHandler)
           
 void TemplateHandlerRegistry.unregister(TemplateHandler templateHandler)
          Unregisters the template handler.
 

Uses of TemplateHandler in com.liferay.portal.kernel.template.comparator
 

Methods in com.liferay.portal.kernel.template.comparator with parameters of type TemplateHandler
 int TemplateHandlerComparator.compare(TemplateHandler templateHandler1, TemplateHandler templateHandler2)
           
 

Uses of TemplateHandler in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return TemplateHandler
 TemplateHandler PortletWrapper.getTemplateHandlerInstance()
          Returns the template handler instance of the portlet.
 TemplateHandler Portlet.getTemplateHandlerInstance()
          Returns the template handler instance of the portlet.
 

Uses of TemplateHandler in com.liferay.portal.model.impl
 

Methods in com.liferay.portal.model.impl that return TemplateHandler
 TemplateHandler PortletImpl.getTemplateHandlerInstance()
          Returns the template handler instance of the portlet.
 

Uses of TemplateHandler in com.liferay.portal.template
 

Methods in com.liferay.portal.template that return TemplateHandler
 TemplateHandler TemplateHandlerRegistryImpl.getTemplateHandler(long classNameId)
           
 TemplateHandler TemplateHandlerRegistryImpl.getTemplateHandler(String className)
           
 

Methods in com.liferay.portal.template that return types with arguments of type TemplateHandler
 List<TemplateHandler> TemplateHandlerRegistryImpl.getTemplateHandlers()
           
 

Methods in com.liferay.portal.template with parameters of type TemplateHandler
 void TemplateHandlerRegistryImpl.register(TemplateHandler templateHandler)
           
 void TemplateHandlerRegistryImpl.unregister(TemplateHandler templateHandler)
           
 

Uses of TemplateHandler in com.liferay.portlet
 

Methods in com.liferay.portlet that return TemplateHandler
 TemplateHandler PortletBagImpl.getTemplateHandlerInstance()
           
protected  TemplateHandler PortletBagFactory.newTemplateHandler(Portlet portlet)
           
 

Constructors in com.liferay.portlet with parameters of type TemplateHandler
PortletBagImpl(String portletName, javax.servlet.ServletContext servletContext, Portlet portletInstance, ConfigurationAction configurationActionInstance, List<Indexer> indexerInstances, OpenSearch openSearchInstance, FriendlyURLMapper friendlyURLMapperInstance, URLEncoder urlEncoderInstance, PortletDataHandler portletDataHandlerInstance, List<StagedModelDataHandler<?>> stagedModelDataHandlerInstances, TemplateHandler templateHandlerInstance, PortletLayoutListener portletLayoutListenerInstance, PollerProcessor pollerProcessorInstance, MessageListener popMessageListenerInstance, List<SocialActivityInterpreter> socialActivityInterpreterInstances, SocialRequestInterpreter socialRequestInterpreterInstance, List<UserNotificationHandler> userNotificationHandlerInstances, WebDAVStorage webDAVStorageInstance, Method xmlRpcMethodInstance, ControlPanelEntry controlPanelEntryInstance, List<AssetRendererFactory> assetRendererFactoryInstances, List<AtomCollectionAdapter<?>> atomCollectionAdapters, List<CustomAttributesDisplay> customAttributesDisplayInstances, PermissionPropagator permissionPropagatorInstance, List<TrashHandler> trashHandlerInstances, List<WorkflowHandler> workflowHandlerInstances, PreferencesValidator preferencesValidatorInstance, Map<String,ResourceBundle> resourceBundles)
           
 

Uses of TemplateHandler in com.liferay.portlet.assetcategoriesnavigation.template
 

Classes in com.liferay.portlet.assetcategoriesnavigation.template that implement TemplateHandler
 class AssetCategoriesNavigationPortletDisplayTemplateHandler
           
 

Uses of TemplateHandler in com.liferay.portlet.assetpublisher.template
 

Classes in com.liferay.portlet.assetpublisher.template that implement TemplateHandler
 class AssetPublisherPortletDisplayTemplateHandler
           
 

Uses of TemplateHandler in com.liferay.portlet.assettagsnavigation.template
 

Classes in com.liferay.portlet.assettagsnavigation.template that implement TemplateHandler
 class AssetTagsNavigationPortletDisplayTemplateHandler
           
 

Uses of TemplateHandler in com.liferay.portlet.blogs.template
 

Classes in com.liferay.portlet.blogs.template that implement TemplateHandler
 class BlogsPortletDisplayTemplateHandler
           
 

Uses of TemplateHandler in com.liferay.portlet.documentlibrary.template
 

Classes in com.liferay.portlet.documentlibrary.template that implement TemplateHandler
 class DocumentLibraryPortletDisplayTemplateHandler
           
 

Uses of TemplateHandler in com.liferay.portlet.dynamicdatalists.template
 

Classes in com.liferay.portlet.dynamicdatalists.template that implement TemplateHandler
 class DDLTemplateHandler
           
 

Uses of TemplateHandler in com.liferay.portlet.dynamicdatamapping.template
 

Classes in com.liferay.portlet.dynamicdatamapping.template that implement TemplateHandler
 class BaseDDMTemplateHandler
           
 

Uses of TemplateHandler in com.liferay.portlet.journal.template
 

Classes in com.liferay.portlet.journal.template that implement TemplateHandler
 class JournalTemplateHandler
           
 

Uses of TemplateHandler in com.liferay.portlet.portletdisplaytemplate.util
 

Methods in com.liferay.portlet.portletdisplaytemplate.util that return types with arguments of type TemplateHandler
static List<TemplateHandler> PortletDisplayTemplateUtil.getPortletDisplayTemplateHandlers()
           
 List<TemplateHandler> PortletDisplayTemplate.getPortletDisplayTemplateHandlers()
           
 List<TemplateHandler> PortletDisplayTemplateImpl.getPortletDisplayTemplateHandlers()
           
 

Uses of TemplateHandler in com.liferay.portlet.sitemap.template
 

Classes in com.liferay.portlet.sitemap.template that implement TemplateHandler
 class SiteMapPortletDisplayTemplateHandler
           
 

Uses of TemplateHandler in com.liferay.portlet.wiki.template
 

Classes in com.liferay.portlet.wiki.template that implement TemplateHandler
 class WikiPortletDisplayTemplateHandler
           
 


Liferay 6.2-ce-ga5