A B C D E F G H I K L M N O P R S T U V W Y

A

add(Ingester) - Method in class org.dasein.media.MultiIngester
 
add(T) - Method in class org.dasein.util.Cache
Unsupported.
addAll(Collection<? extends T>) - Method in class org.dasein.util.Cache
Unsupported.
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

blue - Variable in class org.dasein.charts.taglib.PieChartTag.Color
 
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(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.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 - Variable in class org.dasein.charts.taglib.PieChartTag.Slice
 
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
 
compareTo(PieChartTag.Slice) - Method in class org.dasein.charts.taglib.PieChartTag.Slice
 
compareTo(NameValuePair) - Method in class org.dasein.util.NameValuePair
 
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.
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.
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
 
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
 
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(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(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.

D

DataType<V> - Class in org.dasein.attributes
Represents a data type for the Dasein attributes system.
DataType(String, 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(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.
doEndTag() - Method in class org.dasein.charts.taglib.PieChartTag
 
doEndTag() - Method in class org.dasein.charts.taglib.SliceTag
 
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.util.CollectionTag
 
doEndTag() - Method in class org.dasein.net.jsp.util.ConstraintTag
 
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.GroupTag
 
doEndTag() - Method in class org.dasein.net.jsp.util.MapTag
 
doEndTag() - Method in class org.dasein.net.jsp.util.TypeValueTag
 
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
 
English - Class in org.dasein.meme.en
 
English() - Constructor for class org.dasein.meme.en.English
 
EnglishNoun - Class in org.dasein.meme.en
 
EnglishVerb - Class in org.dasein.meme.en
 
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.meme.Verb
 
equals(Object) - Method in class org.dasein.util.NameValuePair
 
equals(Object) - Method in class org.dasein.util.Translator
 
EXTENSION - Static variable in interface org.dasein.media.Ingester
 

F

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(Object) - Method in class org.dasein.util.Translator
 
get(Collection<Locale>) - Method in class org.dasein.util.Translator
 
getAccusative() - Method in class org.dasein.meme.en.EnglishNoun
 
getAccusative() - Method in class org.dasein.meme.Noun
 
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
 
getCalendar() - Method in class org.dasein.util.CalendarWrapper
 
getCardinal(int) - Method in class org.dasein.meme.en.English
 
getCardinal(int) - Method in class org.dasein.meme.Language
 
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.
getColor(Collection<PieChartTag.Color>, PieChartTag.Color) - Static method in class org.dasein.charts.taglib.PieChartTag
This bizarre method is designed to make sure pie slices have sufficiently divergent colors.
getColor() - Method in class org.dasein.charts.taglib.PieChartTag.Slice
 
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
 
getCount() - Method in class org.dasein.meme.Noun
 
getCriteria() - Method in class org.dasein.util.GenericSorter
 
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
 
getDative() - Method in class org.dasein.meme.en.EnglishNoun
 
getDative() - Method in class org.dasein.meme.Noun
 
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.
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
 
getFirstPersonPlural() - Method in class org.dasein.meme.en.EnglishVerb
 
getFirstPersonPlural() - Method in class org.dasein.meme.Verb
 
getFirstPersonSingular() - Method in class org.dasein.meme.en.EnglishVerb
 
getFirstPersonSingular() - Method in class org.dasein.meme.Verb
 
getForm(int) - Method in class org.dasein.meme.en.EnglishNoun
 
getForm(int) - Method in class org.dasein.meme.Noun
 
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.
getGenetive() - Method in class org.dasein.meme.en.EnglishNoun
 
getGenetive() - Method in class org.dasein.meme.Noun
 
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
 
getInfinitive() - Method in class org.dasein.meme.Verb
 
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
getInstrumental() - Method in class org.dasein.meme.en.EnglishNoun
 
getInstrumental() - Method in class org.dasein.meme.Noun
 
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.
getLabel() - Method in class org.dasein.charts.taglib.PieChartTag.Slice
 
getLanguage(Locale) - Static method in class org.dasein.meme.Language
 
getLanguage() - Method in class org.dasein.meme.Noun
 
getLanguage() - Method in class org.dasein.meme.Verb
 
getLink() - Method in class org.dasein.charts.taglib.PieChartTag.Slice
 
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
 
getLocative() - Method in class org.dasein.meme.en.EnglishNoun
 
getLocative() - Method in class org.dasein.meme.Noun
 
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
 
getNominative() - Method in class org.dasein.meme.en.EnglishNoun
 
getNominative() - Method in class org.dasein.meme.Noun
 
getNoun(String, boolean) - Method in class org.dasein.meme.en.English
 
getNoun(String, boolean) - Method in class org.dasein.meme.Language
 
getNoun() - Method in class org.dasein.meme.Noun
 
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
 
getObjective() - Method in class org.dasein.meme.en.EnglishNoun
 
getObjective() - Method in class org.dasein.meme.Noun
 
getOrdinal(int) - Method in class org.dasein.meme.en.English
 
getOrdinal(int) - Method in class org.dasein.meme.Language
 
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.
getPercent() - Method in class org.dasein.charts.taglib.PieChartTag.Slice
 
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.
getSecond() - Method in class org.dasein.util.CalendarWrapper
 
getSecondPersonPlural() - Method in class org.dasein.meme.en.EnglishVerb
 
getSecondPersonPlural() - Method in class org.dasein.meme.Verb
 
getSecondPersonSingular() - Method in class org.dasein.meme.en.EnglishVerb
 
getSecondPersonSingular() - Method in class org.dasein.meme.Verb
 
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() - 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.charts.taglib.PieChartTag.Slice
 
getTarget() - Method in class org.dasein.util.ConcurrentMultiCache
 
getThirdPersonPlural() - Method in class org.dasein.meme.en.EnglishVerb
 
getThirdPersonPlural() - Method in class org.dasein.meme.Verb
 
getThirdPersonSingular() - Method in class org.dasein.meme.en.EnglishVerb
 
getThirdPersonSingular() - Method in class org.dasein.meme.Verb
 
getTime() - Method in class org.dasein.util.CalendarWrapper
 
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(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(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(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(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() - Method in class org.dasein.charts.taglib.PieChartTag.Slice
 
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.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.
getVerb(String) - Method in class org.dasein.meme.en.English
 
getVerb(String) - Method in class org.dasein.meme.Language
 
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
 
green - Variable in class org.dasein.charts.taglib.PieChartTag.Color
 
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.meme.Verb
 
hashCode() - Method in class org.dasein.util.Translator
 
hasMorePages() - Method in class org.dasein.util.BrowseIterator
 
hasNext() - Method in class org.dasein.util.BrowseIterator
 
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 va