|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.bpel.rtrep.v1.xpath20.JaxpFunctionResolver.CombineUrl
public static class JaxpFunctionResolver.CombineUrl
Takes the relative URL and combines it with the base URL to return a new absolute URL. If the relative parameter is an absolute URL, returns it instead.
As described in section 5 of rfc2396. This implementation relies heavily onURL
. As thus, the same restrictions apply, especially regarding encoding.
"The URL class does not itself encode or decode any URL components according
to the escaping mechanism defined in RFC2396. It is the responsibility of the caller
to encode any fields, which need to be escaped prior to calling URL, and also to decode
any escaped fields, that are returned from URL."
URL
,
URL.URL(java.net.URL, String)
Constructor Summary | |
---|---|
JaxpFunctionResolver.CombineUrl()
|
Method Summary | |
---|---|
java.lang.Object |
evaluate(java.util.List args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JaxpFunctionResolver.CombineUrl()
Method Detail |
---|
public java.lang.Object evaluate(java.util.List args) throws javax.xml.xpath.XPathFunctionException
evaluate
in interface javax.xml.xpath.XPathFunction
javax.xml.xpath.XPathFunctionException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |