Liferay 7.0-ce-b4

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.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
 

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

Methods in com.liferay.portal.kernel.portlet that return types with arguments of type TemplateHandler
 List<TemplateHandler> PortletBag.getTemplateHandlerInstances()
           
 

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)
           
static TemplateHandler TemplateHandlerRegistryUtil.getTemplateHandler(String className)
           
 

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

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.portlet
 

Methods in com.liferay.portlet that return types with arguments of type TemplateHandler
 List<TemplateHandler> PortletBagImpl.getTemplateHandlerInstances()
           
protected  List<TemplateHandler> PortletBagFactory.newTemplateHandlers(Portlet portlet, com.liferay.registry.Filter filter, Map<String,Object> properties)
           
 

Constructor parameters in com.liferay.portlet with type arguments of type TemplateHandler
PortletBagImpl(String portletName, javax.servlet.ServletContext servletContext, Portlet portletInstance, ResourceBundleTracker resourceBundleTracker, List<ConfigurationAction> configurationActionInstances, List<Indexer<?>> indexerInstances, List<OpenSearch> openSearchInstances, List<SchedulerEventMessageListener> schedulerEventMessageListeners, FriendlyURLMapperTracker friendlyURLMapperTracker, List<URLEncoder> urlEncoderInstances, List<PortletDataHandler> portletDataHandlerInstances, List<StagedModelDataHandler<?>> stagedModelDataHandlerInstances, List<TemplateHandler> templateHandlerInstances, List<PortletLayoutListener> portletLayoutListenerInstances, List<PollerProcessor> pollerProcessorInstances, List<MessageListener> popMessageListenerInstances, List<SocialActivityInterpreter> socialActivityInterpreterInstances, List<SocialRequestInterpreter> socialRequestInterpreterInstances, List<UserNotificationDefinition> userNotificationDefinitionInstances, List<UserNotificationHandler> userNotificationHandlerInstances, List<WebDAVStorage> webDAVStorageInstances, List<Method> xmlRpcMethodInstances, List<ControlPanelEntry> controlPanelEntryInstances, List<AssetRendererFactory<?>> assetRendererFactoryInstances, List<AtomCollectionAdapter<?>> atomCollectionAdapters, List<CustomAttributesDisplay> customAttributesDisplayInstances, List<PermissionPropagator> permissionPropagatorInstances, List<TrashHandler> trashHandlerInstances, List<WorkflowHandler<?>> workflowHandlerInstances, List<PreferencesValidator> preferencesValidatorInstances)
           
 


Liferay 7.0-ce-b4