Uses of Class
org.gatein.pc.api.Mode
-
Packages that use Mode Package Description org.gatein.pc.api org.gatein.pc.api.info org.gatein.pc.api.invocation org.gatein.pc.api.invocation.response org.gatein.pc.api.spi -
-
Uses of Mode in org.gatein.pc.api
Fields in org.gatein.pc.api declared as Mode Modifier and Type Field Description static ModeMode. ADMIN.static ModeMode. EDIT.static ModeMode. EDIT_DEFAULTS.static ModeMode. HELP.static ModeMode. VIEW.Methods in org.gatein.pc.api that return Mode Modifier and Type Method Description static ModeMode. create(String name)static ModeMode. create(String name, boolean preserveCase)ModeContainerURL. getMode()Returns the mode that may be null. -
Uses of Mode in org.gatein.pc.api.info
Methods in org.gatein.pc.api.info that return Mode Modifier and Type Method Description ModeModeInfo. getMode()The mode value.Methods in org.gatein.pc.api.info with parameters of type Mode Modifier and Type Method Description ModeInfoCapabilitiesInfo. getMode(Mode mode)Returns a mode info matching a specifed mode or null. -
Uses of Mode in org.gatein.pc.api.invocation
Fields in org.gatein.pc.api.invocation declared as Mode Modifier and Type Field Description protected ModePortletInvocation. mode.Methods in org.gatein.pc.api.invocation that return Mode Modifier and Type Method Description ModePortletInvocation. getMode()Methods in org.gatein.pc.api.invocation with parameters of type Mode Modifier and Type Method Description voidPortletInvocation. setMode(Mode mode) -
Uses of Mode in org.gatein.pc.api.invocation.response
Methods in org.gatein.pc.api.invocation.response that return Mode Modifier and Type Method Description ModeUpdateNavigationalStateResponse. getMode()Methods in org.gatein.pc.api.invocation.response that return types with arguments of type Mode Modifier and Type Method Description Set<Mode>FragmentResponse. getNextModes()Returns the next modes.Methods in org.gatein.pc.api.invocation.response with parameters of type Mode Modifier and Type Method Description voidUpdateNavigationalStateResponse. setMode(Mode mode)Constructor parameters in org.gatein.pc.api.invocation.response with type arguments of type Mode Constructor Description FragmentResponse(ResponseProperties properties, Map<String,Object> attributes, String contentType, String encoding, byte[] bytes, String title, CacheControl cacheControl, Set<Mode> nextModes)FragmentResponse(ResponseProperties properties, Map<String,Object> attributes, String contentType, String encoding, String chars, String title, CacheControl cacheControl, Set<Mode> nextModes)FragmentResponse(ResponseProperties properties, Map<String,Object> attributes, String contentType, String title, CacheControl cacheControl, Set<Mode> nextModes) -
Uses of Mode in org.gatein.pc.api.spi
Methods in org.gatein.pc.api.spi that return types with arguments of type Mode Modifier and Type Method Description Set<Mode>PortalContext. getModes()Return the modes accepted by this portal context.
-