|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.ui.aribaweb.util.AWBaseObject
ariba.ui.aribaweb.util.AWResource
ariba.ui.aribaweb.util.AWFileResource
public final class AWFileResource
Field Summary |
---|
Fields inherited from class ariba.ui.aribaweb.util.AWBaseObject |
---|
AribaHashtableClass, AribaVectorClass, ClassClass, EmptyHashtable, EmptyMap, EmptyVector, False, IntegerClass, JavaHashtableClass, JavaMapClass, JavaVectorClass, LogHandling, NullObject, ObjectClass, StringClass, True, UndefinedObject, UndefinedString, UninitializedRealNumber |
Method Summary | |
---|---|
java.lang.String |
_fullPath()
|
static long |
fileLastModified(java.io.File f)
Lookup cached stat times We expect that this would only be called in RapidTurnaround mode (not in production). |
java.lang.String |
fullUrl()
Returns the full, absolute URL of this resource as a URL object. |
java.io.InputStream |
inputStream()
returns the input stream for this resource. |
long |
lastModified()
|
static void |
notifyNewRequest()
Called when new request comes in. |
AWResource |
relativeResource(java.lang.String relativePath,
AWResourceManager resourceManager)
Try to find another resource at location relative to this one |
java.lang.String |
toString()
|
java.lang.String |
url()
returns the url. |
Methods inherited from class ariba.ui.aribaweb.util.AWResource |
---|
canCacheUrl, equals, hasChanged, hashCode, name, object, relativePath, setObject |
Methods inherited from class ariba.ui.aribaweb.util.AWBaseObject |
---|
debugString, ensureFieldValuesClear, getFieldValue, init, isKindOfClass, localizedJavaString, logString, logWarning, setFieldValue |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String _fullPath()
public java.lang.String url()
AWResource
url
in class AWResource
public java.lang.String fullUrl()
AWResource
fullUrl
in class AWResource
public long lastModified()
lastModified
in class AWResource
public java.io.InputStream inputStream()
AWResource
inputStream
in class AWResource
public AWResource relativeResource(java.lang.String relativePath, AWResourceManager resourceManager)
AWResource
relativeResource
in class AWResource
public java.lang.String toString()
toString
in class AWResource
public static void notifyNewRequest()
public static long fileLastModified(java.io.File f)
f
- the file
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |