|
|||||||||
| 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 | |
|---|---|
String |
_fullPath()
|
static long |
fileLastModified(File f)
Lookup cached stat times We expect that this would only be called in RapidTurnaround mode (not in production). |
String |
fullUrl()
Returns the full, absolute URL of this resource as a URL object. |
InputStream |
inputStream()
returns the input stream for this resource. |
long |
lastModified()
|
static void |
notifyNewRequest()
Called when new request comes in. |
AWResource |
relativeResource(String relativePath,
AWResourceManager resourceManager)
Try to find another resource at location relative to this one |
String |
toString()
|
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 String _fullPath()
public String url()
AWResource
url in class AWResourcepublic String fullUrl()
AWResource
fullUrl in class AWResourcepublic long lastModified()
lastModified in class AWResourcepublic InputStream inputStream()
AWResource
inputStream in class AWResource
public AWResource relativeResource(String relativePath,
AWResourceManager resourceManager)
AWResource
relativeResource in class AWResourcepublic String toString()
toString in class AWResourcepublic static void notifyNewRequest()
public static long fileLastModified(File f)
f - the file
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||