Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-01


oracle.stellent.wcm.javaee.utils.loader
Class ServletContextResource

java.lang.Object
  extended by oracle.stellent.wcm.common.io.resource.Resource
      extended by oracle.stellent.wcm.javaee.utils.loader.ServletContextResource


public class ServletContextResource
extends Resource

Loads a path from the servlet context


Constructor Summary
ServletContextResource(javax.servlet.ServletContext servletContext, java.lang.String path)
           

 

Method Summary
 boolean exists()
           
 java.lang.String getExternalPath()
           
 java.io.InputStream getInputStream()
           
 long getLastModified()
           
 javax.servlet.ServletContext getServletContext()
           

 

Methods inherited from class oracle.stellent.wcm.common.io.resource.Resource
getPath

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ServletContextResource

public ServletContextResource(javax.servlet.ServletContext servletContext,
                              java.lang.String path)

Method Detail

getServletContext

public javax.servlet.ServletContext getServletContext()

exists

public boolean exists()
Overrides:
exists in class Resource
Returns:
true if the resource exists

getInputStream

public java.io.InputStream getInputStream()
                                   throws java.io.IOException
Specified by:
getInputStream in class Resource
Returns:
the inputstream to this resource
Throws:
java.io.IOException

getExternalPath

public java.lang.String getExternalPath()
Overrides:
getExternalPath in class Resource
Returns:
an external form of the path

getLastModified

public long getLastModified()
Overrides:
getLastModified in class Resource
Returns:
the time when this resource was last modified, -1 if it cannot be determined

Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-01


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.