|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BridgeURI
| Method Summary | |
|---|---|
String |
getContextRelativePath(String contextPath)
Returns the path component of the URI, relative to the specified context-path. |
Map<String,String[]> |
getParameterMap()
Returns an immutable Map representing the URI parameters. |
String |
getPath()
Returns the path component of the URI. |
Bridge.PortletPhase |
getPortletPhase()
Returns the Bridge.PortletPhase associated with this URL. |
String |
getQuery()
Returns the query component, meaning all characters after the question-mark of the scheme-specific-part of the URI. |
boolean |
isAbsolute()
Determines whether or not the URI is absolute, meaning it contains a scheme component. |
boolean |
isEscaped()
Determines whether or not the URI is escaped. |
boolean |
isExternal()
Determines whether or not the URL is external. |
boolean |
isHierarchical()
Determines whether or not the URL is hierarchical, meaning it is either 1) absolute and the scheme-specific part begins with a forward-slash character, or 2) is relative. |
boolean |
isOpaque()
Determines whether or not the URL is opaque, meaning it is absolute and its scheme component does not begin with a forward-slash character. |
boolean |
isPathRelative()
Determines whether or not the path component of the URL is relative, meaning it does not begin with a forward-slash character. |
boolean |
isPortletScheme()
Determines whether or not the URL begins with the "portlet:" scheme. |
boolean |
isRelative()
Determines whether or not the URI is relative, meaning it does not have a scheme component. |
String |
toString()
Returns a string-based representation of the URL. |
| Method Detail |
|---|
String toString()
toString in class ObjectString getContextRelativePath(String contextPath)
boolean isEscaped()
true if all occurrences of the ampersand character appear as & otherwise, returns
false.boolean isAbsolute()
URI an absolute URI is non-relative.
boolean isOpaque()
URI.isOpaque().
true if the URL is opaque, otherwise false.boolean isPathRelative()
true if the path is relative, otherwise false.boolean isPortletScheme()
true if the URL begins with the "portlet:" scheme, otherwise false.boolean isRelative()
URI a relative URI is non-absolute.
boolean isExternal()
true if external, otherwise false.boolean isHierarchical()
true if the URL is hierarchical, otherwise false.Map<String,String[]> getParameterMap()
Map representing the URI parameters.
String getPath()
Bridge.PortletPhase getPortletPhase()
Bridge.PortletPhase associated with this URL. Note that the value will be
null if the URL does not begin with the "portlet:" scheme/prefix.
String getQuery()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||