|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
private PortletURLTypes.URLType |
PortletURLTypes.PortletURLType.type
|
private PortletURLTypes.URLType |
PortletURLTypes.defaultPortletURLType
|
Methods in org.apache.portals.bridges.struts.config that return PortletURLTypes.URLType | |
PortletURLTypes.URLType |
PortletURLTypes.PortletURLType.getType()
|
PortletURLTypes.URLType |
PortletURLTypes.getType(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 |
RewriteTag.urlType
Indicates which type of a url must be generated: action, render or resource. |
protected PortletURLTypes.URLType |
LinkTag.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 |
ELLinkTag.urlType
Indicates which type of a url must be generated: action, render or resource. |
Methods in org.apache.portals.bridges.struts.taglib with parameters of type PortletURLTypes.URLType | |
static String |
TagsSupport.getURL(javax.servlet.jsp.PageContext pageContext,
String url,
PortletURLTypes.URLType type)
Creates an action or render PortletURL, or a ResourceURL. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |