ariba.ui.aribaweb.util
Class AWFileResourceDirectory

java.lang.Object
  extended by ariba.ui.aribaweb.util.AWBaseObject
      extended by ariba.ui.aribaweb.util.AWResourceDirectory
          extended by ariba.ui.aribaweb.util.AWFileResourceDirectory
All Implemented Interfaces:
AWObject

public final class AWFileResourceDirectory
extends AWResourceDirectory


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
 AWResource createResource(java.lang.String resourceName, java.lang.String relativePath)
           
 java.lang.String directoryPath()
          return a cannonical directory path that always ends with "/"
 java.lang.String[] filesWithExtension(java.lang.String relativePath, java.lang.String fileExtension)
          return list of files with certain file name extension
 java.lang.String urlPrefix()
          return the url prefix for all the resources in this directory
 
Methods inherited from class ariba.ui.aribaweb.util.AWResourceDirectory
containsPackagedResources, disableResourceLookupLogging, enableResourceLookupLogging, formatCacheableUrlForResource, formatUrlForResource, setContainsPackagedResources, toString
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

urlPrefix

public java.lang.String urlPrefix()
Description copied from class: AWResourceDirectory
return the url prefix for all the resources in this directory

Specified by:
urlPrefix in class AWResourceDirectory

directoryPath

public java.lang.String directoryPath()
Description copied from class: AWResourceDirectory
return a cannonical directory path that always ends with "/"

Specified by:
directoryPath in class AWResourceDirectory

createResource

public AWResource createResource(java.lang.String resourceName,
                                 java.lang.String relativePath)
Overrides:
createResource in class AWResourceDirectory

filesWithExtension

public java.lang.String[] filesWithExtension(java.lang.String relativePath,
                                             java.lang.String fileExtension)
Description copied from class: AWResourceDirectory
return list of files with certain file name extension

Overrides:
filesWithExtension in class AWResourceDirectory


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.