|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.taglibs.xtags.util.URLHelper
Some helper methods for creating URLs that can handle relative or absolute URIs or full URLs.
Constructor Summary | |
URLHelper()
|
Method Summary | |
static java.net.URL |
createURL(java.lang.String uri,
javax.servlet.jsp.PageContext pageContext)
|
static java.net.URL |
getResourceURL(java.lang.String uri,
javax.servlet.jsp.PageContext pageContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public URLHelper()
Method Detail |
public static java.net.URL createURL(java.lang.String uri, javax.servlet.jsp.PageContext pageContext) throws java.net.MalformedURLException
java.net.MalformedURLException
public static java.net.URL getResourceURL(java.lang.String uri, javax.servlet.jsp.PageContext pageContext) throws java.net.MalformedURLException
java.net.MalformedURLException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |