A B C D E F G H I J K L M N O P R S T V W Y
A
- add(Ingester) -
Method in class org.dasein.media.MultiIngester
-
- add(T) -
Method in class org.dasein.util.Cache
- Unsupported.
- add(T) -
Method in class org.dasein.util.JitCollection
-
- add(int, T) -
Method in class org.dasein.util.JitCollection
-
- add(E) -
Method in class org.dasein.util.LifoStack
-
- add(int, E) -
Method in class org.dasein.util.LifoStack
-
- add(Money) -
Method in class org.dasein.util.Money
-
- addAll(Collection<? extends T>) -
Method in class org.dasein.util.Cache
- Unsupported.
- addAll(Collection<? extends T>) -
Method in class org.dasein.util.JitCollection
-
- addAll(int, Collection<? extends T>) -
Method in class org.dasein.util.JitCollection
-
- addAll(Collection<? extends E>) -
Method in class org.dasein.util.LifoStack
-
- addAll(int, Collection<? extends E>) -
Method in class org.dasein.util.LifoStack
-
- AttributeMap - Class in org.dasein.attributes
-
An immutable mapping of attribute names to values.
- AttributeMap() -
Constructor for class org.dasein.attributes.AttributeMap
- Constructs an empty attribute map.
- AttributeMap(Map<String, ? extends Object>) -
Constructor for class org.dasein.attributes.AttributeMap
- Constructs an attribute map that is copied from the specified mapping.
- AttributeMap(Map<String, ? extends Object>, Map<String, ? extends Object>) -
Constructor for class org.dasein.attributes.AttributeMap
- Constructs an attribute map that is copied from two different mappings.
- AttributeMap.AmapEntry - Class in org.dasein.attributes
-
- AttributeMap.AmapEntry(String, Object) -
Constructor for class org.dasein.attributes.AttributeMap.AmapEntry
-
- AttributeMap.AttributeWrapper<T> - Class in org.dasein.attributes
-
- AttributeMap.AttributeWrapper(DataType<T>, Object) -
Constructor for class org.dasein.attributes.AttributeMap.AttributeWrapper
-
- attributes() -
Method in class org.dasein.attributes.AttributeMap
-
B
- BooleanFactory - Class in org.dasein.attributes.types
-
Represents a true/false value.
- BooleanFactory() -
Constructor for class org.dasein.attributes.types.BooleanFactory
- Constructs a new factory instance for boolean attributes.
- BooleanFactory.BooleanAttribute - Class in org.dasein.attributes.types
-
Implements the rules around a boolean value.
- BooleanFactory.BooleanAttribute(String, Number, boolean, boolean, boolean) -
Constructor for class org.dasein.attributes.types.BooleanFactory.BooleanAttribute
- Constructs a boolean attribute instance.
- BrowseIterator<T> - Class in org.dasein.util
-
Iterates through a multi-page list of items.
- BrowseIterator(Collection<T>) -
Constructor for class org.dasein.util.BrowseIterator
- Constructs a new, unsorted browse iterator with the
default page size having the specified items.
- BrowseIterator(Collection<T>, int) -
Constructor for class org.dasein.util.BrowseIterator
- Constructs a new, unsorted browse iterator with the
specified page size having the specified items.
- BrowseIterator(Collection<T>, int, Comparator<T>) -
Constructor for class org.dasein.util.BrowseIterator
- Constructs a new iterator with items sorted by the
specified sorter.
- BrowseIterator(long, Collection<T>, int) -
Constructor for class org.dasein.util.BrowseIterator
- Constructs an iterator having the specified unique ID.
- BrowseIterator(long, Collection<T>, int, Comparator<T>) -
Constructor for class org.dasein.util.BrowseIterator
- Constructs an iterator having the specified unique ID with
specific sorting rules and page size.
C
- Cache<T> - Class in org.dasein.util
-
Provides a cache of objects that will expire its contents as those
contents fail to be used.
- Cache() -
Constructor for class org.dasein.util.Cache
-
- cache(Object, T) -
Method in class org.dasein.util.Cache
- Caches the specified object identified by the specified key.
- cache(T) -
Method in class org.dasein.util.ConcurrentMultiCache
- Places the specified item in the cache.
- CachedItem - Interface in org.dasein.util
-
Represents an object that may expire in one of the Dasein-managed caches.
- CacheLoader<T> - Interface in org.dasein.util
-
Loads a cached item from its persistent data store.
- CacheManagementException - Exception in org.dasein.util
-
Triggered when requests are made of the cache that don't match the cache
management contract.
- CacheManagementException(String) -
Constructor for exception org.dasein.util.CacheManagementException
- Constructs a new exception with the specified error message.
- CacheManagementException(Throwable) -
Constructor for exception org.dasein.util.CacheManagementException
- Constructs a new exception reflecting the underlying cause.
- calendar -
Variable in class org.dasein.util.CalendarWrapper
-
- CalendarTag - Class in org.dasein.net.jsp.date
-
CalendarTag
TODO Document this class.
- CalendarTag() -
Constructor for class org.dasein.net.jsp.date.CalendarTag
-
- CalendarWrapper - Class in org.dasein.util
-
Creates sanity out of the utter crap known as the
Calendar class by
wrapping common methods in bean-friendly calls. - CalendarWrapper() -
Constructor for class org.dasein.util.CalendarWrapper
-
- CalendarWrapper(Locale) -
Constructor for class org.dasein.util.CalendarWrapper
-
- CalendarWrapper(Calendar) -
Constructor for class org.dasein.util.CalendarWrapper
-
- CENTURY -
Static variable in class org.dasein.util.CalendarWrapper
-
- clear() -
Method in class org.dasein.media.FlashIngester
-
- clear() -
Method in class org.dasein.media.ImageIngester
-
- clear() -
Method in interface org.dasein.media.Ingester
- Clears the ingester to handle a new media stream.
- clear() -
Method in class org.dasein.media.MultiIngester
-
- clear() -
Method in class org.dasein.util.Cache
- Clears the entire cache.
- clear() -
Method in class org.dasein.util.ConcurrentCache
- Clears out all elements of the cache and starts fresh.
- clear() -
Method in class org.dasein.util.JitCollection
-
- clear() -
Method in class org.dasein.util.LifoStack
-
- clear() -
Method in class org.dasein.util.PseudoMap
- Does nothing.
- close() -
Method in class org.dasein.media.io.MultiInputStream
-
- CollectionTag - Class in org.dasein.net.jsp.util
-
- CollectionTag() -
Constructor for class org.dasein.net.jsp.util.CollectionTag
-
- COLOR_TYPE_BLACK_AND_WHITE -
Static variable in class org.dasein.media.ImageIngester
-
- COLOR_TYPE_GRAYSCALE -
Static variable in class org.dasein.media.ImageIngester
-
- COLOR_TYPE_PALETTED -
Static variable in class org.dasein.media.ImageIngester
-
- COLOR_TYPE_TRUECOLOR_RGB -
Static variable in class org.dasein.media.ImageIngester
-
- COLOR_TYPE_UNKNOWN -
Static variable in class org.dasein.media.ImageIngester
-
- compare(T, T) -
Method in class org.dasein.util.GenericSorter
-
- compare(TimeZone, TimeZone) -
Method in class org.dasein.util.TimeZoneWrapper.ZoneSorter
-
- compareTo(Money) -
Method in class org.dasein.util.Money
-
- compareTo(NameValuePair) -
Method in class org.dasein.util.NameValuePair
-
- complete() -
Method in class org.dasein.util.Jiterator
- Marks the jiterator as complete.
- ConcurrentCache<K,V> - Class in org.dasein.util
-
Caches objects that implement the
CachedItem interface and manages their
life cycle. - ConcurrentCache() -
Constructor for class org.dasein.util.ConcurrentCache
-
- ConcurrentMultiCache<T> - Class in org.dasein.util
-
A concurrent multi-cache caches objects along multiple
unique keys.
- ConcurrentMultiCache(Class<T>, Collection<String>) -
Constructor for class org.dasein.util.ConcurrentMultiCache
- Constructs a concurrent multi-cache that caches for unique keys specified by the
attributes.
- ConcurrentMultiCache(String...) -
Constructor for class org.dasein.util.ConcurrentMultiCache
- Constructs a concurrent multi-cache that caches for unique keys specified by the
attributes.
- ConcurrentMultiCache(Class<T>, String...) -
Constructor for class org.dasein.util.ConcurrentMultiCache
- Constructs a concurrent multi-cache that caches for unique keys specified by the
attributes.
- ConstraintTag - Class in org.dasein.net.jsp.util
-
Provides JSTL-style access to enum values inside your JSP code.
- ConstraintTag() -
Constructor for class org.dasein.net.jsp.util.ConstraintTag
-
- contains(Object) -
Method in class org.dasein.util.Cache
- Checks the specified object against the cache and verifies that it
is in the cache.
- contains(Object) -
Method in class org.dasein.util.JitCollection
-
- contains(Object) -
Method in class org.dasein.util.LifoStack
-
- containsAll(Collection<?>) -
Method in class org.dasein.util.Cache
- Checks the passed in collection and determines if all elements
of that collection are contained within this cache.
- containsAll(Collection<?>) -
Method in class org.dasein.util.JitCollection
-
- containsAll(Collection<?>) -
Method in class org.dasein.util.LifoStack
-
- containsKey(Object) -
Method in class org.dasein.attributes.AttributeMap
-
- containsKey(Object) -
Method in class org.dasein.attributes.DataTypeMap
-
- containsKey(Object) -
Method in class org.dasein.util.Cache
- Checks if an object with the specified key is in the cache.
- containsKey(Object) -
Method in class org.dasein.util.ConcurrentCache
- This method will verify both that the key exists and the value is currently
value for the cache.
- containsKey(Object) -
Method in class org.dasein.util.Translator
-
- containsValue(Object) -
Method in class org.dasein.attributes.AttributeMap
-
- containsValue(Object) -
Method in class org.dasein.attributes.DataTypeMap
-
- containsValue(Object) -
Method in class org.dasein.util.ConcurrentCache
- Verifies that the specified value is in the cache.
- containsValue(Object) -
Method in class org.dasein.util.Translator
-
- copy() -
Method in class org.dasein.util.Translator
- Copies the current translator into a new translator object.
- countries(String) -
Method in class org.dasein.util.Translator
-
- CSVParser - Class in org.dasein.util
-
- CSVParser(File) -
Constructor for class org.dasein.util.CSVParser
-
- CSVParser(File, String, String) -
Constructor for class org.dasein.util.CSVParser
-
- CSVParser(String) -
Constructor for class org.dasein.util.CSVParser
-
- CSVParser(String, String, String) -
Constructor for class org.dasein.util.CSVParser
-
- CSVParser.Record - Class in org.dasein.util
-
- CSVTag - Class in org.dasein.net.jsp.util
-
- CSVTag() -
Constructor for class org.dasein.net.jsp.util.CSVTag
-
- CurrencyFactory - Class in org.dasein.attributes.types
-
Represents currency values as
Currency instances. - CurrencyFactory() -
Constructor for class org.dasein.attributes.types.CurrencyFactory
- Constructs a currency factory instance.
- CurrencyFactory.CurrencyAttribute - Class in org.dasein.attributes.types
-
Implementation of rules for currency attributes.
- CurrencyFactory.CurrencyAttribute(String, Number, boolean, boolean, boolean) -
Constructor for class org.dasein.attributes.types.CurrencyFactory.CurrencyAttribute
- Constructs a currency attribute that enables users to select among all installed
currencies on the system.
- CurrencyFactory.CurrencyAttribute(String, Number, boolean, boolean, boolean, String) -
Constructor for class org.dasein.attributes.types.CurrencyFactory.CurrencyAttribute
- Constructs a currency attribute instance in which the type parameters define a
specific list of allowed currency codes.
- CurrencyMismatchException - Exception in org.dasein.util
- //TODO javadoc
- CurrencyMismatchException(Currency, Currency) -
Constructor for exception org.dasein.util.CurrencyMismatchException
-
D
- DataType<V> - Class in org.dasein.attributes
-
Represents a data type for the Dasein attributes system.
- DataType(String, String, Number, boolean, boolean, boolean, String...) -
Constructor for class org.dasein.attributes.DataType
- Constructs a new data type instance.
- DataType.InputType - Enum in org.dasein.attributes
-
Represents a type of input field associated with inputting values associated
with this attributes system.
- DataTypeFactory<V> - Class in org.dasein.attributes
-
Manages attribute data types and access to custom data types.
- DataTypeFactory() -
Constructor for class org.dasein.attributes.DataTypeFactory
- Constructs a new data type factory instance.
- DataTypeFactory.Constraint - Class in org.dasein.attributes
-
A constraint helps narrow down the set of possible values associated with
the underlying data type.
- DataTypeFactory.Constraint(String, DataType<?>) -
Constructor for class org.dasein.attributes.DataTypeFactory.Constraint
-
- DataTypeFactory.Constraint(String, DataType<?>, boolean) -
Constructor for class org.dasein.attributes.DataTypeFactory.Constraint
- Constructs a new constraint.
- DataTypeMap - Class in org.dasein.attributes
-
Stores data types associated with an object.
- DataTypeMap() -
Constructor for class org.dasein.attributes.DataTypeMap
- Constructs a new data type map.
- DataTypeMap(Map<String, ? extends DataType<? extends Object>>) -
Constructor for class org.dasein.attributes.DataTypeMap
- Constructs a new data type map with type information from the provided mapping.
- DataTypeMap(Map<String, ? extends DataType<? extends Object>>, Map<String, ? extends DataType<? extends Object>>) -
Constructor for class org.dasein.attributes.DataTypeMap
- A constructor that essentially serves as a copying mechanism to allow you to add
entries into a data type map.
- DataTypeTag - Class in org.dasein.net.jsp.util
-
Provides JSTL-style access to enum values inside your JSP code.
- DataTypeTag() -
Constructor for class org.dasein.net.jsp.util.DataTypeTag
-
- DateFactory - Class in org.dasein.attributes.types
-
- DateFactory() -
Constructor for class org.dasein.attributes.types.DateFactory
-
- DateFactory.DateAttribute - Class in org.dasein.attributes.types
-
- DAY -
Static variable in class org.dasein.util.CalendarWrapper
-
- DECADE -
Static variable in class org.dasein.util.CalendarWrapper
-
- DecimalFactory - Class in org.dasein.attributes.types
-
- DecimalFactory() -
Constructor for class org.dasein.attributes.types.DecimalFactory
-
- DecimalFactory.DecimalAttribute - Class in org.dasein.attributes.types
-
- DecimalFactory.DecimalAttribute(String, Number, boolean, boolean, boolean) -
Constructor for class org.dasein.attributes.types.DecimalFactory.DecimalAttribute
-
- DEFAULT_PAGE_SIZE -
Static variable in class org.dasein.util.BrowseIterator
- Default page size when none is specified.
- DelegatedComparable - Interface in org.dasein.util
-
Used by the
GenericSorter to delegate sorting on this object to some
other object. - destroy() -
Method in class org.dasein.filter.PerformanceFilter
-
- doEndTag() -
Method in class org.dasein.net.jsp.date.CalendarTag
-
- doEndTag() -
Method in class org.dasein.net.jsp.date.IncrementTag
-
- doEndTag() -
Method in class org.dasein.net.jsp.date.TimeZoneTag
-
- doEndTag() -
Method in class org.dasein.net.jsp.util.CollectionTag
-
- doEndTag() -
Method in class org.dasein.net.jsp.util.ConstraintTag
-
- doEndTag() -
Method in class org.dasein.net.jsp.util.CSVTag
-
- doEndTag() -
Method in class org.dasein.net.jsp.util.DataTypeTag
-
- doEndTag() -
Method in class org.dasein.net.jsp.util.EnumDisplayTag
-
- doEndTag() -
Method in class org.dasein.net.jsp.util.EnumNameTag
-
- doEndTag() -
Method in class org.dasein.net.jsp.util.EnumTag
-
- doEndTag() -
Method in class org.dasein.net.jsp.util.EscapeTag
-
- doEndTag() -
Method in class org.dasein.net.jsp.util.GroupDataTypesTag
-
- doEndTag() -
Method in class org.dasein.net.jsp.util.GroupTag
-
- doEndTag() -
Method in class org.dasein.net.jsp.util.KeyValueTag
-
- doEndTag() -
Method in class org.dasein.net.jsp.util.MapTag
-
- doEndTag() -
Method in class org.dasein.net.jsp.util.TimestampTag
-
- doEndTag() -
Method in class org.dasein.net.jsp.util.TypeValueTag
-
- doFilter(ServletRequest, ServletResponse, FilterChain) -
Method in class org.dasein.filter.PerformanceFilter
-
- doPost(HttpServletRequest, HttpServletResponse) -
Method in class org.dasein.net.jsp.EmailAction
-
E
- ELParser - Class in org.dasein.net.jsp
-
ELParser
TODO Document this class.
- ELParser() -
Constructor for class org.dasein.net.jsp.ELParser
-
- ELParser(String) -
Constructor for class org.dasein.net.jsp.ELParser
-
- Email - Class in org.dasein.net
-
- Email(String, String, String, String, String) -
Constructor for class org.dasein.net.Email
-
- EmailAction - Class in org.dasein.net.jsp
-
- EmailAction() -
Constructor for class org.dasein.net.jsp.EmailAction
-
- entrySet() -
Method in class org.dasein.attributes.AttributeMap
-
- entrySet() -
Method in class org.dasein.attributes.DataTypeMap
-
- entrySet() -
Method in class org.dasein.util.ConcurrentCache
- Returns a set of entries in this cache.
- entrySet() -
Method in class org.dasein.util.Translator
-
- EnumDisplayTag - Class in org.dasein.net.jsp.util
-
Provides the result of
Enum.toString() method for the specified enum. - EnumDisplayTag() -
Constructor for class org.dasein.net.jsp.util.EnumDisplayTag
-
- EnumNameTag - Class in org.dasein.net.jsp.util
-
The geniuses at Sun made it so you cannot access the
Enum.name() value from
JSTL. - EnumNameTag() -
Constructor for class org.dasein.net.jsp.util.EnumNameTag
-
- EnumTag - Class in org.dasein.net.jsp.util
-
Provides JSTL-style access to enum values inside your JSP code.
- EnumTag() -
Constructor for class org.dasein.net.jsp.util.EnumTag
-
- equals(Object) -
Method in class org.dasein.attributes.AttributeMap.AttributeWrapper
-
- equals(Object) -
Method in class org.dasein.attributes.AttributeMap
- Compares the selected object.
- equals(Object) -
Method in class org.dasein.attributes.DataType
- Two data type instances are considered identical if everything about them is the same.
- equals(Object) -
Method in class org.dasein.attributes.DataTypeMap
- Compares this data type map to another object and checks for equality.
- equals(Object) -
Method in class org.dasein.util.Money
-
- equals(Object) -
Method in class org.dasein.util.NameValuePair
-
- equals(Object) -
Method in class org.dasein.util.Translator
-
- EscapeTag - Class in org.dasein.net.jsp.util
-
Provides JSTL-style access to enum values inside your JSP code.
- EscapeTag() -
Constructor for class org.dasein.net.jsp.util.EscapeTag
-
- EXTENSION -
Static variable in interface org.dasein.media.Ingester
-
F
- filter(T) -
Method in interface org.dasein.util.JiteratorFilter
-
- find(Object) -
Method in class org.dasein.util.ConcurrentMultiCache
- Finds the object from the cache with the specified unique identifier value
for the default unique identifier attribute.
- find(Map<String, Object>) -
Method in class org.dasein.util.ConcurrentMultiCache
- Finds the object in the cache matching the values in the specified value map.
- find(String, Object) -
Method in class org.dasein.util.ConcurrentMultiCache
- Returns the object identified by the specified key/value pair if it is currently
in memory in the cache.
- find(Object, CacheLoader<T>) -
Method in class org.dasein.util.ConcurrentMultiCache
- Calls
ConcurrentMultiCache.find(String,Object,CacheLoader) using the only unique
identifier attribute as passed to this cache's constructor.
- find(String, Object, CacheLoader<T>) -
Method in class org.dasein.util.ConcurrentMultiCache
- Seeks the item from the cache that is identified by the specified key having
the specified value.
- find(String, Object, CacheLoader<T>, Object...) -
Method in class org.dasein.util.ConcurrentMultiCache
- Seeks the item from the cache that is identified by the specified key having
the specified value.
- firstPage() -
Method in class org.dasein.util.BrowseIterator
- Sets the iterator to the first page in the iterator.
- FlashIngester - Class in org.dasein.media
-
- FlashIngester() -
Constructor for class org.dasein.media.FlashIngester
-
- FlashInputStream - Class in org.dasein.media.io
-
- FlashInputStream(InputStream) -
Constructor for class org.dasein.media.io.FlashInputStream
-
- FORMAT_BMP -
Static variable in class org.dasein.media.ImageIngester
- Return value of
ImageIngester.getFormat() for BMP streams.
- FORMAT_GIF -
Static variable in class org.dasein.media.ImageIngester
- Return value of
ImageIngester.getFormat() for GIF streams.
- FORMAT_IFF -
Static variable in class org.dasein.media.ImageIngester
- Return value of
ImageIngester.getFormat() for IFF streams.
- FORMAT_JPEG -
Static variable in class org.dasein.media.ImageIngester
- Return value of
ImageIngester.getFormat() for JPEG streams.
- FORMAT_PBM -
Static variable in class org.dasein.media.ImageIngester
- Return value of
ImageIngester.getFormat() for PBM streams.
- FORMAT_PCX -
Static variable in class org.dasein.media.ImageIngester
- Return value of
ImageIngester.getFormat() for PCX streams.
- FORMAT_PGM -
Static variable in class org.dasein.media.ImageIngester
- Return value of
ImageIngester.getFormat() for PGM streams.
- FORMAT_PNG -
Static variable in class org.dasein.media.ImageIngester
- Return value of
ImageIngester.getFormat() for PNG streams.
- FORMAT_PPM -
Static variable in class org.dasein.media.ImageIngester
- Return value of
ImageIngester.getFormat() for PPM streams.
- FORMAT_PSD -
Static variable in class org.dasein.media.ImageIngester
- Return value of
ImageIngester.getFormat() for PSD streams.
- FORMAT_RAS -
Static variable in class org.dasein.media.ImageIngester
- Return value of
ImageIngester.getFormat() for RAS streams.
- FORMAT_SWF -
Static variable in class org.dasein.media.ImageIngester
- Return value of
ImageIngester.getFormat() for SWF (Shockwave) streams.
- FullBufferException - Exception in org.dasein.media.io
-
- FullBufferException() -
Constructor for exception org.dasein.media.io.FullBufferException
-
- FullBufferException(String) -
Constructor for exception org.dasein.media.io.FullBufferException
-
G
- GenericSorter<T> - Class in org.dasein.util
-
- GenericSorter(String) -
Constructor for class org.dasein.util.GenericSorter
-
- GenericSorter(String, Locale) -
Constructor for class org.dasein.util.GenericSorter
-
- GenericSorter(String, Locale, boolean) -
Constructor for class org.dasein.util.GenericSorter
-
- get(Object) -
Method in class org.dasein.attributes.AttributeMap
-
- get(Object) -
Method in class org.dasein.attributes.DataTypeMap
-
- get(Object) -
Method in class org.dasein.util.Cache
- Provides the cached object identified by the specified key.
- get(Object) -
Method in class org.dasein.util.ConcurrentCache
- Retrieves the item associated with the specified key if it is currently
valid for the cache.
- get(int) -
Method in class org.dasein.util.JitCollection
-
- get(int) -
Method in class org.dasein.util.LifoStack
-
- get(Object) -
Method in class org.dasein.util.Translator
-
- get(Collection<Locale>) -
Method in class org.dasein.util.Translator
-
- getAllZones(Locale) -
Static method in class org.dasein.util.TimeZoneWrapper
-
- getAnyTranslation() -
Method in class org.dasein.util.Translator
-
- getAttribute() -
Method in class org.dasein.attributes.AttributeMap.AttributeWrapper
-
- getAttribute(String) -
Method in class org.dasein.attributes.AttributeMap
- Deprecated. this is an old method, not sure why it had to be added
- getBestTranslation(String) -
Method in class org.dasein.util.Translator
-
- getBestTranslation(String, String) -
Method in class org.dasein.util.Translator
-
- getBestTranslation(Locale) -
Method in class org.dasein.util.Translator
-
- getBitsPerPixel() -
Method in class org.dasein.media.ImageIngester
- If
ImageIngester.ingest() was successful, returns the image's number of bits per pixel.
- getBooleanValue(PageContext) -
Method in class org.dasein.net.jsp.ELParser
-
- getBundleTranslation(Locale) -
Method in class org.dasein.util.Translator
-
- getCalendar() -
Method in class org.dasein.util.CalendarWrapper
-
- getChoices() -
Method in class org.dasein.attributes.DataType
- Provides a list of values considered valid for this data type.
- getChoices() -
Method in class org.dasein.attributes.types.BooleanFactory.BooleanAttribute
-
- getChoices() -
Method in class org.dasein.attributes.types.CurrencyFactory.CurrencyAttribute
-
- getChoices() -
Method in class org.dasein.attributes.types.DateFactory.DateAttribute
-
- getChoices() -
Method in class org.dasein.attributes.types.DecimalFactory.DecimalAttribute
-
- getChoices() -
Method in class org.dasein.attributes.types.NameValuePairFactory.NameValuePairAttribute
-
- getChoices() -
Method in class org.dasein.attributes.types.NumberFactory.NumberAttribute
-
- getChoices() -
Method in class org.dasein.attributes.types.StringFactory.StringAttribute
-
- getCode() -
Method in enum org.dasein.media.MediaType
- Deprecated. This is now a traditional enum.
- getColumns() -
Method in class org.dasein.util.CSVParser.Record
-
- getComment(int) -
Method in class org.dasein.media.ImageIngester
- Returns the index'th comment retrieved from the image.
- getConstraint(String...) -
Method in class org.dasein.attributes.DataTypeFactory
-
Provides the next constrain on this data type based on provided type info.
- getConstraint(String...) -
Method in class org.dasein.attributes.types.StringFactory
- Overrides the default method to allow conditional checking.
- getConstraints() -
Method in class org.dasein.attributes.DataTypeFactory
- Implementing classes should override this method to define any governing
constraints.
- getConstraints() -
Method in class org.dasein.attributes.types.StringFactory
-
- getCriteria() -
Method in class org.dasein.util.GenericSorter
-
- getCurrency() -
Method in class org.dasein.util.Money
-
- getData() -
Method in class org.dasein.util.Translation
-
- getDate() -
Method in class org.dasein.util.CalendarWrapper
-
- getDateValue(PageContext) -
Method in class org.dasein.net.jsp.ELParser
-
- getDayOfMonth() -
Method in class org.dasein.util.CalendarWrapper
-
- getDayOfWeek() -
Method in class org.dasein.util.CalendarWrapper
-
- getDaysFrom(long) -
Method in class org.dasein.util.CalendarWrapper
-
- getDaysFrom(Date) -
Method in class org.dasein.util.CalendarWrapper
-
- getDaysFrom(CalendarWrapper) -
Method in class org.dasein.util.CalendarWrapper
-
- getDaysFromNow() -
Method in class org.dasein.util.CalendarWrapper
-
- getDaysInMonth() -
Method in class org.dasein.util.CalendarWrapper
-
- getDelegate(Locale) -
Method in interface org.dasein.util.DelegatedComparable
-
- getDelegate(Locale) -
Method in class org.dasein.util.Translation
-
- getDelegate(Locale) -
Method in class org.dasein.util.Translator
-
- getDelimiter() -
Method in class org.dasein.util.CSVParser
-
- getDisplayName() -
Method in class org.dasein.attributes.DataTypeFactory
- Provides a multi-lingual display name for this data type.
- getDisplayName() -
Method in class org.dasein.attributes.types.BooleanFactory
-
- getDisplayName() -
Method in class org.dasein.attributes.types.CurrencyFactory
-
- getDisplayName() -
Method in class org.dasein.attributes.types.DateFactory
-
- getDisplayName() -
Method in class org.dasein.attributes.types.DecimalFactory
-
- getDisplayName() -
Method in class org.dasein.attributes.types.NameValuePairFactory
-
- getDisplayName() -
Method in class org.dasein.attributes.types.NumberFactory
-
- getDisplayName() -
Method in class org.dasein.attributes.types.StringFactory
-
- getDisplayValue(Object) -
Method in class org.dasein.attributes.DataTypeFactory
- Provides a display value for an instance of this data type.
- getDisplayValue(Locale, Object) -
Method in class org.dasein.attributes.DataTypeFactory
- Provides a display version of the specified value translated for the target locale.
- getDstSavings() -
Method in class org.dasein.util.TimeZoneWrapper
-
- getEncloser() -
Method in class org.dasein.util.CSVParser
-
- getExactTranslation(Locale) -
Method in class org.dasein.util.Translator
-
- getFactory() -
Method in class org.dasein.attributes.DataType
-
- getFactory() -
Method in class org.dasein.attributes.types.BooleanFactory.BooleanAttribute
-
- getFactory() -
Method in class org.dasein.attributes.types.CurrencyFactory.CurrencyAttribute
-
- getFactory() -
Method in class org.dasein.attributes.types.DateFactory.DateAttribute
-
- getFactory() -
Method in class org.dasein.attributes.types.DecimalFactory.DecimalAttribute
-
- getFactory() -
Method in class org.dasein.attributes.types.NameValuePairFactory.NameValuePairAttribute
-
- getFactory() -
Method in class org.dasein.attributes.types.NumberFactory.NumberAttribute
-
- getFactory() -
Method in class org.dasein.attributes.types.StringFactory.StringAttribute
-
- getFormat() -
Method in class org.dasein.media.ImageIngester
- If
ImageIngester.ingest() was successful, returns the image format as one
of the FORMAT_xyz constants from this class.
- getFormatName() -
Method in class org.dasein.media.ImageIngester
- If
ImageIngester.ingest() was successful, returns the image format's name.
- getFractionValue() -
Method in class org.dasein.util.Money
-
- getGroup() -
Method in class org.dasein.attributes.DataType
-
- getHeight() -
Method in class org.dasein.media.ImageIngester
- If
ImageIngester.ingest() was successful, returns one the image's vertical
resolution in pixels.
- getHour() -
Method in class org.dasein.util.CalendarWrapper
-
- getHoursFrom(long) -
Method in class org.dasein.util.CalendarWrapper
-
- getHoursFrom(Date) -
Method in class org.dasein.util.CalendarWrapper
-
- getHoursFrom(CalendarWrapper) -
Method in class org.dasein.util.CalendarWrapper
-
- getId() -
Method in class org.dasein.util.TimeZoneWrapper
-
- getIndex() -
Method in class org.dasein.attributes.DataType
-
- getIngester() -
Method in enum org.dasein.media.MediaType
-
- getInputType() -
Method in class org.dasein.attributes.DataType
-
- getInputType() -
Method in class org.dasein.attributes.types.BooleanFactory.BooleanAttribute
-
- getInputType() -
Method in class org.dasein.attributes.types.CurrencyFactory.CurrencyAttribute
-
- getInputType() -
Method in class org.dasein.attributes.types.DateFactory.DateAttribute
-
- getInputType() -
Method in class org.dasein.attributes.types.DecimalFactory.DecimalAttribute
-
- getInputType() -
Method in class org.dasein.attributes.types.NameValuePairFactory.NameValuePairAttribute
-
- getInputType() -
Method in class org.dasein.attributes.types.NumberFactory.NumberAttribute
-
- getInputType() -
Method in class org.dasein.attributes.types.StringFactory.StringAttribute
-
- getInstance(String) -
Static method in class org.dasein.attributes.DataTypeFactory
- Provides access to the data type factory associated with the specified type name.
- getInstance(int) -
Static method in enum org.dasein.media.MediaType
- Deprecated. This is now an enum
- getItemCount() -
Method in class org.dasein.util.BrowseIterator
-
- getKey() -
Method in class org.dasein.attributes.AttributeMap.AmapEntry
-
- getKeys(T) -
Method in class org.dasein.util.ConcurrentMultiCache
- Provides the values for all of the unique identifiers managed by the cache.
- getListId() -
Method in class org.dasein.util.BrowseIterator
- Provides an application-defined unique identifier for this
iterator.
- getLocale() -
Method in class org.dasein.util.GenericSorter
-
- getLocale() -
Method in class org.dasein.util.Translation
-
- getLongName() -
Method in class org.dasein.util.TimeZoneWrapper
-
- getMetaData() -
Method in class org.dasein.media.FlashIngester
-
- getMetaData() -
Method in class org.dasein.media.ImageIngester
-
- getMetaData() -
Method in interface org.dasein.media.Ingester
- Provides the meta-data associated with the last ingested media asset.
- getMetaData() -
Method in class org.dasein.media.MultiIngester
-
- getMidnight() -
Method in class org.dasein.util.CalendarWrapper
-
- getMillisecond() -
Method in class org.dasein.util.CalendarWrapper
-
- getMimeType() -
Method in class org.dasein.media.FlashIngester
-
- getMimeType() -
Method in class org.dasein.media.ImageIngester
- If
ImageIngester.ingest() was successful, returns a String with the
MIME type of the format.
- getMimeType() -
Method in interface org.dasein.media.Ingester
-
- getMimeType() -
Method in class org.dasein.media.MultiIngester
-
- getMinute() -
Method in class org.dasein.util.CalendarWrapper
-
- getMonth() -
Method in class org.dasein.util.CalendarWrapper
-
- getName() -
Method in class org.dasein.attributes.DataType
-
- getName() -
Method in class org.dasein.attributes.DataTypeFactory.Constraint
-
- getName() -
Method in enum org.dasein.media.MediaType
-
- getName() -
Method in class org.dasein.net.jsp.ELParser
-
- getName() -
Method in class org.dasein.util.NameValuePair
-
- getNumberOfComments() -
Method in class org.dasein.media.ImageIngester
- If
ImageIngester.ingest() was successful and ImageIngester.setCollectComments(boolean) was called with
true as argument, returns the number of comments retrieved
from the input image stream / file.
- getNumberOfImages() -
Method in class org.dasein.media.ImageIngester
- Returns the number of images in the examined file.
- getNumberValue(PageContext) -
Method in class org.dasein.net.jsp.ELParser
-
- getOffset() -
Method in class org.dasein.util.TimeZoneWrapper
-
- getOrLoad(K, CacheLoader<V>) -
Method in class org.dasein.util.ConcurrentCache
- Retrieves the value for the specified key.
- getPage() -
Method in class org.dasein.util.BrowseIterator
-
- getPageCount() -
Method in class org.dasein.util.BrowseIterator
-
- getPageSize() -
Method in class org.dasein.util.BrowseIterator
-
- getParameters() -
Method in class org.dasein.attributes.DataType
- Type parameters tell a data type how to constrain values.
- getPhysicalHeightDpi() -
Method in class org.dasein.media.ImageIngester
- Returns the physical height of this image in dots per inch (dpi).
- getPhysicalHeightInch() -
Method in class org.dasein.media.ImageIngester
- If
ImageIngester.ingest() was successful, returns the physical width of this image in dpi (dots per inch)
or -1 if no value could be found.
- getPhysicalWidthDpi() -
Method in class org.dasein.media.ImageIngester
- If
ImageIngester.ingest() was successful, returns the physical width of this image in dpi (dots per inch)
or -1 if no value could be found.
- getPhysicalWidthInch() -
Method in class org.dasein.media.ImageIngester
- Returns the physical width of an image in inches, or
-1.0f if width information is not available.
- getResult() -
Method in class org.dasein.util.PopulatorThread
-
- getSecond() -
Method in class org.dasein.util.CalendarWrapper
-
- getShortName() -
Method in class org.dasein.util.TimeZoneWrapper
-
- getSize() -
Method in class org.dasein.attributes.DataType
-
- getSize() -
Method in class org.dasein.attributes.types.DecimalFactory.DecimalAttribute
-
- getSize() -
Method in class org.dasein.attributes.types.NumberFactory.NumberAttribute
-
- getSize() -
Method in class org.dasein.media.FlashIngester
-
- getSize() -
Method in class org.dasein.media.ImageIngester
-
- getSize() -
Method in interface org.dasein.media.Ingester
- If the ingest process requires multiple passes in order to determine file
size, this method should return -1 to allow the requesting application
to determine size on its own.
- getSize() -
Method in class org.dasein.media.MultiIngester
-
- getSorter() -
Method in class org.dasein.util.BrowseIterator
-
- getString(Locale) -
Method in class org.dasein.util.Money
-
- getString() -
Method in class org.dasein.util.Translation
-
- getStringValue(Object) -
Method in class org.dasein.attributes.DataTypeFactory
- Converts the specified value to a string representation for storage.
- getStringValue(Object) -
Method in class org.dasein.attributes.types.DateFactory
-
- getStringValue(Object) -
Method in class org.dasein.attributes.types.NameValuePairFactory
-
- getStringValue(PageContext) -
Method in class org.dasein.net.jsp.ELParser
-
- getSubtype() -
Method in class org.dasein.media.MimeType
-
- getTarget() -
Method in class org.dasein.util.ConcurrentMultiCache
-
- getTime() -
Method in class org.dasein.util.CalendarWrapper
-
- getTimeZone() -
Method in class org.dasein.util.TimeZoneWrapper
-
- getTranslatedValue(Object, Locale, Translator<?>) -
Method in class org.dasein.attributes.DataType
- Provides a
Translator instance for the requested value.
- getTranslation(Locale) -
Method in class org.dasein.util.Translator
-
- getTranslation(Collection<Locale>) -
Method in class org.dasein.util.Translator
-
- getTranslation(String, String) -
Method in class org.dasein.util.Translator
-
- getType() -
Method in class org.dasein.attributes.AttributeMap.AttributeWrapper
-
- getType() -
Method in class org.dasein.attributes.DataTypeFactory.Constraint
-
- getType(boolean, boolean, boolean, String...) -
Method in class org.dasein.attributes.DataTypeFactory
- Provides access to the underlying data type object that governs this data type.
- getType(String, Number, boolean, boolean, boolean, String...) -
Method in class org.dasein.attributes.DataTypeFactory
- Provides access to the underlying data type object that governs this data type.
- getType(boolean, boolean, boolean, String...) -
Method in class org.dasein.attributes.types.BooleanFactory
- Technically, you can have a multi-lingual or multi-valued boolean, but why would you?
- getType(String, Number, boolean, boolean, boolean, String...) -
Method in class org.dasein.attributes.types.BooleanFactory
- Technically, you can have a multi-lingual or multi-valued boolean, but why would you?
- getType(boolean, boolean, boolean, String...) -
Method in class org.dasein.attributes.types.CurrencyFactory
- Provides a currency data type instance that supports the specified type rules.
- getType(String, Number, boolean, boolean, boolean, String...) -
Method in class org.dasein.attributes.types.CurrencyFactory
- Provides a currency data type instance that supports the specified type rules.
- getType(boolean, boolean, boolean, String...) -
Method in class org.dasein.attributes.types.DateFactory
-
- getType(String, Number, boolean, boolean, boolean, String...) -
Method in class org.dasein.attributes.types.DateFactory
-
- getType(boolean, boolean, boolean, String...) -
Method in class org.dasein.attributes.types.DecimalFactory
-
- getType(String, Number, boolean, boolean, boolean, String...) -
Method in class org.dasein.attributes.types.DecimalFactory
-
- getType(boolean, boolean, boolean, String...) -
Method in class org.dasein.attributes.types.NameValuePairFactory
-
- getType(String, Number, boolean, boolean, boolean, String...) -
Method in class org.dasein.attributes.types.NameValuePairFactory
-
- getType(boolean, boolean, boolean, String...) -
Method in class org.dasein.attributes.types.NumberFactory
-
- getType(String, Number, boolean, boolean, boolean, String...) -
Method in class org.dasein.attributes.types.NumberFactory
-
- getType(boolean, boolean, boolean, String...) -
Method in class org.dasein.attributes.types.StringFactory
-
- getType(String, Number, boolean, boolean, boolean, String...) -
Method in class org.dasein.attributes.types.StringFactory
-
- getType() -
Method in class org.dasein.media.MimeType
-
- getTypeName() -
Method in class org.dasein.attributes.DataTypeFactory
-
- getTypeName() -
Method in class org.dasein.attributes.types.BooleanFactory
-
- getTypeName() -
Method in class org.dasein.attributes.types.CurrencyFactory
-
- getTypeName() -
Method in class org.dasein.attributes.types.DateFactory
-
- getTypeName() -
Method in class org.dasein.attributes.types.DecimalFactory
-
- getTypeName() -
Method in class org.dasein.attributes.types.NameValuePairFactory
-
- getTypeName() -
Method in class org.dasein.attributes.types.NumberFactory
-
- getTypeName() -
Method in class org.dasein.attributes.types.StringFactory
-
- getTypes() -
Static method in class org.dasein.attributes.DataTypeFactory
- Lists all types known to the system.
- getValue() -
Method in class org.dasein.attributes.AttributeMap.AmapEntry
-
- getValue() -
Method in class org.dasein.attributes.AttributeMap.AttributeWrapper
-
- getValue(Object) -
Method in class org.dasein.attributes.DataType
- Implementors will implement this method to convert a raw value into a valid value of
this data type.
- getValue(Object) -
Method in class org.dasein.attributes.types.BooleanFactory.BooleanAttribute
- Given a raw value from some source, this method will provide a Java
Boolean instance.
- getValue(Object) -
Method in class org.dasein.attributes.types.CurrencyFactory.CurrencyAttribute
- Provides a currency value based on a raw value.
- getValue(Object) -
Method in class org.dasein.attributes.types.DateFactory.DateAttribute
-
- getValue(Object) -
Method in class org.dasein.attributes.types.DecimalFactory.DecimalAttribute
-
- getValue(Object) -
Method in class org.dasein.attributes.types.NameValuePairFactory.NameValuePairAttribute
-
- getValue(Object) -
Method in class org.dasein.attributes.types.NumberFactory.NumberAttribute
-
- getValue(Object) -
Method in class org.dasein.attributes.types.StringFactory.StringAttribute
-
- getValue(PageContext) -
Method in class org.dasein.net.jsp.ELParser
-
- getValue(Object, String) -
Method in class org.dasein.net.jsp.ELParser
-
- getValue(Object, String[]) -
Method in class org.dasein.net.jsp.ELParser
-
- getValue(Object) -
Method in class org.dasein.util.GenericSorter
-
- getValue() -
Method in class org.dasein.util.Money
-
- getValue() -
Method in class org.dasein.util.NameValuePair
-
- getValues(Object) -
Method in class org.dasein.attributes.DataType
- When a data type is multi-valued, this method is called to convert raw data into a
collection of values matching this data type.
- getWholeValue() -
Method in class org.dasein.util.Money
-
- getWidth() -
Method in class org.dasein.media.ImageIngester
- If
ImageIngester.ingest() was successful, returns one the image's horizontal
resolution in pixels.
- getYear() -
Method in class org.dasein.util.CalendarWrapper
-
- getYearsFrom(CalendarWrapper) -
Method in class org.dasein.util.CalendarWrapper
-
- getYearsFromNow() -
Method in class org.dasein.util.CalendarWrapper
-
- GroupDataTypesTag - Class in org.dasein.net.jsp.util
- Groups a
AttributeMap's DataTypes
into collections by the DataType.group value. - GroupDataTypesTag() -
Constructor for class org.dasein.net.jsp.util.GroupDataTypesTag
-
- GroupTag - Class in org.dasein.net.jsp.util
-
Groups elements into a
Map of grouped elements in which
the key is a value from a specified field and the values are collections of
items that have the same value for that field. - GroupTag() -
Constructor for class org.dasein.net.jsp.util.GroupTag
-
H
- hashCode() -
Method in class org.dasein.attributes.AttributeMap
-
- hashCode() -
Method in class org.dasein.attributes.DataType
-
- hashCode() -
Method in class org.dasein.attributes.DataTypeMap
-
- hashCode() -
Method in class org.dasein.util.Money
-
- hashCode() -
Method in class org.dasein.util.TimeZoneWrapper
-
- hashCode() -
Method in class org.dasein.util.Translator
-
- hasMorePages() -
Method in class org.dasein.util.BrowseIterator
-
- hasNext() -
Method in class org.dasein.util.BrowseIterator
-
- hasNext() -
Method in class org.dasein.util.Jiterator
- Checks to see if there are more elements to be processed in the jiterator.
- HEIGHT -
Static variable in interface org.dasein.media.Ingester
-
- HOUR -
Static variable in class org.dasein.util.CalendarWrapper
-
I
- ImageIngester - Class in org.dasein.media
-
Provides meta-data for images of a variety of formats.
- ImageIngester() -
Constructor for class org.dasein.media.ImageIngester
-
- IncrementTag - Class in org.dasein.net.jsp.date
-
Increments a calendar by the specified values.
- IncrementTag() -
Constructor for class org.dasein.net.jsp.date.IncrementTag
-
- indexOf(Object) -
Method in class org.dasein.util.JitCollection
-
- indexOf(Object) -
Method in class org.dasein.util.LifoStack
-
- ingest() -
Method in class org.dasein.media.FlashIngester
-
- ingest() -
Method in class org.dasein.media.ImageIngester
- Call this method after you have provided an input stream or file
using
ImageIngester.setInput(InputStream) or ImageIngester.setInput(DataInput).
- ingest() -
Method in interface org.dasein.media.Ingester
- Performs an ingest of the specified stream.
- ingest() -
Method in class org.dasein.media.MultiIngester
-
- Ingester - Interface in org.dasein.media
-
Interface for media-independent ingesting of media assets.
- init(FilterConfig) -
Method in class org.dasein.filter.PerformanceFilter
-
- init(ServletConfig) -
Method in class org.dasein.net.jsp.EmailAction
-
- InvalidAttributeException - Exception in org.dasein.attributes
-
Represents some kind of error instantiating an attribute or its associated data type.
- InvalidAttributeException() -
Constructor for exception org.dasein.attributes.InvalidAttributeException
- Constructs a new exception with no error message.
- InvalidAttributeException(String) -
Constructor for exception org.dasein.attributes.InvalidAttributeException
- Constructs a new exception that describes why it could not manage the attribute in question.
- InvalidLocaleException - Exception in org.dasein.util
-
- InvalidLocaleException() -
Constructor for exception org.dasein.util.InvalidLocaleException
-
- InvalidLocaleException(String) -
Constructor for exception org.dasein.util.InvalidLocaleException
-
- InvalidMediaTypeException - Exception in org.dasein.media
-
- InvalidMediaTypeException() -
Constructor for exception org.dasein.media.InvalidMediaTypeException
-
- InvalidMediaTypeException(String) -
Constructor for exception org.dasein.media.InvalidMediaTypeException
-
- InvalidMediaTypeException(Exception) -
Constructor for exception org.dasein.media.InvalidMediaTypeException
-
- isBundleBased() -
Method in class org.dasein.util.Translator
-
- isComplete() -
Method in class org.dasein.attributes.DataTypeFactory.Constraint
-
- isComplete() -
Method in class org.dasein.util.Jiterator
-
- isDescending() -
Method in class org.dasein.util.GenericSorter
-
- isDynamic() -
Method in class org.dasein.net.jsp.ELParser
-
- isEmpty() -
Method in class org.dasein.attributes.AttributeMap
-
- isEmpty() -
Method in class org.dasein.attributes.DataTypeMap
-
- isEmpty() -
Method in class org.dasein.util.Cache
-
- isEmpty() -
Method in class org.dasein.util.ConcurrentCache
-
- isEmpty() -
Method in class org.dasein.util.JitCollection
-
- isEmpty() -
Method in class org.dasein.util.LifoStack
-
- isEmpty() -
Method in class org.dasein.util.Translator
-
- isInDaylightTime() -
Method in class org.dasein.util.TimeZoneWrapper
-
- isLeapYear() -
Method in class org.dasein.util.CalendarWrapper
-
- isLoaded() -
Method in class org.dasein.util.Jiterator
-
- isLongtext() -
Method in class org.dasein.attributes.types.StringFactory.StringAttribute
-
- isMultiLingual() -
Method in class org.dasein.attributes.DataType
-
- isMultiValued() -
Method in class org.dasein.attributes.DataType
-
- isProgressive() -
Method in class org.dasein.media.ImageIngester
- Returns whether the image is stored in a progressive (also called: interlaced) way.
- isRequired() -
Method in class org.dasein.attributes.DataType
-
- isValidChoice(V) -
Method in class org.dasein.attributes.DataType
-
Checks the specified value to see if it is valid for this data type.
- isValidChoice(Boolean) -
Method in class org.dasein.attributes.types.BooleanFactory.BooleanAttribute
- Verifies that the specified value is valid according to the rules of this
data type.
- isValidChoice(Currency) -
Method in class org.dasein.attributes.types.CurrencyFactory.CurrencyAttribute
- Validates that the specified currency is a valid value for this data type.
- isValidChoice(Date) -
Method in class org.dasein.attributes.types.DateFactory.DateAttribute
-
- isValidChoice(Double) -
Method in class org.dasein.attributes.types.DecimalFactory.DecimalAttribute
-
- isValidChoice(NameValuePair) -
Method in class org.dasein.attributes.types.NameValuePairFactory.NameValuePairAttribute
-
- isValidChoice(Number) -
Method in class org.dasein.attributes.types.NumberFactory.NumberAttribute
-
- isValidChoice(String) -
Method in class org.dasein.attributes.types.StringFactory.StringAttribute
-
- isValidForCache() -
Method in interface org.dasein.util.CachedItem
- This method tells the containing cache whether this object remains valid for the
cache.
- isWeekend() -
Method in class org.dasein.util.CalendarWrapper
-
- iterator() -
Method in class org.dasein.util.Cache
- Provides all of the valid objects in the cache.
- iterator() -
Method in class org.dasein.util.JitCollection
-
- iterator() -
Method in class org.dasein.util.Jiterator
-
- iterator() -
Method in class org.dasein.util.LifoStack
-
J
- JitCollection<T> - Class in org.dasein.util
-
- JitCollection(Jiterator<T>) -
Constructor for class org.dasein.util.JitCollection
-
- JitCollection(Jiterator<T>, String) -
Constructor for class org.dasein.util.JitCollection
-
- Jiterator<T> - Class in org.dasein.util
-
A "Just-in-time" iterator for streaming a flow of objects across an iterable interface.
- Jiterator() -
Constructor for class org.dasein.util.Jiterator
- Constructs an empty jiterator into which you can start adding items.
- Jiterator(JiteratorFilter<T>) -
Constructor for class org.dasein.util.Jiterator
-
- Jiterator(Collection<T>) -
Constructor for class org.dasein.util.Jiterator
- Constructs a jiterator from the specified collection.
- JiteratorFilter<T> - Interface in org.dasein.util
-
- JiteratorLoadException - Exception in org.dasein.util
-
- JiteratorLoadException(Throwable) -
Constructor for exception org.dasein.util.JiteratorLoadException
-
- JiteratorPopulator<T> - Interface in org.dasein.util
-
K
- keySet() -
Method in class org.dasein.attributes.AttributeMap
-
- keySet() -
Method in class org.dasein.attributes.DataTypeMap
-
- keySet() -
Method in class org.dasein.util.ConcurrentCache
-
- keySet() -
Method in class org.dasein.util.Translator
-
- KeyValueTag - Class in org.dasein.net.jsp.util
- This class is used to store key-value pairs in the JSP.
- KeyValueTag() -
Constructor for class org.dasein.net.jsp.util.KeyValueTag
-
L
- languages() -
Method in class org.dasein.util.Translator
-
- lastIndexOf(Object) -
Method in class org.dasein.util.JitCollection
-
- lastIndexOf(Object) -
Method in class org.dasein.util.LifoStack
-
- lastPage() -
Method in class org.dasein.util.BrowseIterator
- Navigates to the last page in the iterator.
- LifoStack<E> - Class in org.dasein.util
- Provides a last-in, first-out stack.
- LifoStack() -
Constructor for class org.dasein.util.LifoStack
-
- LifoStack(Collection<E>) -
Constructor for class org.dasein.util.LifoStack
-
- LifoStack(int) -
Constructor for class org.dasein.util.LifoStack
-
- listIterator() -
Method in class org.dasein.util.LifoStack
-
- listIterator(int) -
Method in class org.dasein.util.LifoStack
-
- load(Object...) -
Method in interface org.dasein.util.CacheLoader
- Loads a cached item for the concurrent cache.
- load(Object...) -
Method in class org.dasein.util.MapLoader
- Creates a new instance of the class this map loader is governing and loads it
with values.
- load(T, Map) -
Method in class org.dasein.util.MapLoader
- Loads the specified values into the specified object instance.
M
- main(String[]) -
Static method in class org.dasein.media.FlashIngester
-
- main(String[]) -
Static method in class org.dasein.media.ImageIngester
-
- main(String...) -
Static method in class org.dasein.util.CSVParser
-
- main(String...) -
Static method in class org.dasein.util.LifoStack
-
- MapLoader<T> - Class in org.dasein.util
-
Loads objects of a specific class automatically from a
Map. - MapLoader(Class<T>) -
Constructor for class org.dasein.util.MapLoader
- Constructs a loader that will load values into instances of the specified class.
- MapTag - Class in org.dasein.net.jsp.util
-
- MapTag() -
Constructor for class org.dasein.net.jsp.util.MapTag
-
- MediaType - Enum in org.dasein.media
-
- MILLENIUM -
Static variable in class org.dasein.util.CalendarWrapper
-
- MIME_TYPE -
Static variable in class org.dasein.media.FlashIngester
-
- MimeType - Class in org.dasein.media
-
- MimeType(String) -
Constructor for class org.dasein.media.MimeType
-
- MimeType(String, String) -
Constructor for class org.dasein.media.MimeType
-
- MINUTE -
Static variable in class org.dasein.util.CalendarWrapper
-
- Money - Class in org.dasein.util
- //TODO javadoc
- Money(Locale, long) -
Constructor for class org.dasein.util.Money
-
- Money(Currency, long) -
Constructor for class org.dasein.util.Money
-
- Money(Locale, Long) -
Constructor for class org.dasein.util.Money
-
- Money(Currency, Long) -
Constructor for class org.dasein.util.Money
-
- Money(Locale, double) -
Constructor for class org.dasein.util.Money
-
- Money(Currency, double) -
Constructor for class org.dasein.util.Money
-
- Money(Locale, Double) -
Constructor for class org.dasein.util.Money
-
- Money(Currency, Double) -
Constructor for class org.dasein.util.Money
-
- Money(Locale, long, int) -
Constructor for class org.dasein.util.Money
-
- Money(Currency, long, int) -
Constructor for class org.dasein.util.Money
-
- Money(Locale, Number, Number) -
Constructor for class org.dasein.util.Money
-
- Money(Currency, Number, Number) -
Constructor for class org.dasein.util.Money
-
- MONTH -
Static variable in class org.dasein.util.CalendarWrapper
-
- MultiIngester - Class in org.dasein.media
-
- MultiIngester(Ingester, Ingester) -
Constructor for class org.dasein.media.MultiIngester
-
- MultiInputStream - Class in org.dasein.media.io
-
- MultiInputStream(InputStream) -
Constructor for class org.dasein.media.io.MultiInputStream
-
N
- NameValuePair - Class in org.dasein.util
-
- NameValuePair(String) -
Constructor for class org.dasein.util.NameValuePair
-
- NameValuePair(String, String) -
Constructor for class org.dasein.util.NameValuePair
-
- NameValuePairFactory - Class in org.dasein.attributes.types
-
- NameValuePairFactory() -
Constructor for class org.dasein.attributes.types.NameValuePairFactory
-
- NameValuePairFactory.NameValuePairAttribute - Class in org.dasein.attributes.types
-
- NameValuePairFactory.NameValuePairAttribute(String, Number, boolean, boolean, boolean) -
Constructor for class org.dasein.attributes.types.NameValuePairFactory.NameValuePairAttribute
-
- newConstraint(DataType<?>) -
Method in class org.dasein.attributes.DataTypeFactory.Constraint
- Makes a copy of this constraint with a different data type.
- newTranslator(Translator<T>) -
Method in class org.dasein.util.Translator
-
- newTranslator(Locale, T) -
Method in class org.dasein.util.Translator
-
- newTranslator(Map<String, Map<String, T>>) -
Method in class org.dasein.util.Translator
-
- next() -
Method in class org.dasein.util.BrowseIterator
-
- next() -
Method in class org.dasein.util.CSVParser
-
- next() -
Method in class org.dasein.util.Jiterator
- Provides the next element in the jiterator.
- nextPage() -
Method in class org.dasein.util.BrowseIterator
- Navigates to the next page in the iterator.
- NumberFactory - Class in org.dasein.attributes.types
-
- NumberFactory() -
Constructor for class org.dasein.attributes.types.NumberFactory
-
- NumberFactory.NumberAttribute - Class in org.dasein.attributes.types
-
- NumberFactory.NumberAttribute(String, Number, boolean, boolean, boolean) -
Constructor for class org.dasein.attributes.types.NumberFactory.NumberAttribute
-
- NumberFactory.NumberAttribute(String, Number, boolean, boolean, boolean, String) -
Constructor for class org.dasein.attributes.types.NumberFactory.NumberAttribute
-
- NumberFactory.NumberAttribute(String, Number, boolean, boolean, boolean, String, String) -
Constructor for class org.dasein.attributes.types.NumberFactory.NumberAttribute
-
O
- org.dasein.attributes - package org.dasein.attributes
-
The Dasein Attributes Library contains an API that enables you to associate arbitrary
attributes with an object managed by a complex type manager.
- org.dasein.attributes.types - package org.dasein.attributes.types
-
This package contains the built-in data type definitions for the Dasein Attribute
Library.
- org.dasein.filter - package org.dasein.filter
-
- org.dasein.media - package org.dasein.media
-
- org.dasein.media.io - package org.dasein.media.io
-
- org.dasein.net - package org.dasein.net
-
- org.dasein.net.jsp - package org.dasein.net.jsp
-
- org.dasein.net.jsp.date - package org.dasein.net.jsp.date
-
- org.dasein.net.jsp.util - package org.dasein.net.jsp.util
-
- org.dasein.util - package org.dasein.util
-
P
- parse(String) -
Method in class org.dasein.util.CSVParser
-
- parseLocale(String) -
Static method in class org.dasein.util.Translator
-
- peek() -
Method in class org.dasein.util.LifoStack
-
- PerformanceFilter - Class in org.dasein.filter
-
- PerformanceFilter() -
Constructor for class org.dasein.filter.PerformanceFilter
-
- pop() -
Method in class org.dasein.util.LifoStack
-
- populate(Jiterator<T>) -
Method in interface org.dasein.util.JiteratorPopulator
-
- populate() -
Method in class org.dasein.util.PopulatorThread
-
- PopulatorThread<T> - Class in org.dasein.util
-
- PopulatorThread(JiteratorPopulator<T>) -
Constructor for class org.dasein.util.PopulatorThread
-
- previousPage() -
Method in class org.dasein.util.BrowseIterator
- Navigates to the previous page in the iterator.
- PseudoMap<K,V> - Class in org.dasein.util
-
Convenience class for things that should "look like" a
Map for the
purposes of JSTL, yet are not truly maps. - PseudoMap() -
Constructor for class org.dasein.util.PseudoMap
-
- push(T) -
Method in class org.dasein.util.Jiterator
- Pushes a new item into the jiterator.
- push(E) -
Method in class org.dasein.util.LifoStack
-
- put(K, V) -
Method in class org.dasein.util.ConcurrentCache
- Places the specified value into the cache.
- put(K, V) -
Method in class org.dasein.util.PseudoMap
-
- putAll(Map<? extends K, ? extends V>) -
Method in class org.dasein.util.ConcurrentCache
- Places all elements in the specified map into this cache.
- putAll(Map<? extends K, ? extends V>) -
Method in class org.dasein.util.PseudoMap
- Does nothing.
- putIfAbsent(K, V) -
Method in class org.dasein.util.ConcurrentCache
- Conditionally associates the specified value with the specified key if
no value currently exists for the key.
R
- read() -
Method in class org.dasein.media.io.FlashInputStream
-
- read() -
Method in class org.dasein.media.io.MultiInputStream
-
- readBits(int) -
Method in class org.dasein.media.io.FlashInputStream
-
- readBytes(int) -
Method in class org.dasein.media.io.FlashInputStream
-
- readSignedBits(int) -
Method in class org.dasein.media.io.FlashInputStream
-
- readSignedInt(int) -
Method in class org.dasein.media.io.FlashInputStream
-
- readUnsignedBits(int) -
Method in class org.dasein.media.io.FlashInputStream
-
- readUnsignedInt(int) -
Method in class org.dasein.media.io.FlashInputStream
-
- release(Object) -
Method in class org.dasein.util.Cache
- Releases the specified object from the cache.
- release(T) -
Method in class org.dasein.util.ConcurrentMultiCache
- Releases the specified item from the cache.
- remove() -
Method in class org.dasein.util.BrowseIterator
- Throws an
UnsupportedOperationException always.
- remove(Object) -
Method in class org.dasein.util.Cache
- Unsupported.
- remove(Object) -
Method in class org.dasein.util.ConcurrentCache
- Removes the specified object from the cache.
- remove(Object, Object) -
Method in class org.dasein.util.ConcurrentCache
- Removes the specified key only if the current value equals the specified value.
- remove(Object) -
Method in class org.dasein.util.JitCollection
-
- remove(int) -
Method in class org.dasein.util.JitCollection
-
- remove() -
Method in class org.dasein.util.Jiterator
- This operation is not allowed
- remove(Object) -
Method in class org.dasein.util.LifoStack
-
- remove(int) -
Method in class org.dasein.util.LifoStack
-
- remove(Object) -
Method in class org.dasein.util.PseudoMap
-
- removeAll(Collection<?>) -
Method in class org.dasein.util.Cache
- Unsupported.
- removeAll(Collection<?>) -
Method in class org.dasein.util.JitCollection
-
- removeAll(Collection<?>) -
Method in class org.dasein.util.LifoStack
-
- replace(K, V) -
Method in class org.dasein.util.ConcurrentCache
- Replaces the specified key only if it has some current value.
- replace(K, V, V) -
Method in class org.dasein.util.ConcurrentCache
- Replaces the current value of the specified key with the proposed new value
only if the current value matches the specified old value.
- represents(String, Locale, boolean) -
Method in class org.dasein.util.GenericSorter
-
- reset() -
Method in class org.dasein.media.io.MultiInputStream
-
- reset() -
Method in class org.dasein.util.BrowseIterator
- Resets the list to the beginning of the iterator.
- retainAll(Collection<?>) -
Method in class org.dasein.util.Cache
- Unsupported.
- retainAll(Collection<?>) -
Method in class org.dasein.util.JitCollection
-
- retainAll(Collection<?>) -
Method in class org.dasein.util.LifoStack
-
- run() -
Method in class org.dasein.util.PopulatorThread
-
S
- SECOND -
Static variable in class org.dasein.util.CalendarWrapper
-
- send(String) -
Method in class org.dasein.net.Email
-
- set(int, E) -
Method in class org.dasein.util.LifoStack
-
- setAttribute(String) -
Method in class org.dasein.net.jsp.util.GroupTag
-
- setCalendar(String) -
Method in class org.dasein.net.jsp.date.CalendarTag
-
- setCalendar(String) -
Method in class org.dasein.net.jsp.date.IncrementTag
-
- setCollectComments(boolean) -
Method in class org.dasein.media.ImageIngester
- Specify whether textual comments are supposed to be extracted from input.
- setCollection(String) -
Method in class org.dasein.net.jsp.util.CollectionTag
-
- setCompressed() -
Method in class org.dasein.media.io.FlashInputStream
-
- setCriteria(String) -
Method in class org.dasein.util.GenericSorter
-
- setDataTypes(String) -
Method in class org.dasein.net.jsp.util.GroupDataTypesTag
-
- setDate(String) -
Method in class org.dasein.net.jsp.date.CalendarTag
-
- setDate(Date) -
Method in class org.dasein.util.CalendarWrapper
-
- setDay(String) -
Method in class org.dasein.net.jsp.date.CalendarTag
-
- setDescending(boolean) -
Method in class org.dasein.util.GenericSorter
-
- setDetermineImageNumber(boolean) -
Method in class org.dasein.media.ImageIngester
- Specify whether the number of images in a file is to be
determined - default is
false.
- setEnum(String) -
Method in class org.dasein.net.jsp.util.EnumDisplayTag
-
- setEnum(String) -
Method in class org.dasein.net.jsp.util.EnumNameTag
-
- setEnumName(String) -
Method in class org.dasein.net.jsp.util.EnumTag
-
- setFileKey(String) -
Method in class org.dasein.net.jsp.util.CSVTag
-
- setIncrement(String) -
Method in class org.dasein.net.jsp.date.IncrementTag
-
- setInput(InputStream) -
Method in class org.dasein.media.FlashIngester
-
- setInput(DataInput) -
Method in class org.dasein.media.ImageIngester
- Set the input stream to the argument stream (or file).
- setInput(InputStream) -
Method in class org.dasein.media.ImageIngester
- Set the input stream to the argument stream (or file).
- setInput(InputStream) -
Method in interface org.dasein.media.Ingester
- Sets an input stream to be ingested.
- setInput(InputStream) -
Method in class org.dasein.media.MultiIngester
-
- setItem(String) -
Method in class org.dasein.net.jsp.util.CollectionTag
-
- setItem(String) -
Method in class org.dasein.net.jsp.util.TypeValueTag
-
- setItems(String) -
Method in class org.dasein.net.jsp.util.CollectionTag
-
- setItems(String) -
Method in class org.dasein.net.jsp.util.MapTag
-
- setKey(String) -
Method in class org.dasein.net.jsp.util.KeyValueTag
-
- setKey(String) -
Method in class org.dasein.net.jsp.util.MapTag
-
- setKey(String) -
Method in class org.dasein.net.jsp.util.TimestampTag
-
- setList(String) -
Method in class org.dasein.net.jsp.util.GroupTag
-
- setLoadException(Exception) -
Method in class org.dasein.util.Jiterator
-
- setLocale(String) -
Method in class org.dasein.net.jsp.date.CalendarTag
-
- setLocale(String) -
Method in class org.dasein.net.jsp.date.TimeZoneTag
-
- setLocale(String) -
Method in class org.dasein.net.jsp.util.TypeValueTag
-
- setLocale(Locale) -
Method in class org.dasein.util.GenericSorter
-
- setMap(String) -
Method in class org.dasein.net.jsp.util.KeyValueTag
-
- setMonth(String) -
Method in class org.dasein.net.jsp.date.CalendarTag
-
- setPage(int) -
Method in class org.dasein.util.BrowseIterator
- Navigates to the specified page number with 0 being the first page.
- setPageSize(int) -
Method in class org.dasein.util.BrowseIterator
- Changes the page size of the list and reforms the list.
- setPeriod(String) -
Method in class org.dasein.net.jsp.date.IncrementTag
-
- setTime(String) -
Method in class org.dasein.net.jsp.date.CalendarTag
-
- setTimeZone(String) -
Method in class org.dasein.net.jsp.date.TimeZoneTag
-
- setType(String) -
Method in class org.dasein.net.jsp.util.ConstraintTag
-
- setType(String) -
Method in class org.dasein.net.jsp.util.TypeValueTag
-
- setTypeInfo(String) -
Method in class org.dasein.net.jsp.util.ConstraintTag
-
- setTypeName(String) -
Method in class org.dasein.net.jsp.util.DataTypeTag
-
- setUnique(String) -
Method in class org.dasein.net.jsp.util.CollectionTag
-
- setValue(Object) -
Method in class org.dasein.attributes.AttributeMap.AmapEntry
-
- setValue(String) -
Method in class org.dasein.net.jsp.util.EnumTag
-
- setValue(String) -
Method in class org.dasein.net.jsp.util.EscapeTag
-
- setValue(String) -
Method in class org.dasein.net.jsp.util.KeyValueTag
-
- setVar(String) -
Method in class org.dasein.net.jsp.date.CalendarTag
-
- setVar(String) -
Method in class org.dasein.net.jsp.date.TimeZoneTag
-
- setVar(String) -
Method in class org.dasein.net.jsp.util.CollectionTag
-
- setVar(String) -
Method in class org.dasein.net.jsp.util.ConstraintTag
-
- setVar(String) -
Method in class org.dasein.net.jsp.util.CSVTag
-
- setVar(String) -
Method in class org.dasein.net.jsp.util.DataTypeTag
-
- setVar(String) -
Method in class org.dasein.net.jsp.util.EnumDisplayTag
-
- setVar(String) -
Method in class org.dasein.net.jsp.util.EnumNameTag
-
- setVar(String) -
Method in class org.dasein.net.jsp.util.EnumTag
-
- setVar(String) -
Method in class org.dasein.net.jsp.util.EscapeTag
-
- setVar(String) -
Method in class org.dasein.net.jsp.util.GroupDataTypesTag
-
- setVar(String) -
Method in class org.dasein.net.jsp.util.GroupTag
-
- setVar(String) -
Method in class org.dasein.net.jsp.util.KeyValueTag
-
- setVar(String) -
Method in class org.dasein.net.jsp.util.MapTag
-
- setVar(String) -
Method in class org.dasein.net.jsp.util.TypeValueTag
-
- setVarDisplay(String) -
Method in class org.dasein.net.jsp.util.TypeValueTag
-
- setVarHeaders(String) -
Method in class org.dasein.net.jsp.util.GroupTag
-
- setVarKeys(String) -
Method in class org.dasein.net.jsp.util.MapTag
-
- setVarResult(String) -
Method in class org.dasein.net.jsp.util.KeyValueTag
-
- setYear(String) -
Method in class org.dasein.net.jsp.date.CalendarTag
-
- size() -
Method in class org.dasein.attributes.AttributeMap
-
- size() -
Method in class org.dasein.attributes.DataTypeMap
-
- size() -
Method in class org.dasein.util.Cache
-
- size() -
Method in class org.dasein.util.ConcurrentCache
-
- size() -
Method in class org.dasein.util.JitCollection
-
- size() -
Method in class org.dasein.util.LifoStack
-
- size() -
Method in class org.dasein.util.Translator
-
- SMTP -
Static variable in class org.dasein.net.Email
-
- sort(Comparator<T>) -
Method in class org.dasein.util.BrowseIterator
- Re-sorts the list according to the specified sorter.
- sort(Object, Object) -
Method in class org.dasein.util.GenericSorter
-
- StringFactory - Class in org.dasein.attributes.types
-
- StringFactory() -
Constructor for class org.dasein.attributes.types.StringFactory
-
- StringFactory.StringAttribute - Class in org.dasein.attributes.types
-
- StringFactory.StringAttribute(String, Number, boolean, boolean, boolean) -
Constructor for class org.dasein.attributes.types.StringFactory.StringAttribute
-
- StringFactory.StringAttribute(String, Number, boolean, boolean, boolean, boolean) -
Constructor for class org.dasein.attributes.types.StringFactory.StringAttribute
-
- StringFactory.StringAttribute(String, Number, boolean, boolean, boolean, String) -
Constructor for class org.dasein.attributes.types.StringFactory.StringAttribute
-
- subList(int, int) -
Method in class org.dasein.util.LifoStack
-
- subtract(Money) -
Method in class org.dasein.util.Money
-
T
- TimestampTag - Class in org.dasein.net.jsp.util
-
- TimestampTag() -
Constructor for class org.dasein.net.jsp.util.TimestampTag
-
- timeZones -
Static variable in class org.dasein.util.TimeZoneWrapper
-
- TimeZoneTag - Class in org.dasein.net.jsp.date
-
- TimeZoneTag() -
Constructor for class org.dasein.net.jsp.date.TimeZoneTag
-
- TimeZoneWrapper - Class in org.dasein.util
-
- TimeZoneWrapper() -
Constructor for class org.dasein.util.TimeZoneWrapper
-
- TimeZoneWrapper(Locale) -
Constructor for class org.dasein.util.TimeZoneWrapper
-
- TimeZoneWrapper(TimeZone) -
Constructor for class org.dasein.util.TimeZoneWrapper
-
- TimeZoneWrapper(TimeZone, Locale) -
Constructor for class org.dasein.util.TimeZoneWrapper
-
- TimeZoneWrapper.ZoneSorter - Class in org.dasein.util
-
- TimeZoneWrapper.ZoneSorter() -
Constructor for class org.dasein.util.TimeZoneWrapper.ZoneSorter
-
- toArray() -
Method in class org.dasein.util.Cache
-
- toArray(E[]) -
Method in class org.dasein.util.Cache
-
- toArray() -
Method in class org.dasein.util.JitCollection
-
- toArray(T[]) -
Method in class org.dasein.util.JitCollection
-
- toArray() -
Method in class org.dasein.util.LifoStack
-
- toArray(T[]) -
Method in class org.dasein.util.LifoStack
-
- toMap() -
Method in class org.dasein.util.Translator
-
- toString() -
Method in class org.dasein.attributes.AttributeMap.AttributeWrapper
-
- toString() -
Method in class org.dasein.attributes.AttributeMap
- Converts this mapping into a human-readable string.
- toString() -
Method in class org.dasein.attributes.DataType
-
- toString() -
Method in class org.dasein.attributes.DataTypeMap
-
- toString() -
Method in class org.dasein.attributes.types.BooleanFactory.BooleanAttribute
-
- toString() -
Method in class org.dasein.attributes.types.CurrencyFactory.CurrencyAttribute
-
- toString() -
Method in class org.dasein.attributes.types.DateFactory.DateAttribute
-
- toString() -
Method in class org.dasein.attributes.types.DecimalFactory.DecimalAttribute
-
- toString() -
Method in class org.dasein.attributes.types.NameValuePairFactory.NameValuePairAttribute
-
- toString() -
Method in class org.dasein.attributes.types.NumberFactory.NumberAttribute
-
- toString() -
Method in class org.dasein.attributes.types.StringFactory.StringAttribute
-
- toString() -
Method in class org.dasein.media.MimeType
-
- toString() -
Method in class org.dasein.util.BrowseIterator
-
- toString() -
Method in class org.dasein.util.Cache
- Displays the current contents of the cache.
- toString() -
Method in class org.dasein.util.CalendarWrapper
-
- toString() -
Method in class org.dasein.util.ConcurrentCache
-
- toString() -
Method in class org.dasein.util.ConcurrentMultiCache
-
- toString() -
Method in class org.dasein.util.GenericSorter
-
- toString() -
Method in class org.dasein.util.JitCollection
-
- toString() -
Method in class org.dasein.util.Money
-
- toString() -
Method in class org.dasein.util.NameValuePair
-
- toString() -
Method in class org.dasein.util.TimeZoneWrapper
-
- toString() -
Method in class org.dasein.util.Translation
-
- toString() -
Method in class org.dasein.util.Translator
-
- Translation<T> - Class in org.dasein.util
Last modified: $Date: 2007/04/15 11:19:44 $- Translation(Locale, T) -
Constructor for class org.dasein.util.Translation
-
- Translator<T> - Class in org.dasein.util
Last modified: $Date- Translator(String, String) -
Constructor for class org.dasein.util.Translator
-
- Translator(Map<Locale, T>) -
Constructor for class org.dasein.util.Translator
-
- Translator(Locale, T) -
Constructor for class org.dasein.util.Translator
-
- TYPE_NAME -
Static variable in class org.dasein.attributes.types.BooleanFactory
- The name of this type is 'boolean'.
- TYPE_NAME -
Static variable in class org.dasein.attributes.types.CurrencyFactory
- The type name: 'currency'
- TYPE_NAME -
Static variable in class org.dasein.attributes.types.DateFactory
-
- TYPE_NAME -
Static variable in class org.dasein.attributes.types.DecimalFactory
-
- TYPE_NAME -
Static variable in class org.dasein.attributes.types.NameValuePairFactory
-
- TYPE_NAME -
Static variable in class org.dasein.attributes.types.NumberFactory
-
- TYPE_NAME -
Static variable in class org.dasein.attributes.types.StringFactory
-
- TypeValueTag - Class in org.dasein.net.jsp.util
-
Provides JSTL-style access to enum values inside your JSP code.
- TypeValueTag() -
Constructor for class org.dasein.net.jsp.util.TypeValueTag
-
V
- valueOf(String) -
Static method in enum org.dasein.attributes.DataType.InputType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.dasein.media.MediaType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in class org.dasein.media.MimeType
-
- valueOf(String) -
Static method in class org.dasein.util.Money
-
- values() -
Method in class org.dasein.attributes.AttributeMap
-
- values() -
Static method in enum org.dasein.attributes.DataType.InputType
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Method in class org.dasein.attributes.DataTypeMap
-
- values() -
Static method in enum org.dasein.media.MediaType
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Method in class org.dasein.util.ConcurrentCache
-
- values() -
Method in class org.dasein.util.Translator
-
W
- WEEK -
Static variable in class org.dasein.util.CalendarWrapper
-
- WIDTH -
Static variable in interface org.dasein.media.Ingester
-
Y
- YEAR -
Static variable in class org.dasein.util.CalendarWrapper
-
A B C D E F G H I J K L M N O P R S T V W Y
Copyright © 1996-2009 enStratus Networks LLC – Available under the terms of the Artistic License 2.0.