Uses of Class
org.apache.portals.bridges.struts.config.PortletURLTypes.URLType

Packages that use PortletURLTypes.URLType
org.apache.portals.bridges.struts.config   
org.apache.portals.bridges.struts.taglib   
 

Uses of PortletURLTypes.URLType in org.apache.portals.bridges.struts.config
 

Fields in org.apache.portals.bridges.struts.config declared as PortletURLTypes.URLType
static PortletURLTypes.URLType PortletURLTypes.URLType.ACTION
           
static PortletURLTypes.URLType PortletURLTypes.URLType.RENDER
           
static PortletURLTypes.URLType PortletURLTypes.URLType.RESOURCE
           
 

Methods in org.apache.portals.bridges.struts.config that return PortletURLTypes.URLType
 PortletURLTypes.URLType PortletURLTypes.PortletURLType.getType()
           
 PortletURLTypes.URLType PortletURLTypes.getType(java.lang.String path)
           
 

Methods in org.apache.portals.bridges.struts.config with parameters of type PortletURLTypes.URLType
 boolean PortletURLTypes.URLType.equals(PortletURLTypes.URLType type)
           
 void PortletURLTypes.PortletURLType.setType(PortletURLTypes.URLType type)
           
 

Uses of PortletURLTypes.URLType in org.apache.portals.bridges.struts.taglib
 

Fields in org.apache.portals.bridges.struts.taglib declared as PortletURLTypes.URLType
protected  PortletURLTypes.URLType LinkTag.urlType
          Indicates which type of a url must be generated: action, render or resource.
protected  PortletURLTypes.URLType ELLinkTag.urlType
          Indicates which type of a url must be generated: action, render or resource.
protected  PortletURLTypes.URLType ELRewriteTag.urlType
          Indicates which type of a url must be generated: action, render or resource.
protected  PortletURLTypes.URLType RewriteTag.urlType
          Indicates which type of a url must be generated: action, render or resource.
 



Copyright © 1999-2011 Apache Software Foundation. All Rights Reserved.