Uses of Interface
org.gatein.pc.portlet.container.PortletApplication
-
-
Uses of PortletApplication in org.gatein.pc.portlet.container
Methods in org.gatein.pc.portlet.container that return PortletApplication Modifier and Type Method Description PortletApplicationPortletContainer. getPortletApplication()Returns the wired application.PortletApplicationPortletFilter. getPortletApplication()Returns the wired application. -
Uses of PortletApplication in org.gatein.pc.portlet.container.managed
Methods in org.gatein.pc.portlet.container.managed that return PortletApplication Modifier and Type Method Description PortletApplicationManagedPortletApplication. getPortletApplication() -
Uses of PortletApplication in org.gatein.pc.portlet.container.object
Subinterfaces of PortletApplication in org.gatein.pc.portlet.container.object Modifier and Type Interface Description interfacePortletApplicationObjectContains life cycle and wiring details for the kernel environment.Methods in org.gatein.pc.portlet.container.object with parameters of type PortletApplication Modifier and Type Method Description voidPortletContainerObject. setPortletApplication(PortletApplication application)Set/unset the application.voidPortletFilterObject. setPortletApplication(PortletApplication application)Set the application on the portlet filter. -
Uses of PortletApplication in org.gatein.pc.portlet.impl.container
Methods in org.gatein.pc.portlet.impl.container that return PortletApplication Modifier and Type Method Description PortletApplicationPortletApplicationLifeCycle. getPortletApplication() -
Uses of PortletApplication in org.gatein.pc.portlet.impl.jsr168
Classes in org.gatein.pc.portlet.impl.jsr168 that implement PortletApplication Modifier and Type Class Description classPortletApplicationImplMethods in org.gatein.pc.portlet.impl.jsr168 that return PortletApplication Modifier and Type Method Description PortletApplicationPortletContainerImpl. getPortletApplication()PortletApplicationPortletFilterImpl. getPortletApplication()Methods in org.gatein.pc.portlet.impl.jsr168 with parameters of type PortletApplication Modifier and Type Method Description voidPortletContainerImpl. setPortletApplication(PortletApplication application)voidPortletFilterImpl. setPortletApplication(PortletApplication application)
-