Uses of Interface
org.jboss.portal.portlet.info.NavigationInfo

Packages that use NavigationInfo
org.jboss.portal.portlet.impl.info   
org.jboss.portal.portlet.impl.jsr168   
org.jboss.portal.portlet.info   
 

Uses of NavigationInfo in org.jboss.portal.portlet.impl.info
 

Classes in org.jboss.portal.portlet.impl.info that implement NavigationInfo
 class ContainerNavigationInfo
           
 

Uses of NavigationInfo in org.jboss.portal.portlet.impl.jsr168
 

Methods in org.jboss.portal.portlet.impl.jsr168 with parameters of type NavigationInfo
static PortletRequestParameterMap PortletRequestParameterMap.create(NavigationInfo navigationInfo, ActionInvocation invocation)
          - interaction parameter : always - form parameter : if it is a POST with the content type set to application/...
static PortletRequestParameterMap PortletRequestParameterMap.create(NavigationInfo navigationInfo, EventInvocation invocation)
           
static PortletRequestParameterMap PortletRequestParameterMap.create(NavigationInfo navigationInfo, PortletInvocation invocation)
          Factory method that will chose the right builder according to the context argument type.
static PortletRequestParameterMap PortletRequestParameterMap.create(NavigationInfo navigationInfo, RenderInvocation context)
           
static ResourceRequestParameterMap ResourceRequestParameterMap.create(NavigationInfo navigationInfo, ResourceInvocation invocation)
          - resource parameter : always - form parameter : if it is a POST with the content type set to application/...
protected static org.jboss.portal.common.util.ParameterMap PortletRequestParameterMap.safeBuildPublicParameters(NavigationInfo navigationInfo, java.util.Map<java.lang.String,java.lang.String[]> publicNavigationalParameters)
           
 

Constructors in org.jboss.portal.portlet.impl.jsr168 with parameters of type NavigationInfo
PortletParameterMap(NavigationInfo navigationInfo)
           
 

Uses of NavigationInfo in org.jboss.portal.portlet.info
 

Methods in org.jboss.portal.portlet.info that return NavigationInfo
 NavigationInfo PortletInfo.getNavigation()
          Returns the navigation information.
 



Copyright © 2008. All Rights Reserved.