|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortletApp | |
---|---|
com.liferay.portal.model | This package defines the portal model interfaces and classes, including SOAP and wrapper classes. |
com.liferay.portal.model.impl | |
com.liferay.portal.service | This package defines the local and remote portal service interfaces and classes. |
com.liferay.portal.service.impl | This package defines the local and remote portal service implementations. |
Uses of PortletApp in com.liferay.portal.model |
---|
Methods in com.liferay.portal.model that return PortletApp | |
---|---|
PortletApp |
PublicRenderParameter.getPortletApp()
|
PortletApp |
PortletWrapper.getPortletApp()
Returns this portlet's application. |
PortletApp |
PortletURLListener.getPortletApp()
|
PortletApp |
PortletFilter.getPortletApp()
|
PortletApp |
Portlet.getPortletApp()
Returns this portlet's application. |
PortletApp |
EventDefinition.getPortletApp()
|
Methods in com.liferay.portal.model with parameters of type PortletApp | |
---|---|
void |
PublicRenderParameter.setPortletApp(PortletApp portletApp)
|
void |
PortletWrapper.setPortletApp(PortletApp portletApp)
Sets this portlet's application. |
void |
PortletURLListener.setPortletApp(PortletApp portletApp)
|
void |
PortletFilter.setPortletApp(PortletApp portletApp)
|
void |
Portlet.setPortletApp(PortletApp portletApp)
Sets this portlet's application. |
void |
EventDefinition.setPortletApp(PortletApp portletApp)
|
Uses of PortletApp in com.liferay.portal.model.impl |
---|
Classes in com.liferay.portal.model.impl that implement PortletApp | |
---|---|
class |
PortletAppImpl
|
Methods in com.liferay.portal.model.impl that return PortletApp | |
---|---|
PortletApp |
PublicRenderParameterImpl.getPortletApp()
|
PortletApp |
PortletURLListenerImpl.getPortletApp()
|
PortletApp |
PortletImpl.getPortletApp()
Returns this portlet's application. |
PortletApp |
PortletFilterImpl.getPortletApp()
|
PortletApp |
EventDefinitionImpl.getPortletApp()
|
Methods in com.liferay.portal.model.impl with parameters of type PortletApp | |
---|---|
void |
PublicRenderParameterImpl.setPortletApp(PortletApp portletApp)
|
void |
PortletURLListenerImpl.setPortletApp(PortletApp portletApp)
|
void |
PortletImpl.setPortletApp(PortletApp portletApp)
Sets this portlet's application. |
void |
PortletFilterImpl.setPortletApp(PortletApp portletApp)
|
void |
EventDefinitionImpl.setPortletApp(PortletApp portletApp)
|
Constructors in com.liferay.portal.model.impl with parameters of type PortletApp | |
---|---|
EventDefinitionImpl(QName qName,
String valueType,
PortletApp portletApp)
|
|
PortletFilterImpl(String filterName,
String filterClass,
Set<String> lifecycles,
Map<String,String> initParams,
PortletApp portletApp)
|
|
PortletImpl(String portletId,
Portlet rootPortlet,
PluginPackage pluginPackage,
PluginSetting pluginSetting,
long companyId,
long timestamp,
String icon,
String virtualPath,
String strutsPath,
String parentStrutsPath,
String portletName,
String displayName,
String portletClass,
String configurationActionClass,
List<String> indexerClasses,
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> atomCollectionAdapterClasses,
List<String> customAttributesDisplayClasses,
String permissionPropagatorClass,
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,
Set<String> autopropagatedParameters,
int actionTimeout,
int renderTimeout,
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. |
|
PortletURLListenerImpl(String listenerClass,
PortletApp portletApp)
|
|
PublicRenderParameterImpl(String identifier,
QName qName,
PortletApp portletApp)
|
Uses of PortletApp in com.liferay.portal.service |
---|
Methods in com.liferay.portal.service that return PortletApp | |
---|---|
PortletApp |
PortletLocalServiceWrapper.getPortletApp(String servletContextName)
|
static PortletApp |
PortletLocalServiceUtil.getPortletApp(String servletContextName)
|
PortletApp |
PortletLocalService.getPortletApp(String servletContextName)
|
Uses of PortletApp in com.liferay.portal.service.impl |
---|
Methods in com.liferay.portal.service.impl that return PortletApp | |
---|---|
PortletApp |
PortletLocalServiceImpl.getPortletApp(String servletContextName)
|
|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |