Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

oracle.jdeveloper.webapp.utils.jsp
Class JspUtils

java.lang.Object
  extended by oracle.jdeveloper.webapp.utils.jsp.JspUtils

public class JspUtils
extends java.lang.Object


Method Summary
static java.lang.String[] getIncludedExtensions()
           
static java.lang.String getRelativeString(Context context, java.net.URL url)
          Returns a relative url for any document under the document root in a web application if one is possible.
static java.lang.String getRelativeString(Project project, java.net.URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getIncludedExtensions

public static java.lang.String[] getIncludedExtensions()

getRelativeString

public static java.lang.String getRelativeString(Context context,
                                                 java.net.URL url)
Returns a relative url for any document under the document root in a web application if one is possible.

Parameters:
context - the current context
url - the url to make relative
Returns:
relative if possible, otherwise, a string represenation of the full url.

getRelativeString

public static java.lang.String getRelativeString(Project project,
                                                 java.net.URL url)

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.