|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Utility / support classes for the AribaWeb core.
Key classes include:AWResourceManager
and
AWMultiLocaleResourceManager
,
and the collection of useful utility methods class
AWUtil
.
ariba.util.fieldvalue
,
ariba.util.core
,
ariba.util.formatter
Interface Summary | |
---|---|
AWBookmarker.BookmarkEncrypter | This interface is intended to be implemented by the Application. |
AWBookmarkURLProvider | |
AWCooperativeMultithreadLocking | |
AWDateFactory | Provided as a means for users of AW Date manipulators to create their own date objects. |
AWDisposable | Any component that implements AWDisposable is a candidate for having dispose() called on it when a session is terminated. |
AWJarWalker.AnnotationListener | |
AWJarWalker.DirectoryIteratorFactory | |
AWJarWalker.Filter | |
AWJarWalker.StreamIterator | |
AWJarWalker.UrlFilter | |
AWLogHandling | |
AWMultiLocaleResourceManager.AWResourceDirectoryHandler | |
AWMultiLocaleResourceManager.ResourceVersionManager | |
AWNotification | |
AWNotificationCenter.Observer | |
AWObject | |
AWProtectedBookmarkable | |
AWPublicBookmarkable | |
AWResourceManagerFactory | |
AWStaticSiteGenerator.Naming | |
AWUtil.FileProcessor | |
AWUtil.ValueMapper | |
SemanticKeyProvider |
Class Summary | |
---|---|
AW2DVector | |
AWArrayManager | This class manages a one-dimensional java array and allows for easily adding to the array by managing resizing and by keeping track of how many elements are in the array. |
AWBase64 | |
AWBaseObject | |
AWBookmarker | |
AWBookmarkFormatter | |
AWBrand | |
AWBrandManager | |
AWByteArray | |
AWByteArrayOutputStream | |
AWCaseInsensitiveHashtable | |
AWChangeNotifier | |
AWCharacterEncoding | |
AWCheckoutManager | This class implements a check out mechanism that allows threads to do an exclusive "checkout" on a key value. |
AWClassLoader | Loader abstraction used by AW to load (and reload) classes for AWComponents. |
AWClassLoader.LoadInfo | |
AWClassLoader.PairedFileLoader | Loader subclass for loaders that look for a source file sitting alongside the awl |
AWClasspathResource | |
AWClasspathResourceDirectory | |
AWCommentedString | |
AWCommunityContext | This models the community context (which will be passed onto community when we click on a help link or to the in situ frame as we navigate in AN, Sourcing, etc). |
AWCommunityContext.DomainAndValue | We implement a tag with a domain so that always know the domain in which the tag is located. |
AWContentType | |
AWDebugTrace | |
AWDebugTrace.Assignment | |
AWDebugTrace.AssignmentRecorder | |
AWDebugTrace.AssignmentSource | |
AWDebugTrace.AssignmentSourceImpl | |
AWDebugTrace.ComponentTraceNode | |
AWDebugTrace.MetadataTraceNode | |
AWDebugTrace.MetaProvider | |
AWDefaultClassLoader | This default class loader is used in production environments. |
AWEncodedString | |
AWEncryptionProvider | Provides encryption services to the AW package. |
AWEnvironmentStack | |
AWEvaluateTemplateFile | Command line task for evaluating an template file (.awl) in terms of a set of properties definted in a supplied .properties files. |
AWEvaluateTemplateFile.FieldValue | |
AWFastStringBuffer | |
AWFileData | This object encapsulates the data from file uploads. |
AWFileResource | |
AWFileResourceDirectory | |
AWFormatter | |
AWFormatting | This should really be named the AWFormatterAdapter. |
AWFormatting_AribaFormatter | |
AWFormatting_AWFormatter | |
AWFormatting_JavaFormat | |
AWGenericException.FrameInfo | |
AWGenericException.ParsedException | |
AWImageInfo | |
AWIntKeyHashtable | This code duplicated from ariba.util.core.Hashtable and is temporary until we get this capability in ariba.util.core. |
AWJarWalker | |
AWJarWalker.ClasspathUrlFinder | |
AWJarWalker.FileIterator | |
AWJarWalker.FileProtocolIteratorFactory | |
AWJarWalker.InputStreamWrapper | |
AWJarWalker.JarIterator | |
AWJarWalker.VfsProtocolIteratorFactory | JBoss specific. |
AWJarWalker.Visitor | |
AWJarWalker.WarUrlFinder | |
AWLock | |
AWMap | Sample Usage: int index = AWMap.get(someList).indexOf(someList, someObject); |
AWMap_AribaHashtable | AWMap implementation based on java.util.Map. |
AWMap_JavaHashtable | AWMap implementation based on java.util.Map. |
AWMemoryStats | |
AWMimeParsedMessage | |
AWMimeReader | |
AWMultiLocaleResourceManager | |
AWMutableRefCount | |
AWNamespaceManager | |
AWNamespaceManager.AllowedGlobalsResolver | |
AWNamespaceManager.Import | |
AWNamespaceManager.Resolver | |
AWNodeManager | |
AWNodeValidator | Node validation is used to support application node affinity. |
AWNotificationCenter | |
AWOrderedList | Moved to ariba.util.fieldvalue.OrderedList. |
AWPagedVector | |
AWPagedVector.AWPagedVectorIterator | |
AWParameters | Note that an instance of this class is created by default for AW apps that do not override AWConcreteApplication.initConfigParameters, but will effectively noop as the AWParameterFieldValueClassExtension will effectively always return null. |
AWRecursiveLock | AWRecursiveLock allows for blocking access to a block of code to all threads but the first one to grab access. |
AWRecyclePool | |
AWResource | |
AWResourceDirectory | |
AWResourceManager | The application-wide manager of resource lookups. |
AWResourceManagerDictionary | |
AWSelfAccess | |
AWSemanticKeyProvider | Sample Usage: int index = AWOrderedList.get(someList).indexOf(someList, someObject); |
AWSemanticKeyProvider_AWAction | |
AWSemanticKeyProvider_String | |
AWSingleLocaleResourceManager | |
AWSizeLimitedHashtable | |
AWSort | |
AWStaticSiteGenerator | Used to statically render a site by internally "spidering". |
AWStaticSiteGenerator.ExtendedDefaultApplication | |
AWStringDictionary | |
AWStringKeyHashtable | |
AWStringsFieldValueClassExtension | |
AWStringsThunk | |
AWSystemUtil | |
AWTimeZone | |
AWUserDefaults | |
AWUtil | |
AWUtil.ElementIterator | Iterate over elements of the template. |
CSVReader | CSVReader parses files in CSV (comma separated values) format. |
Log | |
Parameters | Servlet style parameters from URL or CGI or RFC822 and friends The parameter names are case insensitive. |
SemanticKeyProviderUtil | |
StringSet | StringSet is a basic container of Strings. |
Enum Summary | |
---|---|
AWSingleLocaleResourceManager.PseudoMode |
Exception Summary | |
---|---|
AWBaseRuntimeException | Base class of AW exceptions which support the Java 1.4.1 methods to store the Throwable which was the cause of this exception. |
AWGenericException | |
AWMalformedRequestException | Exception thrown when a request contained some syntactic error or was truncated. |
AWMaxWaitingThreadException | This exception is thrown when the count of threads waiting for a resource has exceeded the maximum. |
AWNodeChangeException | |
AWThreadTimeoutException | Exception thrown when a thread times out while waiting for an AW resource. |
Annotation Types Summary | |
---|---|
AWBookmarkState |
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |