Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addChildElement(Element, String, Document) - Static method in class org.ofbiz.core.util.UtilXml
-
Creates a child element with the given name and appends it to the element child node list.
- addChildElementCDATAValue(Element, String, String, Document) - Static method in class org.ofbiz.core.util.UtilXml
-
Creates a child element with the given name and appends it to the element child node list.
- addChildElementValue(Element, String, String, Document) - Static method in class org.ofbiz.core.util.UtilXml
-
Creates a child element with the given name and appends it to the element child node list.
- ALWAYS - Static variable in class org.ofbiz.core.util.Debug
- areEqual(Object, Object) - Static method in class org.ofbiz.core.util.UtilValidate
B
- bundleLocaleCache - Static variable in class org.ofbiz.core.util.UtilProperties
-
An instance of the generic cache for storing the ResourceBundle corresponding to each properties file keyed by a String for the resource location and the locale
C
- CachedClassLoader - Class in org.ofbiz.core.util
-
Caching Class Loader
- CachedClassLoader(ClassLoader, String) - Constructor for class org.ofbiz.core.util.CachedClassLoader
- CacheLine(T, boolean) - Constructor for class org.ofbiz.core.util.UtilCache.CacheLine
- CacheLine(T, boolean, long) - Constructor for class org.ofbiz.core.util.UtilCache.CacheLine
- cacheLineTable - Variable in class org.ofbiz.core.util.UtilCache
-
A hashtable containing a CacheLine object with a value and a loadTime for each element.
- charInString(char, String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Returns true if single character c(actually a string) is contained within string s.
- checkBoolean(String) - Static method in class org.ofbiz.core.util.UtilXml
- checkBoolean(String, boolean) - Static method in class org.ofbiz.core.util.UtilXml
- checkEmpty(String) - Static method in class org.ofbiz.core.util.UtilXml
- checkEmpty(String, String) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Returns the first passed String if not empty, otherwise the second if not empty, otherwise an empty but non-null String.
- checkEmpty(String, String) - Static method in class org.ofbiz.core.util.UtilXml
- checkEmpty(String, String, String) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Returns the first passed String if not empty, otherwise the second if not empty, otherwise the third if not empty, otherwise an empty but non-null String.
- checkEmpty(String, String, String) - Static method in class org.ofbiz.core.util.UtilXml
- checkNull(String) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Checks to see if the passed string is null, if it is returns an empty but non-null string.
- checkNull(String, String) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Returns the first passed String if not null, otherwise the second if not null, otherwise an empty but non-null String.
- checkNull(String, String, String) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Returns the first passed String if not null, otherwise the second if not null, otherwise the third if not null, otherwise an empty but non-null String.
- checkNull(String, String, String, String) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Returns the first passed String if not null, otherwise the second if not null, otherwise the third if not null, otherwise the fourth if not null, otherwise an empty but non-null String.
- childElementList(Element, String) - Static method in class org.ofbiz.core.util.UtilXml
-
Return a List of Element objects that have the given name and are immediate children of the given element; if name is null, all child elements will be included.
- childElementValue(Element, String) - Static method in class org.ofbiz.core.util.UtilXml
-
Return the text (node value) contained by the named child node.
- childElementValue(Element, String, String) - Static method in class org.ofbiz.core.util.UtilXml
-
Return the text (node value) contained by the named child node or a default value if null.
- classCache - Static variable in class org.ofbiz.core.util.ObjectType
- className - Variable in class org.ofbiz.core.config.SecurityConfigUtil.SecurityInfo
- ClasspathLoader - Class in org.ofbiz.core.config
-
Loads resources from the classpath
- ClasspathLoader() - Constructor for class org.ofbiz.core.config.ClasspathLoader
- cleanUpPathPrefix(String) - Static method in class org.ofbiz.core.util.StringUtil
-
Make sure the string starts with a forward slash but does not end with one; converts back-slashes to forward-slashes; if in String is null or empty, returns zero length string.
- clear() - Method in class org.ofbiz.core.util.UtilCache
-
Removes all elements from this cache
- clear() - Method in class org.ofbiz.core.util.UtilMisc.SimpleMap
- clearAllCaches() - Static method in class org.ofbiz.core.util.UtilCache
-
Removes all elements from this cache
- clearCounters() - Method in class org.ofbiz.core.util.UtilCache
-
Clears the hit and miss counters
- clearExpired() - Method in class org.ofbiz.core.util.UtilCache
-
Clears all expired cache entries; also clear any cache entries where the SoftReference in the CacheLine object has been cleared by the gc
- clearExpiredFromAllCaches() - Static method in class org.ofbiz.core.util.UtilCache
-
Clears all expired cache entries from all caches
- clearInitialContext(String) - Static method in class org.ofbiz.core.util.JNDIContextFactory
-
Removes an entry from the JNDI cache.
- clone() - Method in class org.ofbiz.core.util.FlexibleProperties
- compare(Map<K, ?>, Map<K, ?>) - Method in class org.ofbiz.core.util.MapComparator
- ConfigXMLReader - Class in org.ofbiz.core.util
-
ConfigXMLReader.java - Reads and parses the XML site config files.
- ConfigXMLReader() - Constructor for class org.ofbiz.core.util.ConfigXMLReader
- containsKey(Object) - Method in class org.ofbiz.core.util.UtilCache
-
Returns a boolean specifying whether or not an element with the specified key is in the cache.
- containsKey(Object) - Method in class org.ofbiz.core.util.UtilMisc.SimpleMap
- containsValue(Object) - Method in class org.ofbiz.core.util.UtilMisc.SimpleMap
- contextProviderUrl - Variable in class org.ofbiz.core.config.JNDIConfigUtil.JndiServerInfo
- ContiguousUSStateCodes - Static variable in class org.ofbiz.core.util.UtilValidate
-
Valid contiguous U.S.
- creditCardDelimiters - Static variable in class org.ofbiz.core.util.UtilValidate
-
non-digit characters which are allowed in credit card numbers
D
- daysInFebruary(int) - Static method in class org.ofbiz.core.util.UtilValidate
-
Given integer argument year, returns number of days in February of that year.
- daysInMonth - Static variable in class org.ofbiz.core.util.UtilValidate
-
An array of ints representing the number of days in each month of the year.
- Debug - Class in org.ofbiz.core.util
-
Configurable Debug logging wrapper class
- Debug() - Constructor for class org.ofbiz.core.util.Debug
- decimalPointDelimiter - Static variable in class org.ofbiz.core.util.UtilValidate
-
decimal point character differs by language and culture
- decodeQueryValue(String) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Decodes a single query value from an HTTP URL parameter, replacing %ASCII values with characters
- DEFAULT_ERROR_PAGE - Static variable in class org.ofbiz.core.util.ConfigXMLReader
-
Site Config Variables
- defaultEmptyOK - Static variable in class org.ofbiz.core.util.UtilValidate
-
boolean specifying by default whether or not it is okay for a String to be empty
- defaultIndices - Static variable in class org.ofbiz.core.util.UtilCache
-
An index number appended to utilCacheTable names when there are conflicts.
- digits - Static variable in class org.ofbiz.core.util.UtilValidate
-
digit characters
- digitsInSocialSecurityNumber - Static variable in class org.ofbiz.core.util.UtilValidate
-
U.S.
- digitsInUSPhoneAreaCode - Static variable in class org.ofbiz.core.util.UtilValidate
- digitsInUSPhoneMainNumber - Static variable in class org.ofbiz.core.util.UtilValidate
- digitsInUSPhoneNumber - Static variable in class org.ofbiz.core.util.UtilValidate
-
U.S.
- digitsInZipCode1 - Static variable in class org.ofbiz.core.util.UtilValidate
-
U.S.
- digitsInZipCode2 - Static variable in class org.ofbiz.core.util.UtilValidate
-
U.S.
- docSaveMap - Static variable in class org.ofbiz.core.config.ResourceLoader
- doRealCompare(Object, Object, String, String, String, List<String>, Locale, ClassLoader) - Static method in class org.ofbiz.core.util.ObjectType
E
- elementValue(Element) - Static method in class org.ofbiz.core.util.UtilXml
-
Return the text (node value) of the first node under this, works best if normalized.
- encodeQuery(String) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Encodes an HTTP URL query String, replacing characters used for other things in HTTP URL query strings, but not touching the separator characters '?', '=', and '&'
- encodeQueryValue(String) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Encodes a single HTTP URL query value, replacing characters used for other things in HTTP URL query strings
- encodeXmlValue(String) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Encodes an XML string replacing the characters '<', '>', '"', ''', '&'
- entrySet() - Method in class org.ofbiz.core.util.UtilMisc.SimpleMap
- envName - Variable in class org.ofbiz.core.config.ResourceLoader
- equals(Object) - Method in class org.ofbiz.core.config.ResourceHandler
- equals(Object) - Method in class org.ofbiz.core.util.MapComparator
- equals(Object) - Method in class org.ofbiz.core.util.UtilMisc.SimpleMap
- error(SAXParseException) - Method in class org.ofbiz.core.util.UtilXml.LocalErrorHandler
- ERROR - Static variable in class org.ofbiz.core.util.Debug
- ERROR_PAGE - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- errorOn() - Static method in class org.ofbiz.core.util.Debug
- EVENT - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- EVENT_METHOD - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- EVENT_PATH - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- EVENT_TYPE - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- expireTime - Variable in class org.ofbiz.core.util.UtilCache
-
Specifies the amount of time since initial loading before an element will be reported as expired.
F
- FATAL - Static variable in class org.ofbiz.core.util.Debug
- fatalError(SAXParseException) - Method in class org.ofbiz.core.util.UtilXml.LocalErrorHandler
- fatalOn() - Static method in class org.ofbiz.core.util.Debug
- FileLoader - Class in org.ofbiz.core.config
-
Loads resources from the file system
- FileLoader() - Constructor for class org.ofbiz.core.config.FileLoader
- firstChildElement(Element, String) - Static method in class org.ofbiz.core.util.UtilXml
-
Return the first child Element with the given name; if name is null returns the first element.
- firstChildElement(Element, String, String, String) - Static method in class org.ofbiz.core.util.UtilXml
-
Return the first child Element with the given name; if name is null returns the first element.
- FIRSTVISIT - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- FlexibleProperties - Class in org.ofbiz.core.util
-
Simple Class for flexibly working with properties files
- FlexibleProperties() - Constructor for class org.ofbiz.core.util.FlexibleProperties
- FlexibleProperties(URL) - Constructor for class org.ofbiz.core.util.FlexibleProperties
- FlexibleProperties(URL, Properties) - Constructor for class org.ofbiz.core.util.FlexibleProperties
- FlexibleProperties(Properties) - Constructor for class org.ofbiz.core.util.FlexibleProperties
- formatDate(Timestamp) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Formats a String timestamp into a nice string
- formatPercentage(double) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Formats a double representing a percentage into a string
- formatPercentage(Double) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Formats a Double representing a percentage into a string
- formatPrice(double) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Formats a double representing a price into a string
- formatPrice(Double) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Formats a Double representing a price into a string
- formatQuantity(double) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Formats an double representing a quantity into a string
- formatQuantity(float) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Formats a float representing a quantity into a string
- formatQuantity(int) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Formats an int representing a quantity into a string
- formatQuantity(long) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Formats an int representing a quantity into a string
- formatQuantity(Double) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Formats an Double representing a quantity into a string
- formatQuantity(Float) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Formats a Float representing a quantity into a string
- formatQuantity(Integer) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Formats an Integer representing a quantity into a string
- formatQuantity(Long) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Formats an Long representing a quantity into a string
- fromClass(Class<?>) - Static method in class org.ofbiz.core.util.UtilURL
- fromFilename(String) - Static method in class org.ofbiz.core.util.UtilURL
- fromResource(Class<?>, String) - Static method in class org.ofbiz.core.util.UtilURL
- fromResource(String) - Static method in class org.ofbiz.core.util.UtilURL
- fromResource(String, ClassLoader) - Static method in class org.ofbiz.core.util.UtilURL
- fullLocation(String) - Method in class org.ofbiz.core.config.ResourceLoader
-
Just a utility method to be used in loadResource by the implementing class
G
- GeneralException - Exception in org.ofbiz.core.util
-
Base OFBiz Exception, provides nested exceptions, etc Created November 5, 2001
- GeneralException() - Constructor for exception org.ofbiz.core.util.GeneralException
-
Creates new
GeneralExceptionwithout detail message. - GeneralException(String) - Constructor for exception org.ofbiz.core.util.GeneralException
-
Constructs an
GeneralExceptionwith the specified detail message. - GeneralException(String, Throwable) - Constructor for exception org.ofbiz.core.util.GeneralException
-
Constructs an
GeneralExceptionwith the specified detail message and nested Exception. - GeneralException(Throwable) - Constructor for exception org.ofbiz.core.util.GeneralException
-
Constructs an
GeneralExceptionwith the specified detail message and nested Exception. - GeneralRuntimeException - Exception in org.ofbiz.core.util
-
Base OFBiz Runtime Exception, provides nested exceptions, etc Created July 12, 2002
- GeneralRuntimeException() - Constructor for exception org.ofbiz.core.util.GeneralRuntimeException
-
Creates new
GeneralExceptionwithout detail message. - GeneralRuntimeException(String) - Constructor for exception org.ofbiz.core.util.GeneralRuntimeException
-
Constructs an
GeneralExceptionwith the specified detail message. - GeneralRuntimeException(String, Throwable) - Constructor for exception org.ofbiz.core.util.GeneralRuntimeException
-
Constructs an
GeneralExceptionwith the specified detail message and nested Exception. - GenericConfigException - Exception in org.ofbiz.core.config
-
GenericConfigException
- GenericConfigException() - Constructor for exception org.ofbiz.core.config.GenericConfigException
- GenericConfigException(String) - Constructor for exception org.ofbiz.core.config.GenericConfigException
- GenericConfigException(String, Throwable) - Constructor for exception org.ofbiz.core.config.GenericConfigException
- get(Object) - Method in class org.ofbiz.core.util.UtilMisc.SimpleMap
- get(K) - Method in class org.ofbiz.core.util.UtilCache
-
Gets an element from the cache according to the specified key.
- getCardType(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Checks to see if the cc number is a valid number for any accepted credit card, and return the name of that type
- getConfigMap(URL) - Static method in class org.ofbiz.core.util.ConfigXMLReader
-
Gets a HashMap of site configuration variables.
- getDayEnd(Timestamp) - Static method in class org.ofbiz.core.util.UtilDateTime
- getDayEnd(Timestamp, int) - Static method in class org.ofbiz.core.util.UtilDateTime
- getDayStart(Timestamp) - Static method in class org.ofbiz.core.util.UtilDateTime
- getDayStart(Timestamp, int) - Static method in class org.ofbiz.core.util.UtilDateTime
- getDefaultProperties() - Method in class org.ofbiz.core.util.FlexibleProperties
- getDocument() - Method in class org.ofbiz.core.config.ResourceHandler
- getDoPropertyExpansion() - Method in class org.ofbiz.core.util.FlexibleProperties
- getExpireTime() - Method in class org.ofbiz.core.util.UtilCache
-
return the current expire time for the cache elements
- getFullLocation() - Method in class org.ofbiz.core.config.ResourceHandler
- getHandlerMap(URL) - Static method in class org.ofbiz.core.util.ConfigXMLReader
-
Gets a HashMap of handler mappings.
- getHitCount() - Method in class org.ofbiz.core.util.UtilCache
-
Returns the number of successful hits on the cache
- getInitialContext(String) - Static method in class org.ofbiz.core.util.JNDIContextFactory
-
Return the initial context according to the entityengine.xml parameters that correspond to the given prefix
- getInstance(String) - Static method in class org.ofbiz.core.util.ObjectType
-
Returns an instance of the specified class
- getJndiServerInfo(String) - Static method in class org.ofbiz.core.config.JNDIConfigUtil
- getLevelFromString(String) - Static method in class org.ofbiz.core.util.Debug
-
Gets an Integer representing the level number from a String representing the level name; will return null if not found
- getLevelFromStringWithDefault(String) - Static method in class org.ofbiz.core.util.Debug
-
Gets an int representing the level number from a String representing the level name; if level not found defaults to Debug.INFO
- getLoader(String, String) - Static method in class org.ofbiz.core.config.ResourceLoader
- getLoaderName() - Method in class org.ofbiz.core.config.ResourceHandler
- getLocation() - Method in class org.ofbiz.core.config.ResourceHandler
- getLog() - Method in class org.ofbiz.core.util.UtilTimer
-
Gets the value of the log member, denoting whether log output is off or not
- getLogger(String) - Static method in class org.ofbiz.core.util.Debug
- getMaxSize() - Method in class org.ofbiz.core.util.UtilCache
-
Returns the current maximum number of elements in the cache
- getMessage() - Method in exception org.ofbiz.core.util.GeneralException
-
Returns the detail message, including the message from the nested exception if there is one.
- getMessage() - Method in exception org.ofbiz.core.util.GeneralRuntimeException
-
Returns the detail message, including the message from the nested exception if there is one.
- getMessage(String, String, Object[], Locale) - Static method in class org.ofbiz.core.util.UtilProperties
-
Returns the value of the specified property name from the specified resource/properties file corresponding to the given locale and replacing argument place holders with the given arguments using the MessageFormat class
- getMessage(String, String, List<?>, Locale) - Static method in class org.ofbiz.core.util.UtilProperties
-
Returns the value of the specified property name from the specified resource/properties file corresponding to the given locale and replacing argument place holders with the given arguments using the MessageFormat class
- getMessage(String, String, Locale) - Static method in class org.ofbiz.core.util.UtilProperties
-
Returns the value of the specified property name from the specified resource/properties file corresponding to the given locale.
- getMissCount() - Method in class org.ofbiz.core.util.UtilCache
-
Returns the number of cache misses
- getName() - Method in class org.ofbiz.core.util.UtilCache
-
Getter for the name of the UtilCache instance.
- getNested() - Method in exception org.ofbiz.core.util.GeneralException
-
Returns the nested exception if there is one, or
thisif there is not. - getNested() - Method in exception org.ofbiz.core.util.GeneralRuntimeException
-
Returns the nested exception if there is one, or
nullif there is not. - getNextDayStart(Timestamp) - Static method in class org.ofbiz.core.util.UtilDateTime
- getNextDefaultIndex(String) - Method in class org.ofbiz.core.util.UtilCache
- getNonNestedMessage() - Method in exception org.ofbiz.core.util.GeneralException
-
Returns the detail message, NOT including the message from the nested exception.
- getNonNestedMessage() - Method in exception org.ofbiz.core.util.GeneralRuntimeException
-
Returns the detail message, NOT including the message from the nested exception.
- getPrintStream() - Static method in class org.ofbiz.core.util.Debug
- getPrintWriter() - Static method in class org.ofbiz.core.util.Debug
- getProperties(String) - Static method in class org.ofbiz.core.util.UtilProperties
-
Returns the specified resource/properties file
- getProperties(String, Locale) - Static method in class org.ofbiz.core.util.UtilProperties
-
Returns the specified resource/properties file NOTE: This is NOT fully implemented yet to fulfill all of the requirements for i18n messages.
- getProperties(URL) - Static method in class org.ofbiz.core.util.UtilProperties
-
Returns the specified resource/properties file
- getPropertyNumber(String, String) - Static method in class org.ofbiz.core.util.UtilProperties
- getPropertyNumber(URL, String) - Static method in class org.ofbiz.core.util.UtilProperties
- getPropertyValue(String, String) - Static method in class org.ofbiz.core.util.UtilProperties
-
Returns the value of the specified property name from the specified resource/properties file
- getPropertyValue(String, String, String) - Static method in class org.ofbiz.core.util.UtilProperties
-
Returns the value of the specified property name from the specified resource/properties file.
- getPropertyValue(URL, String) - Static method in class org.ofbiz.core.util.UtilProperties
-
Returns the value of the specified property name from the specified resource/properties file
- getPropertyValue(URL, String, String) - Static method in class org.ofbiz.core.util.UtilProperties
-
Returns the value of the specified property name from the specified resource/properties file.
- getRequestMap(URL) - Static method in class org.ofbiz.core.util.ConfigXMLReader
-
Gets a HashMap of request mappings.
- getResource(String) - Method in class org.ofbiz.core.util.CachedClassLoader
- getResourceBundle(String, Locale) - Static method in class org.ofbiz.core.util.UtilProperties
-
Returns the specified resource/properties file as a ResourceBundle
- getSecurityInfo(String) - Static method in class org.ofbiz.core.config.SecurityConfigUtil
-
Returns the security config for a given name
- getSplitPropertyValue(URL, String) - Static method in class org.ofbiz.core.util.UtilProperties
-
Returns the value of a split property name from the specified resource/properties file Rather than specifying the property name the value of a name.X property is specified which will correspond to a value.X property whose value will be returned.
- getStream() - Method in class org.ofbiz.core.config.ResourceHandler
- getSubTagValue(Node, String) - Static method in class org.ofbiz.core.util.ConfigXMLReader
-
Not used right now
- getTruncateIfMissing() - Method in class org.ofbiz.core.util.FlexibleProperties
- getURL() - Method in class org.ofbiz.core.util.FlexibleProperties
- getUseSoftReference() - Method in class org.ofbiz.core.util.UtilCache
-
Return whether or not the cache lines should use a soft reference to the data
- getValue() - Method in class org.ofbiz.core.util.UtilCache.CacheLine
- getViewMap(URL) - Static method in class org.ofbiz.core.util.ConfigXMLReader
-
Gets a HashMap of view mappings.
- getXmlDocument() - Static method in class org.ofbiz.core.config.JNDIConfigUtil
- getXmlDocument() - Static method in class org.ofbiz.core.config.SecurityConfigUtil
-
Returns the XmlDocument for the security config
- getXmlDocument(String) - Static method in class org.ofbiz.core.config.ResourceLoader
- getXmlRootElement() - Static method in class org.ofbiz.core.config.JNDIConfigUtil
- getXmlRootElement() - Static method in class org.ofbiz.core.config.SecurityConfigUtil
-
Returns the XmlRootElement for the security config
- getXmlRootElement(String) - Static method in class org.ofbiz.core.config.ResourceLoader
- globalBadClassNameSet - Static variable in class org.ofbiz.core.util.CachedClassLoader
- globalBadResourceNameSet - Static variable in class org.ofbiz.core.util.CachedClassLoader
- globalClassNameClassMap - Static variable in class org.ofbiz.core.util.CachedClassLoader
- globalResourceMap - Static variable in class org.ofbiz.core.util.CachedClassLoader
H
- HANDLER - Static variable in class org.ofbiz.core.util.ConfigXMLReader
-
Handler Config Variables
- HANDLER_CLASS - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- HANDLER_NAME - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- HANDLER_TYPE - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- handlerCache - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- hasDTD() - Method in class org.ofbiz.core.util.UtilXml.LocalResolver
-
Returns the boolean value to inform id DTD was found in the XML file or not
- hasExpired(K) - Method in class org.ofbiz.core.util.UtilCache
-
Returns a boolean specifying whether or not the element corresponding to the key has expired.
- hasExpired(UtilCache.CacheLine<V>) - Method in class org.ofbiz.core.util.UtilCache
- hashCode() - Method in class org.ofbiz.core.config.ResourceHandler
- hashCode() - Method in class org.ofbiz.core.util.UtilMisc.SimpleMap
- headCache - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- hitCount - Variable in class org.ofbiz.core.util.UtilCache
-
A count of the number of cache hits
I
- ifNotEmpty(String, String, String) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Returns
pre + base + postif base String is not null or empty, otherwise an empty but non-null String. - IMPORTANT - Static variable in class org.ofbiz.core.util.Debug
- importantOn() - Static method in class org.ofbiz.core.util.Debug
- INCLUDE - Static variable in class org.ofbiz.core.util.ConfigXMLReader
-
URI Config Variables
- INCLUDE_FILE - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- INCLUDE_URL - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- INFO - Static variable in class org.ofbiz.core.util.Debug
- infoOn() - Static method in class org.ofbiz.core.util.Debug
- init(String, String, String) - Method in class org.ofbiz.core.config.ResourceLoader
- initialContextFactory - Variable in class org.ofbiz.core.config.JNDIConfigUtil.JndiServerInfo
- initialize(Element) - Static method in class org.ofbiz.core.config.JNDIConfigUtil
- initialize(Element) - Static method in class org.ofbiz.core.config.SecurityConfigUtil
-
Initializes the security configuration
- instanceOf(Object, Class<?>) - Static method in class org.ofbiz.core.util.ObjectType
-
Tests if an object is an instance of a sub-class of or properly implements an interface
- instanceOf(Object, Object) - Static method in class org.ofbiz.core.util.ObjectType
-
Tests if an object is an instance of a sub-class of or properly implements an interface
- instanceOf(Object, String) - Static method in class org.ofbiz.core.util.ObjectType
-
Tests if an object is an instance of a sub-class of or properly implements an interface
- instanceOf(Object, String, ClassLoader) - Static method in class org.ofbiz.core.util.ObjectType
-
Tests if an object is an instance of a sub-class of or properly implements an interface
- interfaceOf(Object, Class<?>) - Static method in class org.ofbiz.core.util.ObjectType
-
Tests if an object properly implements the specified interface
- interfaceOf(Object, Object) - Static method in class org.ofbiz.core.util.ObjectType
-
Tests if an object properly implements the specified interface
- interfaceOf(Object, String) - Static method in class org.ofbiz.core.util.ObjectType
-
Tests if an object properly implements the specified interface
- interpolate(String, Properties) - Static method in class org.ofbiz.core.util.FlexibleProperties
- interpolate(String, Properties, boolean) - Static method in class org.ofbiz.core.util.FlexibleProperties
- interpolate(String, Properties, boolean, ArrayList<String>) - Static method in class org.ofbiz.core.util.FlexibleProperties
- interpolateProperties() - Method in class org.ofbiz.core.util.FlexibleProperties
- interpolateProperties(Properties) - Static method in class org.ofbiz.core.util.FlexibleProperties
- interpolateProperties(Properties, boolean) - Static method in class org.ofbiz.core.util.FlexibleProperties
- invalidateDocument(String) - Static method in class org.ofbiz.core.config.ResourceLoader
- isAlphabetic(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Returns true if string s is letters only.
- isAlphanumeric(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Returns true if string s is English letters (A ..
- isAmericanExpress(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Checks to see if the cc number is a valid American Express number
- isAnyCard(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Checks to see if the cc number is a valid number for any accepted credit card
- isAnyCardMsg - Static variable in class org.ofbiz.core.util.UtilValidate
- isCardMatch(String, String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Checks to see if the cc number is a valid number for the specified type
- isCarteBlanche(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Checks to see if the cc number is a valid Carte Blanche number
- isContiguousStateCode(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Return true if s is a valid contiguous U.S.
- isContiguousStateCodeMsg - Static variable in class org.ofbiz.core.util.UtilValidate
- isContiguousZipCode(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Returns true if string s is a valid contiguous U.S.
- isContiguousZipCodeMsg - Static variable in class org.ofbiz.core.util.UtilValidate
- isCreditCard(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Checks credit card number with Luhn Mod-10 test
- isCreditCardPrefixMsg - Static variable in class org.ofbiz.core.util.UtilValidate
- isCreditCardSuffixMsg - Static variable in class org.ofbiz.core.util.UtilValidate
- isDate(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isDate returns true if string argument date forms a valid date.
- isDate(String, String, String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isDate returns true if string arguments year, month, and day form a valid date.
- isDateAfterToday - Static variable in class org.ofbiz.core.util.UtilValidate
- isDateAfterToday(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isDate returns true if string argument date forms a valid date and is after today.
- isDateMsg - Static variable in class org.ofbiz.core.util.UtilValidate
- isDatePrefixMsg - Static variable in class org.ofbiz.core.util.UtilValidate
- isDateSuffixMsg - Static variable in class org.ofbiz.core.util.UtilValidate
- isDay(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isDay returns true if string s is a valid day number between 1 and 31.
- isDayMsg - Static variable in class org.ofbiz.core.util.UtilValidate
- isDigit(char) - Static method in class org.ofbiz.core.util.UtilValidate
-
Returns true if character c is a digit (0 ..
- isDinersClub(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Checks to see if the cc number is a valid Diners Club number
- isDiscover(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Checks to see if the cc number is a valid Discover number
- isEmail(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Email address must be of form a@b.c -- in other words: - there must be at least one character before the @ - there must be at least one character before and after the .
- isEmailMsg - Static variable in class org.ofbiz.core.util.UtilValidate
- isEmpty() - Method in class org.ofbiz.core.util.UtilMisc.SimpleMap
- isEmpty(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Check whether string s is empty.
- isEmpty(Collection<?>) - Static method in class org.ofbiz.core.util.UtilValidate
-
Check whether collection c is empty.
- isEnRoute(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Checks to see if the cc number is a valid EnRoute number
- isFileResource() - Method in class org.ofbiz.core.config.ResourceHandler
- isFloat(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
True if string s is an unsigned floating point(real) number.
- isFloatMsg - Static variable in class org.ofbiz.core.util.UtilValidate
- isGlobalPath(String) - Method in class org.ofbiz.core.util.CachedClassLoader
- isHour(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isHour returns true if string s is a valid number between 0 and 23.
- isHourMsg - Static variable in class org.ofbiz.core.util.UtilValidate
- isInteger(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Returns true if all characters in string s are numbers.
- isIntegerInRange(String, int, int) - Static method in class org.ofbiz.core.util.UtilValidate
-
isIntegerInRange returns true if string s is an integer within the range of integer arguments a and b, inclusive.
- isIntegerMsg - Static variable in class org.ofbiz.core.util.UtilValidate
- isInternationalPhoneNumber(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isInternationalPhoneNumber returns true if string s is a valid international phone number.
- isInternationalPhoneNumberMsg - Static variable in class org.ofbiz.core.util.UtilValidate
- isJCB(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Checks to see if the cc number is a valid JCB number
- isLetter(char) - Static method in class org.ofbiz.core.util.UtilValidate
-
Returns true if character c is an English letter (A ..
- isLetterOrDigit(char) - Static method in class org.ofbiz.core.util.UtilValidate
-
Returns true if character c is a letter or digit.
- isLongMsg - Static variable in class org.ofbiz.core.util.UtilValidate
- isMasterCard(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Checks to see if the cc number is a valid Master Card number
- isMinute(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isMinute returns true if string s is a valid number between 0 and 59.
- isMinuteMsg - Static variable in class org.ofbiz.core.util.UtilValidate
- isMonth(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isMonth returns true if string s is a valid month number between 1 and 12.
- isMonthMsg - Static variable in class org.ofbiz.core.util.UtilValidate
- isNegativeInteger(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Returns true if string s is an integer < 0.
- isNonnegativeInteger(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Returns true if string s is an integer >= 0.
- isNonpositiveInteger(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Returns true if string s is an integer <= 0.
- isNotEmpty(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Check whether string s is NOT empty.
- isNotEmpty(Collection<?>) - Static method in class org.ofbiz.core.util.UtilValidate
-
Check whether collection c is NOT empty.
- isNotEmptyMsg - Static variable in class org.ofbiz.core.util.UtilValidate
- isNotPoBox(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isNotPoBox returns true if address argument does not contain anything that looks like a a PO Box.
- isOn(int) - Static method in class org.ofbiz.core.util.Debug
- isOrSubOf(Object, Class<?>) - Static method in class org.ofbiz.core.util.ObjectType
-
Tests if an object is an instance of or a sub-class of the parent
- isOrSubOf(Object, Object) - Static method in class org.ofbiz.core.util.ObjectType
-
Tests if an object is an instance of or a sub-class of the parent
- isOrSubOf(Object, String) - Static method in class org.ofbiz.core.util.ObjectType
-
Tests if an object is an instance of or a sub-class of the parent
- isPositiveInteger(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Returns true if string s is an integer > 0.
- isSecond(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isSecond returns true if string s is a valid number between 0 and 59.
- isSecondMsg - Static variable in class org.ofbiz.core.util.UtilValidate
- isSignedDouble(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
True if string s is a signed or unsigned floating point (real) number.
- isSignedDoubleMsg - Static variable in class org.ofbiz.core.util.UtilValidate
- isSignedFloat(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
True if string s is a signed or unsigned floating point (real) number.
- isSignedFloatMsg - Static variable in class org.ofbiz.core.util.UtilValidate
- isSignedInteger(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Returns true if all characters are numbers; first character is allowed to be + or - as well.
- isSignedIntegerMsg - Static variable in class org.ofbiz.core.util.UtilValidate
- isSignedLong(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Returns true if all characters are numbers; first character is allowed to be + or - as well.
- isSignedLongMsg - Static variable in class org.ofbiz.core.util.UtilValidate
- isSSN(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isSSN returns true if string s is a valid U.S.
- isSSNMsg - Static variable in class org.ofbiz.core.util.UtilValidate
- isStateCode(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Return true if s is a valid U.S.
- isStateCodeMsg - Static variable in class org.ofbiz.core.util.UtilValidate
- isTime(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isTime returns true if string argument time forms a valid time.
- isTime(String, String, String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isTime returns true if string arguments hour, minute, and second form a valid time.
- isTimeMsg - Static variable in class org.ofbiz.core.util.UtilValidate
- isUSPhoneAreaCode(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isUSPhoneAreaCode returns true if string s is a valid U.S.
- isUSPhoneAreaCodeMsg - Static variable in class org.ofbiz.core.util.UtilValidate
- isUSPhoneMainNumber(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isUSPhoneMainNumber returns true if string s is a valid U.S.
- isUSPhoneMainNumberMsg - Static variable in class org.ofbiz.core.util.UtilValidate
- isUSPhoneMsg - Static variable in class org.ofbiz.core.util.UtilValidate
- isUSPhoneNumber(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isUSPhoneNumber returns true if string s is a valid U.S.
- isVisa(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Checks to see if the cc number is a valid Visa number
- isWhitespace(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Returns true if string s is empty or whitespace characters only.
- isYear(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isYear returns true if string s is a valid Year number.
- isYearMsg - Static variable in class org.ofbiz.core.util.UtilValidate
- isZipCode(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
isZIPCode returns true if string s is a valid U.S.
- isZipCodeMsg - Static variable in class org.ofbiz.core.util.UtilValidate
J
- JNDI_CONFIG_XML_FILENAME - Static variable in class org.ofbiz.core.config.JNDIConfigUtil
- JNDIConfigUtil - Class in org.ofbiz.core.config
-
JNDIConfigUtil
- JNDIConfigUtil() - Constructor for class org.ofbiz.core.config.JNDIConfigUtil
- JNDIConfigUtil.JndiServerInfo - Class in org.ofbiz.core.config
- JNDIContextFactory - Class in org.ofbiz.core.util
-
JNDIContextFactory - central source for JNDI Contexts by helper name
- JNDIContextFactory() - Constructor for class org.ofbiz.core.util.JNDIContextFactory
- JndiServerInfo(Element) - Constructor for class org.ofbiz.core.config.JNDIConfigUtil.JndiServerInfo
- jndiServerInfos - Static variable in class org.ofbiz.core.config.JNDIConfigUtil
- join(List<String>, String) - Static method in class org.ofbiz.core.util.StringUtil
-
Creates a single string from a List of strings seperated by a delimiter.
K
- keyLRUList - Variable in class org.ofbiz.core.util.UtilCache
-
A list of the elements order by Least Recent Use
- keySet() - Method in class org.ofbiz.core.util.UtilMisc.SimpleMap
L
- LANG_PACKAGE - Static variable in class org.ofbiz.core.util.ObjectType
- letters - Static variable in class org.ofbiz.core.util.UtilValidate
-
letter characters
- load() - Method in class org.ofbiz.core.util.FlexibleProperties
- loadClass(String) - Method in class org.ofbiz.core.util.CachedClassLoader
- loadClass(String) - Static method in class org.ofbiz.core.util.ObjectType
-
Loads a class with the current thread's context classloader
- loadClass(String, boolean) - Method in class org.ofbiz.core.util.CachedClassLoader
- loadClass(String, ClassLoader) - Static method in class org.ofbiz.core.util.ObjectType
-
Loads a class with the current thread's context classloader
- loadConfigMap(URL) - Static method in class org.ofbiz.core.util.ConfigXMLReader
-
Gets a HashMap of site configuration variables.
- loadDocument(URL) - Static method in class org.ofbiz.core.util.ConfigXMLReader
-
Loads the XML file and returns the root element
- loaderCache - Static variable in class org.ofbiz.core.config.ResourceLoader
- loaderName - Variable in class org.ofbiz.core.config.ResourceHandler
- loadHandlerMap(URL) - Static method in class org.ofbiz.core.util.ConfigXMLReader
- loadRequestMap(URL) - Static method in class org.ofbiz.core.util.ConfigXMLReader
-
Gets a HashMap of request mappings.
- loadResource(String) - Method in class org.ofbiz.core.config.ClasspathLoader
- loadResource(String) - Method in class org.ofbiz.core.config.FileLoader
- loadResource(String) - Method in class org.ofbiz.core.config.ResourceLoader
- loadResource(String) - Method in class org.ofbiz.core.config.UrlLoader
- loadResource(String, String, String) - Static method in class org.ofbiz.core.config.ResourceLoader
- loadTime - Variable in class org.ofbiz.core.util.UtilCache.CacheLine
- loadViewMap(URL) - Static method in class org.ofbiz.core.util.ConfigXMLReader
-
Gets a HashMap of view mappings.
- localBadClassNameSet - Variable in class org.ofbiz.core.util.CachedClassLoader
- localBadResourceNameSet - Variable in class org.ofbiz.core.util.CachedClassLoader
- localClassNameClassMap - Variable in class org.ofbiz.core.util.CachedClassLoader
- LocalErrorHandler(String, UtilXml.LocalResolver) - Constructor for class org.ofbiz.core.util.UtilXml.LocalErrorHandler
- LocalResolver(EntityResolver) - Constructor for class org.ofbiz.core.util.UtilXml.LocalResolver
- localResourceMap - Variable in class org.ofbiz.core.util.CachedClassLoader
- location - Variable in class org.ofbiz.core.config.ResourceHandler
- log(int, Throwable, String, String) - Static method in class org.ofbiz.core.util.Debug
- log(int, Throwable, String, String, String) - Static method in class org.ofbiz.core.util.Debug
- log(int, Throwable, String, String, String, Object...) - Static method in class org.ofbiz.core.util.Debug
- log(String) - Static method in class org.ofbiz.core.util.Debug
- log(String, String) - Static method in class org.ofbiz.core.util.Debug
- log(Throwable) - Static method in class org.ofbiz.core.util.Debug
- log(Throwable, String) - Static method in class org.ofbiz.core.util.Debug
- log(Throwable, String, String) - Static method in class org.ofbiz.core.util.Debug
- logError(String) - Static method in class org.ofbiz.core.util.Debug
- logError(String, String) - Static method in class org.ofbiz.core.util.Debug
- logError(Throwable) - Static method in class org.ofbiz.core.util.Debug
- logError(Throwable, String) - Static method in class org.ofbiz.core.util.Debug
- logError(Throwable, String, String) - Static method in class org.ofbiz.core.util.Debug
- logFatal(String) - Static method in class org.ofbiz.core.util.Debug
- logFatal(String, String) - Static method in class org.ofbiz.core.util.Debug
- logFatal(Throwable) - Static method in class org.ofbiz.core.util.Debug
- logFatal(Throwable, String) - Static method in class org.ofbiz.core.util.Debug
- logFatal(Throwable, String, String) - Static method in class org.ofbiz.core.util.Debug
- logImportant(String) - Static method in class org.ofbiz.core.util.Debug
- logImportant(String, String) - Static method in class org.ofbiz.core.util.Debug
- logImportant(Throwable) - Static method in class org.ofbiz.core.util.Debug
- logImportant(Throwable, String) - Static method in class org.ofbiz.core.util.Debug
- logImportant(Throwable, String, String) - Static method in class org.ofbiz.core.util.Debug
- logInfo(String) - Static method in class org.ofbiz.core.util.Debug
- logInfo(String, String) - Static method in class org.ofbiz.core.util.Debug
- logInfo(Throwable) - Static method in class org.ofbiz.core.util.Debug
- logInfo(Throwable, String) - Static method in class org.ofbiz.core.util.Debug
- logInfo(Throwable, String, String) - Static method in class org.ofbiz.core.util.Debug
- logTiming(String) - Static method in class org.ofbiz.core.util.Debug
- logTiming(String, String) - Static method in class org.ofbiz.core.util.Debug
- logTiming(Throwable) - Static method in class org.ofbiz.core.util.Debug
- logTiming(Throwable, String) - Static method in class org.ofbiz.core.util.Debug
- logTiming(Throwable, String, String) - Static method in class org.ofbiz.core.util.Debug
- logVerbose(String) - Static method in class org.ofbiz.core.util.Debug
- logVerbose(String, String) - Static method in class org.ofbiz.core.util.Debug
- logVerbose(Throwable) - Static method in class org.ofbiz.core.util.Debug
- logVerbose(Throwable, String) - Static method in class org.ofbiz.core.util.Debug
- logVerbose(Throwable, String, String) - Static method in class org.ofbiz.core.util.Debug
- logWarning(String) - Static method in class org.ofbiz.core.util.Debug
- logWarning(String, String) - Static method in class org.ofbiz.core.util.Debug
- logWarning(Throwable) - Static method in class org.ofbiz.core.util.Debug
- logWarning(Throwable, String) - Static method in class org.ofbiz.core.util.Debug
- logWarning(Throwable, String, String) - Static method in class org.ofbiz.core.util.Debug
- lowercaseLetters - Static variable in class org.ofbiz.core.util.UtilValidate
-
lower-case letter characters
M
- main(String[]) - Static method in class org.ofbiz.core.util.ConfigXMLReader
- makeEmptyXmlDocument() - Static method in class org.ofbiz.core.util.UtilXml
- makeEmptyXmlDocument(String) - Static method in class org.ofbiz.core.util.UtilXml
- makeFlexibleProperties(String[]) - Static method in class org.ofbiz.core.util.FlexibleProperties
- makeFlexibleProperties(URL) - Static method in class org.ofbiz.core.util.FlexibleProperties
- makeFlexibleProperties(URL, Properties) - Static method in class org.ofbiz.core.util.FlexibleProperties
- makeFlexibleProperties(Properties) - Static method in class org.ofbiz.core.util.FlexibleProperties
- makeLoader(Element) - Static method in class org.ofbiz.core.config.ResourceLoader
- makeRealMap() - Method in class org.ofbiz.core.util.UtilMisc.SimpleMap
- makeString(Object) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Checks to see if the passed Object is null, if it is returns an empty but non-null string, otherwise calls toString() on the object
- MapComparator<K> - Class in org.ofbiz.core.util
-
MapComparator.java Created Oct 14, 2002
- MapComparator(List<? extends K>) - Constructor for class org.ofbiz.core.util.MapComparator
-
Method MapComparator.
- mapToStr(Map<?, ?>) - Static method in class org.ofbiz.core.util.StringUtil
-
Creates an encoded String from a Map of name/value pairs (MUST BE STRINGS!)
- maxSize - Variable in class org.ofbiz.core.util.UtilCache
-
The maximum number of elements in the cache.
- missCount - Variable in class org.ofbiz.core.util.UtilCache
-
A count of the number of cache misses
- module - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- module - Static variable in class org.ofbiz.core.util.ObjectType
- module - Static variable in class org.ofbiz.core.util.UtilXml
- monthBegin() - Static method in class org.ofbiz.core.util.UtilDateTime
-
Makes a Timestamp for the beginning of the month
N
- name - Variable in class org.ofbiz.core.config.JNDIConfigUtil.JndiServerInfo
- name - Variable in class org.ofbiz.core.config.ResourceLoader
- name - Variable in class org.ofbiz.core.config.SecurityConfigUtil.SecurityInfo
- name - Variable in class org.ofbiz.core.util.UtilCache
-
The name of the UtilCache instance, is also the key for the instance in utilCacheTable.
- NEXT_PAGE - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- nowDate() - Static method in class org.ofbiz.core.util.UtilDateTime
-
Return a Date for right now
- nowTimestamp() - Static method in class org.ofbiz.core.util.UtilDateTime
-
Return a Timestamp for right now
O
- ObjectType - Class in org.ofbiz.core.util
-
Utilities for analyzing and converting Object types in Java - takes advantage of a lot of reflection and other stuff
- ObjectType() - Constructor for class org.ofbiz.core.util.ObjectType
- org.ofbiz.core.config - package org.ofbiz.core.config
- org.ofbiz.core.util - package org.ofbiz.core.util
P
- parseLocale(String) - Static method in class org.ofbiz.core.util.UtilMisc
-
Parse a locale string Locale object
- phoneNumberDelimiters - Static variable in class org.ofbiz.core.util.UtilValidate
-
non-digit characters which are allowed in phone numbers
- POSTPROCESSOR - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- prefix - Variable in class org.ofbiz.core.config.ResourceLoader
- PREPROCESSOR - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- printStackTrace() - Method in exception org.ofbiz.core.util.GeneralException
-
Prints the composite message to System.err.
- printStackTrace() - Method in exception org.ofbiz.core.util.GeneralRuntimeException
-
Prints the composite message to System.err.
- printStackTrace(PrintStream) - Method in exception org.ofbiz.core.util.GeneralException
-
Prints the composite message and the embedded stack trace to the specified stream ps.
- printStackTrace(PrintStream) - Method in exception org.ofbiz.core.util.GeneralRuntimeException
-
Prints the composite message and the embedded stack trace to the specified stream ps.
- printStackTrace(PrintWriter) - Method in exception org.ofbiz.core.util.GeneralException
-
Prints the composite message and the embedded stack trace to the specified print writer pw.
- printStackTrace(PrintWriter) - Method in exception org.ofbiz.core.util.GeneralRuntimeException
-
Prints the composite message and the embedded stack trace to the specified print writer pw.
- propertyValueEquals(String, String, String) - Static method in class org.ofbiz.core.util.UtilProperties
-
Compares the specified property to the compareString, returns true if they are the same, false otherwise
- propertyValueEquals(URL, String, String) - Static method in class org.ofbiz.core.util.UtilProperties
-
Compares the specified property to the compareString, returns true if they are the same, false otherwise
- propertyValueEqualsIgnoreCase(String, String, String) - Static method in class org.ofbiz.core.util.UtilProperties
-
Compares Ignoring Case the specified property to the compareString, returns true if they are the same, false otherwise
- propertyValueEqualsIgnoreCase(URL, String, String) - Static method in class org.ofbiz.core.util.UtilProperties
-
Compares Ignoring Case the specified property to the compareString, returns true if they are the same, false otherwise
- put(String, Object) - Method in class org.ofbiz.core.util.UtilMisc.SimpleMap
- put(K, V) - Method in class org.ofbiz.core.util.UtilCache
-
Puts or loads the passed element into the cache
- putAll(Map<? extends String, ?>) - Method in class org.ofbiz.core.util.UtilMisc.SimpleMap
Q
- quoteStrList(List<String>) - Static method in class org.ofbiz.core.util.StringUtil
-
Encloses each of a List of Strings in quotes.
R
- readXmlDocument(InputStream) - Static method in class org.ofbiz.core.util.UtilXml
- readXmlDocument(InputStream, boolean, String) - Static method in class org.ofbiz.core.util.UtilXml
- readXmlDocument(String) - Static method in class org.ofbiz.core.util.UtilXml
- readXmlDocument(String, boolean) - Static method in class org.ofbiz.core.util.UtilXml
- readXmlDocument(URL) - Static method in class org.ofbiz.core.util.UtilXml
- readXmlDocument(URL, boolean) - Static method in class org.ofbiz.core.util.UtilXml
- realMapIfNeeded - Variable in class org.ofbiz.core.util.UtilMisc.SimpleMap
- reload() - Method in class org.ofbiz.core.util.FlexibleProperties
- remove(Object) - Method in class org.ofbiz.core.util.UtilCache
-
Removes an element from the cache according to the specified key
- remove(Object) - Method in class org.ofbiz.core.util.UtilMisc.SimpleMap
- removeSpaces(String) - Static method in class org.ofbiz.core.util.StringUtil
-
Removes all spaces from a string
- replaceString(String, String, String) - Static method in class org.ofbiz.core.util.StringUtil
-
Replaces all occurances of oldString in mainString with newString
- replaceString(String, String, String) - Static method in class org.ofbiz.core.util.UtilFormatOut
-
Replaces all occurances of oldString in mainString with newString
- REQUEST_DESCRIPTION - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- REQUEST_EDIT - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- REQUEST_MAPPING - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- REQUEST_URI - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- requestCache - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- resolveEntity(String, String) - Method in class org.ofbiz.core.util.UtilXml.LocalResolver
-
Returns DTD inputSource.
- resourceCache - Static variable in class org.ofbiz.core.util.UtilProperties
-
An instance of the generic cache for storing the FlexibleProperties corresponding to each properties file keyed by a String for the resource location.
- ResourceHandler - Class in org.ofbiz.core.config
-
Contains resource information and provides for loading data
- ResourceHandler(String, String, String) - Constructor for class org.ofbiz.core.config.ResourceHandler
- ResourceHandler(String, Element) - Constructor for class org.ofbiz.core.config.ResourceHandler
- ResourceLoader - Class in org.ofbiz.core.config
-
Loads resources using dynamically specified resource loader classes Created March 1, 2002
- ResourceLoader() - Constructor for class org.ofbiz.core.config.ResourceLoader
- RESPONSE - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- RESPONSE_NAME - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- RESPONSE_TYPE - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- RESPONSE_VALUE - Static variable in class org.ofbiz.core.util.ConfigXMLReader
S
- secondsSinceLast() - Method in class org.ofbiz.core.util.UtilTimer
-
Returns the number of seconds since the last time timerString was called
- secondsSinceStart() - Method in class org.ofbiz.core.util.UtilTimer
-
Returns the number of seconds since the timer started
- SECURITY - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- SECURITY_AUTH - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- SECURITY_CLASS - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- SECURITY_CONFIG_XML_FILENAME - Static variable in class org.ofbiz.core.config.SecurityConfigUtil
-
The security config filename
- SECURITY_DIRECT - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- SECURITY_EXTVIEW - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- SECURITY_HTTPS - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- SecurityConfigUtil - Class in org.ofbiz.core.config
-
SecurityConfigUtilThis class allows the loading of a security implementation by a security context name. - SecurityConfigUtil() - Constructor for class org.ofbiz.core.config.SecurityConfigUtil
- SecurityConfigUtil.SecurityInfo - Class in org.ofbiz.core.config
-
SecurityInfo - securityCredentials - Variable in class org.ofbiz.core.config.JNDIConfigUtil.JndiServerInfo
- SecurityInfo(Element) - Constructor for class org.ofbiz.core.config.SecurityConfigUtil.SecurityInfo
-
Creates a SecurityInfo for a given element
- securityInfos - Static variable in class org.ofbiz.core.config.SecurityConfigUtil
- securityPrincipal - Variable in class org.ofbiz.core.config.JNDIConfigUtil.JndiServerInfo
- set(int, boolean) - Static method in class org.ofbiz.core.util.Debug
- setDefaultProperties(Properties) - Method in class org.ofbiz.core.util.FlexibleProperties
- setDoPropertyExpansion(boolean) - Method in class org.ofbiz.core.util.FlexibleProperties
- setExpireTime(long) - Method in class org.ofbiz.core.util.UtilCache
-
Sets the expire time for the cache elements.
- setLog(boolean) - Method in class org.ofbiz.core.util.UtilTimer
-
Sets the value of the log member, denoting whether log output is off or not
- setMaxSize(long) - Method in class org.ofbiz.core.util.UtilCache
-
Sets the maximum number of elements in the cache.
- setPrintStream(PrintStream) - Static method in class org.ofbiz.core.util.Debug
- setPropertiesParams(String) - Method in class org.ofbiz.core.util.UtilCache
- setTruncateIfMissing(boolean) - Method in class org.ofbiz.core.util.FlexibleProperties
- setURL(URL) - Method in class org.ofbiz.core.util.FlexibleProperties
- setUseSoftReference(boolean) - Method in class org.ofbiz.core.util.UtilCache.CacheLine
- setUseSoftReference(boolean) - Method in class org.ofbiz.core.util.UtilCache
-
Set whether or not the cache lines should use a soft reference to the data
- SimpleMap() - Constructor for class org.ofbiz.core.util.UtilMisc.SimpleMap
- SimpleMap(String, Object) - Constructor for class org.ofbiz.core.util.UtilMisc.SimpleMap
- SimpleMap(String, Object, String, Object) - Constructor for class org.ofbiz.core.util.UtilMisc.SimpleMap
- SimpleMap(String, Object, String, Object, String, Object) - Constructor for class org.ofbiz.core.util.UtilMisc.SimpleMap
- SimpleMap(String, Object, String, Object, String, Object, String, Object) - Constructor for class org.ofbiz.core.util.UtilMisc.SimpleMap
- simpleTypeConvert(Object, String, String, Locale) - Static method in class org.ofbiz.core.util.ObjectType
-
Converts the passed object to the named simple type; supported types include: String, Boolean, Double, Float, Long, Integer, Date (java.sql.Date), Time, Timestamp;
- SITE_OWNER - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- size() - Method in class org.ofbiz.core.util.UtilCache
-
Returns the number of elements currently in the cache
- size() - Method in class org.ofbiz.core.util.UtilMisc.SimpleMap
- sortMaps(List<Map<K, V>>, List<? extends K>) - Static method in class org.ofbiz.core.util.UtilMisc
-
Sort a List of Maps by specified consistent keys.
- split(String, String) - Static method in class org.ofbiz.core.util.StringUtil
-
Splits a String on a delimiter into a List of Strings.
- SQL_PACKAGE - Static variable in class org.ofbiz.core.util.ObjectType
- SSNDelimiters - Static variable in class org.ofbiz.core.util.UtilValidate
-
non-digit characters which are allowed in Social Security Numbers
- store(String) - Method in class org.ofbiz.core.util.FlexibleProperties
- StringUtil - Class in org.ofbiz.core.util
-
Misc String Utility Functions
- StringUtil() - Constructor for class org.ofbiz.core.util.StringUtil
- stripCharsInBag(String, String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Removes all characters which appear in string bag from string s.
- stripCharsNotInBag(String, String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Removes all characters which do NOT appear in string bag from string s.
- stripInitialWhitespace(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Removes initial(leading) whitespace characters from s.
- stripWhitespace(String) - Static method in class org.ofbiz.core.util.UtilValidate
-
Removes all whitespace characters from s.
- strToMap(String) - Static method in class org.ofbiz.core.util.StringUtil
-
Creates a Map from an encoded name/value pair string
T
- timerString(int, String) - Method in class org.ofbiz.core.util.UtilTimer
-
Creates a string with information including the passed message, the time since the last call, and the time since the beginning.
- timerString(String) - Method in class org.ofbiz.core.util.UtilTimer
-
Creates a string with information including the passed message, the last passed message and the time since the last call, and the time since the beginning
- timerString(String, String) - Method in class org.ofbiz.core.util.UtilTimer
-
Creates a string with information including the passed message, the last passed message and the time since the last call, and the time since the beginning
- timeSinceLast() - Method in class org.ofbiz.core.util.UtilTimer
-
Returns the number of milliseconds since the last time timerString was called
- timeSinceStart() - Method in class org.ofbiz.core.util.UtilTimer
-
Returns the number of milliseconds since the timer started
- TIMING - Static variable in class org.ofbiz.core.util.Debug
- timingOn() - Static method in class org.ofbiz.core.util.Debug
- toDate(int, int, int, int, int, int) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Makes a Date from separate ints for month, day, year, hour, minute, and second.
- toDate(String) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Converts a date and time String into a Date
- toDate(String, String) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Converts a date String and a time String into a Date
- toDate(String, String, String, String, String, String) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Makes a Date from separate Strings for month, day, year, hour, minute, and second.
- toDateString(Date) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Makes a date String in the format MM/DD/YYYY from a Date
- toDateTimeString(Date) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Makes a combined data and time string in the format "MM/DD/YYYY HH:MM:SS" from a Date.
- toIterator(Collection<T>) - Static method in class org.ofbiz.core.util.UtilMisc
-
Get an iterator from a collection, returning null if collection is null
- toList(Collection<T>) - Static method in class org.ofbiz.core.util.UtilMisc
- toList(T) - Static method in class org.ofbiz.core.util.UtilMisc
-
Create a list from passed objX parameters
- toList(T, T) - Static method in class org.ofbiz.core.util.UtilMisc
-
Create a list from passed objX parameters
- toList(T, T, T) - Static method in class org.ofbiz.core.util.UtilMisc
-
Create a list from passed objX parameters
- toList(T, T, T, T) - Static method in class org.ofbiz.core.util.UtilMisc
-
Create a list from passed objX parameters
- toList(T, T, T, T, T) - Static method in class org.ofbiz.core.util.UtilMisc
-
Create a list from passed objX parameters
- toList(T, T, T, T, T, T) - Static method in class org.ofbiz.core.util.UtilMisc
-
Create a list from passed objX parameters
- toMap(String, Object) - Static method in class org.ofbiz.core.util.UtilMisc
-
Create a map from passed nameX, valueX parameters
- toMap(String, Object, String, Object) - Static method in class org.ofbiz.core.util.UtilMisc
-
Create a map from passed nameX, valueX parameters
- toMap(String, Object, String, Object, String, Object) - Static method in class org.ofbiz.core.util.UtilMisc
-
Create a map from passed nameX, valueX parameters
- toMap(String, Object, String, Object, String, Object, String, Object) - Static method in class org.ofbiz.core.util.UtilMisc
-
Create a map from passed nameX, valueX parameters
- toMap(String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in class org.ofbiz.core.util.UtilMisc
-
Create a map from passed nameX, valueX parameters
- toMap(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in class org.ofbiz.core.util.UtilMisc
-
Create a map from passed nameX, valueX parameters
- toSqlDate(int, int, int) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Makes a java.sql.Date from separate ints for month, day, year
- toSqlDate(String) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Converts a date String into a java.sql.Date
- toSqlDate(String, String, String) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Makes a java.sql.Date from separate Strings for month, day, year
- toSqlTime(int, int, int) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Makes a java.sql.Time from separate ints for hour, minute, and second.
- toSqlTime(String) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Converts a time String into a java.sql.Time
- toSqlTime(String, String, String) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Makes a java.sql.Time from separate Strings for hour, minute, and second.
- toString() - Method in class org.ofbiz.core.config.ResourceHandler
- toString() - Method in class org.ofbiz.core.util.CachedClassLoader
- toString() - Method in class org.ofbiz.core.util.FlexibleProperties
- toString() - Method in class org.ofbiz.core.util.UtilMisc.SimpleMap
- toTimestamp(int, int, int, int, int, int) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Makes a Timestamp from separate ints for month, day, year, hour, minute, and second.
- toTimestamp(String) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Converts a date and time String into a Timestamp
- toTimestamp(String, String) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Converts a date String and a time String into a Timestamp
- toTimestamp(String, String, String, String, String, String) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Makes a Timestamp from separate Strings for month, day, year, hour, minute, and second.
- toTimeString(int, int, int) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Makes a time String in the format HH:MM:SS from a separate ints for hour, minute, and second.
- toTimeString(Date) - Static method in class org.ofbiz.core.util.UtilDateTime
-
Makes a time String in the format HH:MM:SS from a Date.
U
- uppercaseLetters - Static variable in class org.ofbiz.core.util.UtilValidate
-
upper-case letter characters
- urlCache - Static variable in class org.ofbiz.core.util.UtilProperties
-
An instance of the generic cache for storing the FlexibleProperties corresponding to each properties file keyed by a URL object
- UrlLoader - Class in org.ofbiz.core.config
-
Loads resources from a URL
- UrlLoader() - Constructor for class org.ofbiz.core.config.UrlLoader
- urlPkgPrefixes - Variable in class org.ofbiz.core.config.JNDIConfigUtil.JndiServerInfo
- useSoftReference - Variable in class org.ofbiz.core.util.UtilCache.CacheLine
- useSoftReference - Variable in class org.ofbiz.core.util.UtilCache
-
Specifies whether or not to use soft references for this cache, defaults to false
- USStateCodeDelimiter - Static variable in class org.ofbiz.core.util.UtilValidate
-
Delimiter for USStateCodes String
- USStateCodes - Static variable in class org.ofbiz.core.util.UtilValidate
-
Valid U.S.
- UtilCache<K,
V> - Class in org.ofbiz.core.util -
Generalized caching utility.
- UtilCache() - Constructor for class org.ofbiz.core.util.UtilCache
-
Default constructor, all members stay at default values as defined in cache.properties, or the defaults in this file if cache.properties is not found, or there are no 'default' entries in it.
- UtilCache(long, long) - Constructor for class org.ofbiz.core.util.UtilCache
-
Constructor which specifies the maxSize and expireTime.
- UtilCache(String) - Constructor for class org.ofbiz.core.util.UtilCache
-
This constructor takes a name for the cache, puts itself in the utilCacheTable.
- UtilCache(String, long, long) - Constructor for class org.ofbiz.core.util.UtilCache
-
Constructor which specifies the cacheName as well as the maxSize and expireTime.
- UtilCache(String, long, long, boolean) - Constructor for class org.ofbiz.core.util.UtilCache
-
Constructor which specifies the cacheName as well as the maxSize, expireTime and useSoftReference.
- UtilCache.CacheLine<T> - Class in org.ofbiz.core.util
- utilCacheTable - Static variable in class org.ofbiz.core.util.UtilCache
-
A static Map to keep track of all of the UtilCache instances.
- UtilDateTime - Class in org.ofbiz.core.util
-
Utility class for handling java.util.Date, the java.sql data/time classes and related information
- UtilDateTime() - Constructor for class org.ofbiz.core.util.UtilDateTime
- UtilFormatOut - Class in org.ofbiz.core.util
-
General output formatting functions - mainly for helping in JSPs
- UtilFormatOut() - Constructor for class org.ofbiz.core.util.UtilFormatOut
- UtilMisc - Class in org.ofbiz.core.util
-
UtilMisc - Misc Utility Functions
- UtilMisc() - Constructor for class org.ofbiz.core.util.UtilMisc
- UtilMisc.SimpleMap - Class in org.ofbiz.core.util
-
This is meant to be very quick to create and use for small sized maps, perfect for how we usually use UtilMisc.toMap
- UtilProperties - Class in org.ofbiz.core.util
-
Generic Property Accessor with Cache - Utilities for working with properties files
- UtilProperties() - Constructor for class org.ofbiz.core.util.UtilProperties
- UtilTimer - Class in org.ofbiz.core.util
-
Timer handling utility Utility class for simple reporting of the progress of a process.
- UtilTimer() - Constructor for class org.ofbiz.core.util.UtilTimer
-
Default constructor.
- UtilURL - Class in org.ofbiz.core.util
-
URL Utilities - Simple Class for flexibly working with properties files
- UtilURL() - Constructor for class org.ofbiz.core.util.UtilURL
- UtilValidate - Class in org.ofbiz.core.util
-
General input/data validation methods
- UtilValidate() - Constructor for class org.ofbiz.core.util.UtilValidate
- UtilXml - Class in org.ofbiz.core.util
-
Utilities methods to simplify dealing with JAXP & DOM XML parsing
- UtilXml() - Constructor for class org.ofbiz.core.util.UtilXml
- UtilXml.LocalErrorHandler - Class in org.ofbiz.core.util
-
Local error handler for entity resolver to DocumentBuilder parser.
- UtilXml.LocalResolver - Class in org.ofbiz.core.util
-
Local entity resolver to handle J2EE DTDs.
V
- validKey(String, Object) - Static method in class org.ofbiz.core.util.UtilCache
-
Checks for a non-expired key in a specific cache
- validSSNChars - Static variable in class org.ofbiz.core.util.UtilValidate
-
characters which are allowed in Social Security Numbers
- validUSPhoneChars - Static variable in class org.ofbiz.core.util.UtilValidate
-
characters which are allowed in US phone numbers
- validWorldPhoneChars - Static variable in class org.ofbiz.core.util.UtilValidate
-
characters which are allowed in international phone numbers(a leading + is OK)
- validZipCodeChars - Static variable in class org.ofbiz.core.util.UtilValidate
-
characters which are allowed in Social Security Numbers
- valueRef - Variable in class org.ofbiz.core.util.UtilCache.CacheLine
- values() - Method in class org.ofbiz.core.util.UtilMisc.SimpleMap
- VERBOSE - Static variable in class org.ofbiz.core.util.Debug
- verboseOn() - Static method in class org.ofbiz.core.util.Debug
- VIEW_CONTENT_TYPE - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- VIEW_DESCRIPTION - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- VIEW_ENCODING - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- VIEW_INFO - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- VIEW_MAPPING - Static variable in class org.ofbiz.core.util.ConfigXMLReader
-
View Config Variables
- VIEW_NAME - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- VIEW_PAGE - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- VIEW_TYPE - Static variable in class org.ofbiz.core.util.ConfigXMLReader
- viewCache - Static variable in class org.ofbiz.core.util.ConfigXMLReader
W
- warning(SAXParseException) - Method in class org.ofbiz.core.util.UtilXml.LocalErrorHandler
- WARNING - Static variable in class org.ofbiz.core.util.Debug
- warningOn() - Static method in class org.ofbiz.core.util.Debug
- whitespace - Static variable in class org.ofbiz.core.util.UtilValidate
-
whitespace characters
- writeXmlDocument(OutputStream, Document) - Static method in class org.ofbiz.core.util.UtilXml
- writeXmlDocument(String, Document) - Static method in class org.ofbiz.core.util.UtilXml
- writeXmlDocument(Document) - Static method in class org.ofbiz.core.util.UtilXml
X
- xmlFilename - Variable in class org.ofbiz.core.config.ResourceHandler
Z
- ZipCodeDelimeter - Static variable in class org.ofbiz.core.util.UtilValidate
-
our preferred delimiter for reformatting ZIP Codes
- ZipCodeDelimiters - Static variable in class org.ofbiz.core.util.UtilValidate
-
non-digit characters which are allowed in ZIP Codes
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form