Liferay 6.0.5

Uses of Interface
com.liferay.portal.model.PortletFilter

Packages that use PortletFilter
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portlet   
 

Uses of PortletFilter in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return PortletFilter
 PortletFilter PortletApp.getPortletFilter(String filterName)
           
 

Methods in com.liferay.portal.model that return types with arguments of type PortletFilter
 Map<String,PortletFilter> PortletWrapper.getPortletFilters()
           
 Set<PortletFilter> PortletApp.getPortletFilters()
           
 Map<String,PortletFilter> Portlet.getPortletFilters()
          Gets the filters of the portlet.
 

Methods in com.liferay.portal.model with parameters of type PortletFilter
 void PortletApp.addPortletFilter(PortletFilter portletFilter)
           
 

Method parameters in com.liferay.portal.model with type arguments of type PortletFilter
 void PortletWrapper.setPortletFilters(Map<String,PortletFilter> portletFilters)
           
 void Portlet.setPortletFilters(Map<String,PortletFilter> portletFilters)
          Sets the filters of the portlet.
 

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

Classes in com.liferay.portal.model.impl that implement PortletFilter
 class PortletFilterImpl
           
 

Methods in com.liferay.portal.model.impl that return PortletFilter
 PortletFilter PortletAppImpl.getPortletFilter(String filterName)
           
 

Methods in com.liferay.portal.model.impl that return types with arguments of type PortletFilter
 Map<String,PortletFilter> PortletImpl.getPortletFilters()
          Gets the filters of the portlet.
 Set<PortletFilter> PortletAppImpl.getPortletFilters()
           
 

Methods in com.liferay.portal.model.impl with parameters of type PortletFilter
 void PortletAppImpl.addPortletFilter(PortletFilter portletFilter)
           
 

Method parameters in com.liferay.portal.model.impl with type arguments of type PortletFilter
 void PortletImpl.setPortletFilters(Map<String,PortletFilter> portletFilters)
          Sets the filters of the portlet.
 

Constructor parameters in com.liferay.portal.model.impl with type arguments of type PortletFilter
PortletImpl(String portletId, PluginPackage pluginPackage, PluginSetting pluginSetting, long companyId, long timestamp, String icon, String virtualPath, String strutsPath, String portletName, String displayName, String portletClass, String configurationActionClass, String indexerClass, String openSearchClass, List<SchedulerEntry> schedulerEntries, String portletURLClass, String friendlyURLMapperClass, String friendlyURLMapping, String friendlyURLRoutes, String urlEncoderClass, String portletDataHandlerClass, String portletLayoutListenerClass, String pollerProcessorClass, String popMessageListenerClass, String socialActivityInterpreterClass, String socialRequestInterpreterClass, String webDAVStorageToken, String webDAVStorageClass, String xmlRpcMethodClass, String controlPanelEntryCategory, double controlPanelEntryWeight, String controlPanelClass, List<String> assetRendererFactoryClasses, List<String> customAttributesDisplayClasses, List<String> workflowHandlerClasses, String defaultPreferences, String preferencesValidator, boolean preferencesCompanyWide, boolean preferencesUniquePerLayout, boolean preferencesOwnedByGroup, boolean useDefaultTemplate, boolean showPortletAccessDenied, boolean showPortletInactive, boolean actionURLRedirect, boolean restoreCurrentView, boolean maximizeEdit, boolean maximizeHelp, boolean popUpPrint, boolean layoutCacheable, boolean instanceable, boolean remoteable, boolean scopeable, String userPrincipalStrategy, boolean privateRequestAttributes, boolean privateSessionAttributes, int renderWeight, boolean ajaxable, List<String> headerPortalCss, List<String> headerPortletCss, List<String> headerPortalJavaScript, List<String> headerPortletJavaScript, List<String> footerPortalCss, List<String> footerPortletCss, List<String> footerPortalJavaScript, List<String> footerPortletJavaScript, String cssClassWrapper, String facebookIntegration, boolean addDefaultResource, String roles, Set<String> unlinkedRoles, Map<String,String> roleMappers, boolean system, boolean active, boolean include, Map<String,String> initParams, Integer expCache, Map<String,Set<String>> portletModes, Map<String,Set<String>> windowStates, Set<String> supportedLocales, String resourceBundle, PortletInfo portletInfo, Map<String,PortletFilter> portletFilters, Set<QName> processingEvents, Set<QName> publishingEvents, Set<PublicRenderParameter> publicRenderParameters, PortletApp portletApp)
          Constructs a portlet with the specified parameters.
 

Uses of PortletFilter in com.liferay.portlet
 

Methods in com.liferay.portlet with parameters of type PortletFilter
static PortletFilter PortletFilterFactory.create(PortletFilter portletFilterModel, PortletContext ctx)
           
static FilterConfig FilterConfigFactory.create(PortletFilter portletFilter, PortletContext ctx)
           
static void PortletFilterFactory.destroy(PortletFilter portletFilterModel)
           
static void FilterConfigFactory.destroy(PortletFilter portletFilter)
           
 


Liferay 6.0.5