Uses of Interface
org.gatein.pc.api.info.ModeInfo
-
Packages that use ModeInfo Package Description org.gatein.pc.api.info -
-
Uses of ModeInfo in org.gatein.pc.api.info
Subinterfaces of ModeInfo in org.gatein.pc.api.info Modifier and Type Interface Description interfacePortletManagedModeInfoExtends the mode info interface to add the notion of portlet managed mode.Methods in org.gatein.pc.api.info that return ModeInfo Modifier and Type Method Description ModeInfoCapabilitiesInfo. getMode(Mode mode)Returns a mode info matching a specifed mode or null.Methods in org.gatein.pc.api.info that return types with arguments of type ModeInfo Modifier and Type Method Description Set<ModeInfo>CapabilitiesInfo. getAllModes()Retrieves all the portlet modes supported by the associated Portlet.Set<ModeInfo>CapabilitiesInfo. getModes(org.gatein.common.net.media.MediaType mediaType)Retrieves the portlet modes supported by the associated Portlet for the specified Media type.
-