| Modifier and Type | Method and Description |
|---|---|
static <T> T |
ValueEnforcer.isSame(T aValue,
String sName,
T aExpectedValue)
Check that the passed value is the same as the provided expected value
using
== to check comparison. |
static <T> T |
ValueEnforcer.notNullAndEquals(T aValue,
String sName,
T aExpectedValue)
Check that the passed value is not
null and equal to the
provided expected value. |
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractCache.getName() |
| Constructor and Description |
|---|
AbstractCache(int nMaxSize,
String sCacheName) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
LoggingExceptionCallback.getLogMessage(Throwable t)
Get the text to be logged for a certain exception
|
| Modifier and Type | Method and Description |
|---|---|
String |
ChangeLog.getComponent() |
String |
EChangeLogCategory.getID() |
String |
EChangeLogAction.getID() |
String |
ChangeLog.getOriginalVersion() |
| Constructor and Description |
|---|
ChangeLog(String sVersion,
String sComponent)
Constructor.
|
ChangeLog(String sVersion,
String sComponent)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
EUnicodeBOM.getAllBytes() |
| Modifier and Type | Method and Description |
|---|---|
static Charset |
CharsetManager.getCharsetFromName(String sCharsetName)
Resolve the charset by the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
AbstractRFC1522Codec.getRFC1522Encoding()
Returns the codec name (referred to as encoding in the RFC 1522).
|
| Constructor and Description |
|---|
ExtendedDefaultThreadFactory(String sPoolPrefix) |
| Modifier and Type | Method and Description |
|---|---|
String |
CSVWriter.getLineEnd() |
| Modifier and Type | Method and Description |
|---|---|
CSVWriter |
CSVWriter.setLineEnd(String sLineEnd)
Set the line delimiting string.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IThreadDeadlockCallback.onDeadlockDetected(ThreadDeadlockInfo[] aDeadlockedThreads)
Callback to be invoked on a deadlock
|
| Modifier and Type | Method and Description |
|---|---|
String |
IResourceError.getAsString(Locale aDisplayLocale)
Get the error as a string representation, including error ID, error
location, error text and the linked exception.
|
String |
ErrorLevel.getID() |
String |
EErrorLevel.getID() |
| Constructor and Description |
|---|
ErrorLevel(String sID,
int nNumericLevel) |
| Modifier and Type | Method and Description |
|---|---|
String |
IError.getErrorText() |
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorList.addError(String sText) |
void |
ErrorList.addError(String sFieldName,
String sText) |
void |
ErrorList.addError(String sID,
String sFieldName,
String sText) |
void |
FormErrors.addFieldError(String sFieldName,
String sText)
Add a field specific error message.
|
void |
FormErrors.addFieldError(String sFieldName,
String sText)
Add a field specific error message.
|
void |
FormErrors.addFieldInfo(String sFieldName,
String sText)
Add a field specific information message.
|
void |
FormErrors.addFieldInfo(String sFieldName,
String sText)
Add a field specific information message.
|
void |
FormErrors.addFieldWarning(String sFieldName,
String sText)
Add a field specific warning message.
|
void |
FormErrors.addFieldWarning(String sFieldName,
String sText)
Add a field specific warning message.
|
void |
FormErrors.addGlobalError(String sText)
Add a form-global error
|
void |
FormErrors.addGlobalInfo(String sText)
Add a form-global information
|
void |
FormErrors.addGlobalWarning(String sText)
Add a form-global warning
|
void |
ErrorList.addInfo(String sText) |
void |
ErrorList.addInfo(String sFieldName,
String sText) |
void |
ErrorList.addInfo(String sID,
String sFieldName,
String sText) |
void |
ErrorList.addSuccess(String sText) |
void |
ErrorList.addSuccess(String sFieldName,
String sText) |
void |
ErrorList.addSuccess(String sID,
String sFieldName,
String sText) |
void |
ErrorList.addWarning(String sText) |
void |
ErrorList.addWarning(String sFieldName,
String sText) |
void |
ErrorList.addWarning(String sID,
String sFieldName,
String sText) |
static SingleError |
SingleError.createError(String sErrorText) |
static SingleError |
SingleError.createError(String sErrorFieldName,
String sErrorText) |
static SingleError |
SingleError.createError(String sErrorID,
String sErrorFieldName,
String sErrorText) |
static SingleError |
SingleError.createInfo(String sErrorText) |
static SingleError |
SingleError.createInfo(String sErrorFieldName,
String sErrorText) |
static SingleError |
SingleError.createInfo(String sErrorID,
String sErrorFieldName,
String sErrorText) |
static SingleError |
SingleError.createSuccess(String sErrorText) |
static SingleError |
SingleError.createSuccess(String sErrorFieldName,
String sErrorText) |
static SingleError |
SingleError.createSuccess(String sErrorID,
String sErrorFieldName,
String sErrorText) |
static SingleError |
SingleError.createWarning(String sErrorText) |
static SingleError |
SingleError.createWarning(String sErrorFieldName,
String sErrorText) |
static SingleError |
SingleError.createWarning(String sErrorID,
String sErrorFieldName,
String sErrorText) |
List<String> |
IFieldErrorList.getAllItemTextsOfFieldsRegExp(String sRegExp)
Get a list with all texts of entries that have field names matching the
passed regular expression.
|
List<String> |
FormErrors.getAllItemTextsOfFieldsRegExp(String sRegExp) |
List<String> |
ErrorList.getAllItemTextsOfFieldsRegExp(String sRegEx) |
IFieldErrorList |
IFieldErrorList.getListOfFieldsRegExp(String sRegExp)
Get a sub-list with all entries that have field names matching the passed
regular expression.
|
IErrorList |
FormErrors.getListOfFieldsRegExp(String sRegExp) |
ErrorList |
ErrorList.getListOfFieldsRegExp(String sRegExp) |
| Constructor and Description |
|---|
SingleError(IErrorLevel aErrorLevel,
String sErrorText) |
SingleError(IErrorLevel aErrorLevel,
String sErrorFieldName,
String sErrorText) |
SingleError(String sErrorID,
IErrorLevel aErrorLevel,
String sErrorFieldName,
String sErrorText) |
| Modifier and Type | Method and Description |
|---|---|
String |
EFilterMatchingStrategy.getID() |
| Modifier and Type | Method and Description |
|---|---|
static char[] |
CodepointHelper.getAsCharArray(int nCodepoint) |
String |
Codepoint.getAsString() |
static String |
CodepointHelper.getAsString(int nCodepoint) |
| Modifier and Type | Method and Description |
|---|---|
static String |
FilenameHelper.getAsSecureValidASCIIFilename(String sFilename)
Replace all non-ASCII characters from the filename (e.g.
|
static String |
FilenameHelper.getAsSecureValidASCIIFilename(String sFilename,
char cReplacementChar)
Replace all non-ASCII characters from the filename (e.g.
|
static String |
FilenameHelper.getAsSecureValidFilename(String sFilename)
Convert the passed filename into a valid filename by performing the
following actions:
Remove everything after a potential \0 character
Remove all characters that are invalid at the end of a file name
Replace all characters that are invalid inside a filename with a
underscore
If the filename is invalid on Windows platforms it is prefixed with an
underscore.
|
String |
ERandomAccessFileMode.getMode() |
| Modifier and Type | Method and Description |
|---|---|
String |
FileFilterFilenameNotEqualsIgnoreCase.getFilename() |
String |
FileFilterFilenameNotEquals.getFilename() |
String |
FileFilterFilenameEqualsIgnoreCase.getFilename() |
String |
FileFilterFilenameEquals.getFilename() |
String |
FileFilterFilenameStartsWith.getPrefix() |
String |
FileFilterFilenameEndsWith.getSuffix() |
| Constructor and Description |
|---|
FileFilterFilenameEndsWith(String sSuffix) |
FileFilterFilenameEquals(String sFilename) |
FileFilterFilenameEqualsIgnoreCase(String sFilename) |
FileFilterFilenameMatchAnyRegEx(String... aRegExs) |
FileFilterFilenameMatchAnyRegEx(String sRegEx) |
FileFilterFilenameMatchNoRegEx(String... aRegExs) |
FileFilterFilenameMatchNoRegEx(String sRegEx) |
FileFilterFilenameNotEquals(String sFilename) |
FileFilterFilenameNotEqualsIgnoreCase(String sFilename) |
FileFilterFilenameStartsWith(String sPrefix) |
| Modifier and Type | Method and Description |
|---|---|
static IIterableIterator<File> |
FileSystemRecursiveIterator.create(File fBaseDir,
IFileFilter... aFileFilters)
Create a new iterator that recursively descends into sub-directories
starting from the given base directory.
|
static IIterableIterator<File> |
FileSystemRecursiveIterator.create(String sBaseDir,
IFileFilter... aFileFilters)
Create a new iterator that recursively descends into sub-directories
starting from the given base directory.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ClassPathResource.getPath() |
| Modifier and Type | Method and Description |
|---|---|
static File |
ClassPathResource.getAsFile(String sPath)
Get the file for the specified path using automatic class loader handling.
|
static File |
ClassPathResource.getAsFile(String sPath,
ClassLoader aClassLoader) |
static InputStream |
ClassPathResource.getInputStream(String sPath)
Get the input stream for the specified path using automatic class loader
handling.
|
static InputStream |
ClassPathResource.getInputStream(String sPath,
ClassLoader aClassLoader)
Get the input stream of the passed resource using the specified class
loader only.
|
| Constructor and Description |
|---|
ClassPathResource(String sPath)
Create a new class path resource, using the specified path.
|
ClassPathResource(String sPath,
ClassLoader aClassLoader)
Create a new class path resource using the specified path and class loader
(optional).
|
| Modifier and Type | Method and Description |
|---|---|
String |
ReadableResourceInputStream.getResourceID() |
String |
ReadableResourceByteArray.getResourceID() |
| Modifier and Type | Method and Description |
|---|---|
List<IReadableResourceProvider> |
ReadableResourceProviderChain.getAllContainedReadingResourceProviders() |
List<IWritableResourceProvider> |
WritableResourceProviderChain.getAllContainedWritingResourceProviders() |
| Modifier and Type | Method and Description |
|---|---|
static ESuccess |
StreamHelper.copyInputStreamToOutputStream(InputStream aIS,
OutputStream aOS,
byte[] aBuffer,
MutableLong aCopyByteCount)
Pass the content of the given input stream to the given output stream.
|
static ESuccess |
StreamHelper.copyInputStreamToOutputStream(InputStream aIS,
OutputStream aOS,
byte[] aBuffer,
MutableLong aCopyByteCount,
Long aLimit)
Pass the content of the given input stream to the given output stream.
|
static ESuccess |
StreamHelper.copyReaderToWriter(Reader aReader,
Writer aWriter,
char[] aBuffer,
MutableLong aCopyCharCount)
Pass the content of the given reader to the given writer.
|
static ESuccess |
StreamHelper.copyReaderToWriter(Reader aReader,
Writer aWriter,
char[] aBuffer,
MutableLong aCopyCharCount,
Long aLimit)
Pass the content of the given reader to the given writer.
|
static String |
StreamHelper.getAllBytesAsString(IHasInputStream aISP,
Charset aCharset)
Read all bytes from the passed input stream into a string.
|
static String |
StreamHelper.getAllBytesAsString(InputStream aIS,
Charset aCharset)
Read all bytes from the passed input stream into a string.
|
static List<String> |
StreamHelper.readStreamLines(InputStream aIS,
Charset aCharset)
Get the content of the passed stream as a list of lines in the passed
character set.
|
static void |
StreamHelper.readStreamLines(InputStream aIS,
Charset aCharset,
INonThrowingRunnableWithParameter<String> aLineCallback)
Read the complete content of the passed stream and pass each line
separately to the passed callback.
|
static void |
StreamHelper.readStreamLines(InputStream aIS,
Charset aCharset,
int nLinesToSkip,
int nLinesToRead,
INonThrowingRunnableWithParameter<String> aLineCallback)
Read the content of the passed stream line by line and invoking a callback
on all matching lines.
|
| Constructor and Description |
|---|
ByteBuffersInputStream(ByteBuffer... aBuffers)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ObjectNameHelper.getDefaultJMXDomain() |
| Modifier and Type | Method and Description |
|---|---|
static ObjectName |
ObjectNameHelper.create(Hashtable<String,String> aParams) |
static ObjectName |
ObjectNameHelper.create(Map<String,String> aParams) |
static void |
ObjectNameHelper.setDefaultJMXDomain(String sDefaultJMXDomain)
Set the default JMX domain
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ClassHelper.getObjectAddress(Object aObject)
Get the hex representation of the passed object's address.
|
static String |
ClassHelper.getSafeClassName(Object aObject)
Get the class name of the passed object.
|
| Modifier and Type | Method and Description |
|---|---|
static URL |
ClassHelper.getResource(Class<?> aClass,
String sPath)
Get the URL of the passed resource using the class loader of the specified
class only.
|
static URL |
ClassLoaderHelper.getResource(ClassLoader aClassLoader,
String sPath)
Get the URL of the passed resource using the specified class loader only.
|
static InputStream |
ClassHelper.getResourceAsStream(Class<?> aClass,
String sPath)
Get the input stream of the passed resource using the class loader of the
specified class only.
|
static InputStream |
ClassLoaderHelper.getResourceAsStream(ClassLoader aClassLoader,
String sPath)
Get the input stream of the passed resource using the specified class
loader only.
|
static Enumeration<URL> |
ClassLoaderHelper.getResources(ClassLoader aClassLoader,
String sPath)
Get all URLs of the passed resource using the specified class loader only.
|
| Constructor and Description |
|---|
PrivilegedActionSystemGetProperty(String sKey) |
| Modifier and Type | Method and Description |
|---|---|
static <DATATYPE> void |
CombinationGenerator.addAllPermutations(List<DATATYPE> aInput,
int nSlotCount,
Collection<List<DATATYPE>> aResultList)
Fill a list with all permutations of the input elements.
|
static <DATATYPE> List<List<DATATYPE>> |
CombinationGenerator.getAllPermutations(List<DATATYPE> aInput,
int nSlotCount)
Get a list of all permutations of the input elements.
|
| Constructor and Description |
|---|
CombinationGenerator(List<DATATYPE> aElements,
int nSlotCount)
Ctor
|
| Modifier and Type | Method and Description |
|---|---|
String |
EMessageDigestAlgorithm.getAlgorithm() |
byte[] |
MessageDigestValue.getDigestBytes() |
String |
MessageDigestValue.getDigestString() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
MessageDigestGeneratorHelper.getAllDigestBytes(byte[] aContent,
EMessageDigestAlgorithm... aAlgorithms) |
static byte[] |
MessageDigestGeneratorHelper.getAllDigestBytes(byte[] aContent,
int nOfs,
int nLength,
EMessageDigestAlgorithm... aAlgorithms) |
static byte[] |
MessageDigestGeneratorHelper.getAllDigestBytes(String sContent,
Charset aCharset,
EMessageDigestAlgorithm... aAlgorithms) |
static byte[] |
MessageDigestGeneratorHelper.getAllDigestBytesFromInputStream(InputStream aIS,
EMessageDigestAlgorithm... aAlgorithms)
Create a hash value from the complete input stream.
|
| Constructor and Description |
|---|
MessageDigestGenerator(EMessageDigestAlgorithm... aAlgorithms)
Create a hash generator with a set of possible algorithms to use.
|
MessageDigestGenerator(String sProvider,
EMessageDigestAlgorithm... aAlgorithms)
Create a hash generator with a set of possible algorithms to use.
|
MessageDigestValue(EMessageDigestAlgorithm eAlgorithm,
byte[] aDigestBytes) |
NonBlockingMessageDigestGenerator(EMessageDigestAlgorithm... aAlgorithms)
Create a hash generator with a set of possible algorithms to use.
|
NonBlockingMessageDigestGenerator(String sProvider,
EMessageDigestAlgorithm... aAlgorithms)
Create a hash generator with a set of possible algorithms to use.
|
| Modifier and Type | Method and Description |
|---|---|
String |
EMicroEvent.getID() |
String |
MicroQName.getName() |
String |
MicroEntityReference.getName() |
String |
IMicroQName.getName() |
String |
IMicroEntityReference.getName() |
String |
MicroText.getNodeName() |
String |
MicroProcessingInstruction.getNodeName() |
String |
MicroEntityReference.getNodeName() |
String |
MicroElement.getNodeName() |
String |
MicroComment.getNodeName() |
String |
MicroCDATA.getNodeName() |
String |
IMicroNode.getNodeName() |
String |
MicroProcessingInstruction.getNodeValue() |
String |
MicroEntityReference.getNodeValue() |
| Modifier and Type | Method and Description |
|---|---|
IMicroElement |
IMicroNode.appendElement(String sTagName)
Append an element without namespace to this node.
|
IMicroElement |
AbstractMicroNode.appendElement(String sTagName) |
IMicroElement |
IMicroNode.appendElement(String sNamespaceURI,
String sTagName)
Append an element with namespace to this node.
|
IMicroElement |
AbstractMicroNode.appendElement(String sNamespaceURI,
String sTagName) |
IMicroEntityReference |
AbstractMicroNode.appendEntityReference(String sName) |
IMicroProcessingInstruction |
IMicroNode.appendProcessingInstruction(String sTarget,
String sData)
Append a processing instruction to this node.
|
IMicroProcessingInstruction |
AbstractMicroNode.appendProcessingInstruction(String sTarget,
String sData) |
MicroElement |
MicroElement.setAttribute(String sAttrName,
String sAttrValue) |
MicroElement |
MicroElement.setAttribute(String sNamespaceURI,
String sAttrName,
String sAttrValue) |
| Constructor and Description |
|---|
MicroAttribute(String sAttributeName,
String sAttributeValue) |
MicroAttribute(String sNamespaceURI,
String sAttributeName,
String sAttributeValue) |
MicroElement(String sTagName) |
MicroElement(String sNamespaceURI,
String sTagName) |
MicroEntityReference(String sName) |
MicroProcessingInstruction(String sTarget) |
MicroProcessingInstruction(String sTarget,
String sData) |
MicroQName(String sName) |
MicroQName(String sNamespaceURI,
String sName) |
| Modifier and Type | Method and Description |
|---|---|
static IMicroElement |
MicroTypeConverter.convertToMicroElement(Object aObject,
String sTagName) |
IMicroElement |
StringMicroTypeConverter.convertToMicroElement(Object aObject,
String sNamespaceURI,
String sTagName) |
IMicroElement |
StringBasedMicroTypeConverter.convertToMicroElement(Object aObject,
String sNamespaceURI,
String sTagName) |
static IMicroElement |
MicroTypeConverter.convertToMicroElement(Object aObject,
String sNamespaceURI,
String sTagName) |
IMicroElement |
IMicroTypeConverter.convertToMicroElement(Object aObject,
String sNamespaceURI,
String sTagName)
Convert the passed object to a micro element using the specified tag name
|
| Constructor and Description |
|---|
ChildrenProviderElementWithName(String sTagName) |
ChildrenProviderElementWithName(String sNamespaceURI,
String sTagName) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
MimeTypeContent.getAllContentBytes() |
Set<IMimeType> |
MimeTypeInfo.getAllMimeTypes() |
Set<String> |
MimeTypeInfo.getAllMimeTypeStrings() |
Set<MimeTypeInfo.MimeTypeWithSource> |
MimeTypeInfo.getAllMimeTypesWithSource() |
String |
MimeType.getAsString() |
String |
MimeType.getAsString(EMimeQuoting eQuotingAlgorithm) |
String |
IMimeType.getAsString(EMimeQuoting eQuotingAlgorithm)
Get the MIME type including all parameters as a single string.
|
String |
IMimeType.getAsStringWithoutParameters() |
String |
MimeTypeParameter.getAttribute() |
String |
MimeType.getContentSubType() |
String |
EMimeContentType.getID() |
String |
MimeTypeInfo.MimeTypeWithSource.getMimeTypeAsString() |
abstract String |
EMimeQuoting.getQuotedString(String sUnquotedString) |
String |
EMimeContentType.getText() |
abstract String |
EMimeQuoting.getUnquotedString(String sQuotedString) |
String |
MimeTypeParameter.getValue() |
String |
MimeTypeParameter.getValueQuotedIfNecessary(EMimeQuoting eQuotingAlgorithm) |
| Modifier and Type | Method and Description |
|---|---|
MimeType |
MimeType.addParameter(String sAttribute,
String sValue)
Add a parameter.
|
MimeType |
MimeType.addParameter(String sAttribute,
String sValue)
Add a parameter.
|
MimeType |
EMimeContentType.buildMimeType(String sContentSubType)
Build a new
MimeType based on this MIME content type and the
provided sub type. |
boolean |
MimeTypeInfoManager.containsMimeTypeForFilename(String sFilename)
Check if any mime type is registered for the extension of the specified
filename.
|
Set<IMimeType> |
MimeTypeInfoManager.getAllMimeTypesForFilename(String sFilename)
Get all mime types that are associated to the extension of the specified
filename.
|
Set<String> |
MimeTypeInfoManager.getAllMimeTypeStringsForFilename(String sFilename)
Get all mime types that are associated to the extension of the specified
filename.
|
IMimeType |
MimeTypeInfoManager.getPrimaryMimeTypeForFilename(String sFilename)
Get the primary (=first) mime type associated with the specified filename.
|
String |
MimeTypeInfoManager.getPrimaryMimeTypeStringForFilename(String sFilename)
Get the primary (=first) mime type associated with the specified filename.
|
abstract String |
EMimeQuoting.getQuotedString(String sUnquotedString) |
abstract String |
EMimeQuoting.getUnquotedString(String sQuotedString) |
boolean |
MimeTypeInfo.ExtensionWithSource.matches(String sExtension) |
| Constructor and Description |
|---|
MimeType(EMimeContentType eContentType,
String sContentSubType)
Constructor without parameters.
|
MimeType(EMimeContentType eContentType,
String sContentSubType,
Collection<? extends MimeTypeParameter> aParameters)
Constructor without parameters.
|
MimeTypeContent(byte[] aContentBytes,
IMimeType aMimeType)
Constructor
|
MimeTypeInfo(Set<MimeTypeInfo.MimeTypeWithSource> aMimeTypes,
String sComment,
Set<String> aParentTypes,
Set<String> aGlobs,
Set<MimeTypeInfo.ExtensionWithSource> aExtensions,
String sSource) |
MimeTypeParameter(String sAttribute,
String sValue)
Constructor.
|
MimeTypeParameter(String sAttribute,
String sValue)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
RegExPattern.getRegEx() |
| Modifier and Type | Method and Description |
|---|---|
static Pattern |
RegExPool.getPattern(String sRegEx)
Get the cached regular expression pattern.
|
static Pattern |
RegExPool.getPattern(String sRegEx,
int nOptions)
Get the cached regular expression pattern.
|
| Constructor and Description |
|---|
RegExPattern(String sRegEx) |
RegExPattern(String sRegEx,
int nOptions) |
| Modifier and Type | Method and Description |
|---|---|
String |
SessionScope.createApplicationScopeID(String sApplicationID) |
String |
ISessionScope.createApplicationScopeID(String sApplicationID)
Create the unique ID, under which a session application scope will be
created within this scope.
|
String |
AbstractMapBasedScope.getID() |
String |
RequestScope.getSessionID() |
String |
IRequestScope.getSessionID()
Shortcut for
getSessionID(true) |
String |
RequestScope.getSessionID(boolean bCreateIfNotExisting) |
| Modifier and Type | Method and Description |
|---|---|
protected IApplicationScope |
GlobalScope.createApplicationScope(String sApplicationID)
This method creates a new application scope.
|
String |
SessionScope.createApplicationScopeID(String sApplicationID) |
String |
ISessionScope.createApplicationScopeID(String sApplicationID)
Create the unique ID, under which a session application scope will be
created within this scope.
|
protected ISessionApplicationScope |
SessionScope.createSessionApplicationScope(String sApplicationID) |
IApplicationScope |
IGlobalScope.getApplicationScope(String sAppID,
boolean bCreateIfNotExisting)
Get or create an application scope with the given ID.
|
IApplicationScope |
GlobalScope.getApplicationScope(String sApplicationID,
boolean bCreateIfNotExisting) |
ISessionApplicationScope |
SessionScope.getSessionApplicationScope(String sApplicationID,
boolean bCreateIfNotExisting) |
ISessionApplicationScope |
ISessionScope.getSessionApplicationScope(String sApplicationID,
boolean bCreateIfNotExisting)
Create an application specific scope within the session.
|
void |
SessionScope.restoreSessionApplicationScope(String sScopeID,
ISessionApplicationScope aScope) |
void |
ISessionScope.restoreSessionApplicationScope(String sScopeID,
ISessionApplicationScope aScope)
Restore a persisted session application scope
|
| Constructor and Description |
|---|
AbstractMapBasedScope(String sScopeID)
Ctor.
|
ApplicationScope(String sScopeID)
Create a new application web scope with the given ID.
|
GlobalScope(String sScopeID) |
RequestScope(String sScopeID,
String sSessionID) |
RequestScope(String sScopeID,
String sSessionID) |
SessionApplicationScope(String sScopeID) |
SessionScope(String sScopeID) |
| Modifier and Type | Method and Description |
|---|---|
IApplicationScope |
IScopeFactory.createApplicationScope(String sScopeID)
Create a new application scope
|
IApplicationScope |
DefaultScopeFactory.createApplicationScope(String sScopeID) |
IGlobalScope |
IScopeFactory.createGlobalScope(String sScopeID)
Create a new global scope.
|
IGlobalScope |
DefaultScopeFactory.createGlobalScope(String sScopeID) |
IRequestScope |
IScopeFactory.createRequestScope(String sScopeID,
String sSessionID)
Create a new request scope
|
IRequestScope |
IScopeFactory.createRequestScope(String sScopeID,
String sSessionID)
Create a new request scope
|
IRequestScope |
DefaultScopeFactory.createRequestScope(String sScopeID,
String sSessionID) |
IRequestScope |
DefaultScopeFactory.createRequestScope(String sScopeID,
String sSessionID) |
ISessionApplicationScope |
IScopeFactory.createSessionApplicationScope(String sScopeID)
Create a new session application scope
|
ISessionApplicationScope |
DefaultScopeFactory.createSessionApplicationScope(String sScopeID) |
ISessionScope |
IScopeFactory.createSessionScope(String sScopeID)
Create a new session scope
|
ISessionScope |
DefaultScopeFactory.createSessionScope(String sScopeID) |
static IApplicationScope |
ScopeManager.getApplicationScope(String sApplicationID)
Get or create an application scope.
|
static IApplicationScope |
ScopeManager.getApplicationScope(String sApplicationID,
boolean bCreateIfNotExisting)
Get or create an application scope.
|
static ISessionApplicationScope |
ScopeManager.getSessionApplicationScope(String sApplicationID) |
static ISessionApplicationScope |
ScopeManager.getSessionApplicationScope(String sApplicationID,
boolean bCreateIfNotExisting) |
static IGlobalScope |
ScopeManager.onGlobalBegin(String sScopeID)
This method is used to set the initial global scope.
|
static IRequestScope |
ScopeManager.onRequestBegin(String sApplicationID,
String sScopeID,
String sSessionID) |
static IRequestScope |
ScopeManager.onRequestBegin(String sApplicationID,
String sScopeID,
String sSessionID) |
static IRequestScope |
ScopeManager.onRequestBegin(String sApplicationID,
String sScopeID,
String sSessionID) |
static void |
ScopeManager.setAndInitRequestScope(String sApplicationID,
IRequestScope aRequestScope)
This method is only to be called by this class and the web scope manager!
|
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractScopeAwareRunnable.getApplicationID() |
String |
AbstractScopeAwareCallable.getApplicationID() |
String |
AbstractScopeAwareRunnable.getRequestID() |
String |
AbstractScopeAwareCallable.getRequestID() |
String |
AbstractScopeAwareRunnable.getSessionID() |
String |
AbstractScopeAwareCallable.getSessionID() |
| Constructor and Description |
|---|
AbstractScopeAwareCallable(String sApplicationID) |
AbstractScopeAwareCallable(String sApplicationID,
String sRequestID,
String sSessionID) |
AbstractScopeAwareCallable(String sApplicationID,
String sRequestID,
String sSessionID) |
AbstractScopeAwareCallable(String sApplicationID,
String sRequestID,
String sSessionID) |
AbstractScopeAwareRunnable(String sApplicationID) |
AbstractScopeAwareRunnable(String sApplicationID,
String sRequestID,
String sSessionID) |
AbstractScopeAwareRunnable(String sApplicationID,
String sRequestID,
String sSessionID) |
AbstractScopeAwareRunnable(String sApplicationID,
String sRequestID,
String sSessionID) |
| Modifier and Type | Method and Description |
|---|---|
String |
ETriState.getID() |
| Modifier and Type | Method and Description |
|---|---|
static IMutableStatisticsHandlerCache |
StatisticsManager.getCacheHandler(String sName) |
static IMutableStatisticsHandlerCounter |
StatisticsManager.getCounterHandler(String sName) |
static IMutableStatisticsHandlerKeyedCounter |
StatisticsManager.getKeyedCounterHandler(String sName) |
static IMutableStatisticsHandlerKeyedSize |
StatisticsManager.getKeyedSizeHandler(String sName) |
static IMutableStatisticsHandlerKeyedTimer |
StatisticsManager.getKeyedTimerHandler(String sName) |
static IMutableStatisticsHandlerSize |
StatisticsManager.getSizeHandler(String sName) |
static IMutableStatisticsHandlerTimer |
StatisticsManager.getTimerHandler(String sName) |
| Modifier and Type | Method and Description |
|---|---|
static int |
StringHelper.getReplaceMultipleResultLength(char[] aInputString,
char[] aSearchChars,
char[][] aReplacementStrings)
Get the result length (in characters) when replacing all patterns with the
replacements on the passed input array.
|
static int |
StringHelper.getReplaceMultipleResultLength(char[] aInputString,
char[] aSearchChars,
char[][] aReplacementStrings)
Get the result length (in characters) when replacing all patterns with the
replacements on the passed input array.
|
| Modifier and Type | Method and Description |
|---|---|
String |
EOperatingSystem.getDisplayName() |
String |
ENewLineMode.getText() |
| Constructor and Description |
|---|
HasDisplayTextWithArgs(IHasDisplayText aParentText,
Object... aArgs) |
| Modifier and Type | Method and Description |
|---|---|
String |
ResourceBundleKey.getBundleName() |
String |
ResourceBundleKey.getKey() |
| Constructor and Description |
|---|
ResourceBundleKey(String sBundleName,
String sKey) |
ResourceBundleKey(String sBundleName,
String sKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
ThirdPartyModule.getCopyrightOwner() |
String |
ThirdPartyModule.getDisplayName() |
String |
ELicense.getDisplayName() |
String |
CustomLicense.getDisplayName() |
String |
ELicense.getID() |
String |
CustomLicense.getID() |
| Constructor and Description |
|---|
CustomLicense(String sID,
String sName,
Version aVersion,
String sURL)
Create a custom license.
|
CustomLicense(String sID,
String sName,
Version aVersion,
String sURL)
Create a custom license.
|
ThirdPartyModule(String sDisplayName,
String sCopyrightOwner,
ILicense aLicense) |
ThirdPartyModule(String sDisplayName,
String sCopyrightOwner,
ILicense aLicense) |
ThirdPartyModule(String sDisplayName,
String sCopyrightOwner,
ILicense aLicense,
boolean bOptional) |
ThirdPartyModule(String sDisplayName,
String sCopyrightOwner,
ILicense aLicense,
boolean bOptional) |
ThirdPartyModule(String sDisplayName,
String sCopyrightOwner,
ILicense aLicense,
Version aVersion,
String sWebsiteURL) |
ThirdPartyModule(String sDisplayName,
String sCopyrightOwner,
ILicense aLicense,
Version aVersion,
String sWebsiteURL) |
ThirdPartyModule(String sDisplayName,
String sCopyrightOwner,
ILicense aLicense,
Version aVersion,
String sWebsiteURL,
boolean bOptional) |
ThirdPartyModule(String sDisplayName,
String sCopyrightOwner,
ILicense aLicense,
Version aVersion,
String sWebsiteURL,
boolean bOptional) |
| Modifier and Type | Method and Description |
|---|---|
String |
MicroTypeConverterTreeXML.getElementName() |
| Modifier and Type | Method and Description |
|---|---|
static <DATATYPE> MicroTypeConverterTreeXML<DATATYPE> |
MicroTypeConverterTreeXML.create(String sElementName,
Class<? extends DATATYPE> aNativeClass)
Factory method.
|
static <DATATYPE> MicroTypeConverterTreeXML<DATATYPE> |
MicroTypeConverterTreeXML.create(String sNamespaceURI,
String sElementName,
Class<? extends DATATYPE> aNativeClass)
Factory method
|
| Constructor and Description |
|---|
MicroTypeConverterTreeXML(String sElementName,
Class<? extends DATATYPE> aNativeClass)
Constructor
|
MicroTypeConverterTreeXML(String sNamespaceURI,
String sElementName,
Class<? extends DATATYPE> aNativeClass)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
EBaseType.getID() |
String |
ObjectType.getName() |
| Constructor and Description |
|---|
ObjectType(String sName) |
| Modifier and Type | Method and Description |
|---|---|
String |
TypeConverterException.EReason.getMessage(Class<?> aDstClass) |
String |
TypeConverterException.EReason.getMessage(Class<?> aSrcClass,
Class<?> aDstClass) |
| Modifier and Type | Method and Description |
|---|---|
String |
URLProtocol.getProtocol() |
String |
IURLProtocol.getProtocol() |
String |
EURLProtocol.getProtocol() |
| Modifier and Type | Method and Description |
|---|---|
SimpleURL |
SimpleURL.add(String sKey)
Add a parameter without a value
|
SimpleURL |
SimpleURL.add(String sKey,
BigInteger aValue) |
SimpleURL |
SimpleURL.add(String sKey,
boolean bValue) |
SimpleURL |
SimpleURL.add(String sKey,
int nValue) |
SimpleURL |
SimpleURL.add(String sKey,
long nValue) |
SimpleURL |
SimpleURL.add(String sKey,
String sValue) |
SimpleURL |
SimpleURL.addIfNonNull(String sKey,
String sValue) |
ISimpleURL |
IURIToURLConverter.getAsURL(String sURI)
Convert the passed URI to a URL.
|
static URL |
URLHelper.getClassPathURL(String sPath)
Get the URL for the specified path using automatic class loader handling.
|
static URL |
URLHelper.getClassPathURL(String sPath,
ClassLoader aClassLoader)
Deprecated.
|
static boolean |
URLHelper.isClassPathURLExisting(String sPath) |
static boolean |
URLHelper.isClassPathURLExisting(String sPath,
ClassLoader aClassLoader) |
static String |
URLHelper.urlDecode(String sValue,
String sCharset)
URL-decode the passed value automatically handling charset issues.
|
static String |
URLHelper.urlEncode(String sValue,
String sCharset)
URL-encode the passed value automatically handling charset issues.
|
| Constructor and Description |
|---|
URLProtocol(String sProtocol,
boolean bAllowsForQueryParameters) |
| Modifier and Type | Method and Description |
|---|---|
static void |
VendorInfo.setVendorEmail(String sVendorEmail) |
static void |
VendorInfo.setVendorLocation(String sVendorLocation) |
static void |
VendorInfo.setVendorName(String sVendorName) |
static void |
VendorInfo.setVendorURL(String sVendorURL) |
| Modifier and Type | Method and Description |
|---|---|
String |
Version.getAsStringMajorMinor()
Get the string representation of the version number but only major and
minor version number.
|
String |
Version.getAsStringMajorMinorMicro()
Get the string representation of the version number but only major and
minor and micro version number.
|
| Modifier and Type | Method and Description |
|---|---|
String |
FilterElementWithNamespaceAndLocalName.getLocalName() |
String |
EXMLParserProperty.getName() |
String |
EXMLParserFeature.getName() |
String |
FilterElementWithTagName.getTagName() |
String |
EXMLParserProperty.getValueClassName() |
String |
EXMLVersion.getVersion() |
| Modifier and Type | Method and Description |
|---|---|
static IIterableIterator<Element> |
XMLHelper.getChildElementIteratorNoNS(Node aStartNode,
String sTagName)
Get an iterator over all child elements that have no namespace and the
desired tag name.
|
static IIterableIterator<Element> |
XMLHelper.getChildElementIteratorNS(Node aStartNode,
String sNamespaceURI,
String sLocalName) |
static int |
XMLHelper.getDirectChildElementCountNoNS(Element aParent,
String sTagName) |
static int |
XMLHelper.getDirectChildElementCountNS(Element aParent,
String sNamespaceURI,
String sLocalName) |
| Constructor and Description |
|---|
FilterElementWithNamespaceAndLocalName(String sNamespaceURI,
String sLocalName) |
FilterElementWithTagName(String sTagName) |
| Modifier and Type | Method and Description |
|---|---|
String |
EXMLDOMFeatureVersion.getID() |
String |
EXMLDOMFeature.getID() |
String |
EXMLDOMFeature.getPlusFeature() |
| Modifier and Type | Method and Description |
|---|---|
protected IReadableResource |
SimpleLSResourceResolver.internalResolveResource(String sType,
String sNamespaceURI,
String sPublicId,
String sSystemId,
String sBaseURI)
Internal resource resolving
|
LSInput |
SimpleLSResourceResolver.mainResolveResource(String sType,
String sNamespaceURI,
String sPublicId,
String sSystemId,
String sBaseURI)
Resolve a resource with the passed parameters
|
abstract LSInput |
AbstractLSResourceResolver.mainResolveResource(String sType,
String sNamespaceURI,
String sPublicId,
String sSystemId,
String sBaseURI)
Allow the application to resolve external resources.
|
LSInput |
AbstractLSResourceResolver.resolveResource(String sType,
String sNamespaceURI,
String sPublicId,
String sSystemId,
String sBaseURI) |
| Constructor and Description |
|---|
SingleElementNamespaceContext(String sNamespaceURI)
Create a namespace context with the default (empty) prefix
|
SingleElementNamespaceContext(String sPrefix,
String sNamespaceURI) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
LoggingSAXErrorHandler.getErrorMessage(IErrorLevel aErrorLevel,
SAXParseException aException) |
| Modifier and Type | Method and Description |
|---|---|
static Schema |
SchemaCache.createSchema(SchemaFactory aSchemaFactory,
String sSchemaTypeName,
List<? extends IReadableResource> aResources) |
Schema |
SchemaCache.getSchema(Collection<? extends IReadableResource> aResources)
Get a cached
Schema that consists of multiple resources. |
Schema |
SchemaCache.getSchema(IReadableResource... aResources)
Get a cached
Schema that consists of multiple resources. |
Validator |
SchemaCache.getValidator(Collection<? extends IReadableResource> aResources)
Get a new validator based on the
Schema that consists of multiple
resources. |
Validator |
SchemaCache.getValidator(IReadableResource... aResources)
Get a new validator based on the
Schema that consists of multiple
resources. |
protected Schema |
SchemaCache.getValueToCache(List<? extends IReadableResource> aKey) |
static IResourceErrorGroup |
XMLSchemaValidationHelper.validate(IReadableResource[] aSchemas,
IReadableResource aXML) |
static IResourceErrorGroup |
XMLSchemaValidationHelper.validate(IReadableResource[] aSchemas,
Source aXML) |
static IResourceErrorGroup |
XMLSchemaValidationHelper.validate(IReadableResource aSchema,
Source aXML) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
XMLLoggingExceptionCallback.getLogMessage(Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
static String |
XMLMaskHelper.getHTMLEntityReferenceString(char c)
Get the entity reference for the specified character.
|
String |
EXMLSerializeXMLDeclaration.getID() |
String |
EXMLSerializeVersion.getID() |
String |
EXMLSerializeIndent.getID() |
String |
EXMLSerializeDocType.getID() |
String |
EXMLSerializeComments.getID() |
String |
EXMLSerializeBracketMode.getID() |
String |
EXMLCharMode.getID() |
String |
XMLWriterSettings.getIndentationString() |
String |
IXMLWriterSettings.getIndentationString() |
String |
XMLWriterSettings.getNewLineString() |
String |
IXMLWriterSettings.getNewLineString() |
static String |
XMLMaskHelper.getXML10EntityReferenceString(char c)
Get the entity reference for the specified character.
|
static String |
XMLMaskHelper.getXML11EntityReferenceString(char c)
Get the entity reference for the specified character.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractXMLSerializer.NamespaceStack.addNamespaceMapping(String sPrefix,
String sNamespaceURI)
Add a new prefix-namespace URI mapping at the current stack level
|
abstract void |
EXMLIncorrectCharacterHandling.notifyOnInvalidXMLCharacter(String sText,
Set<Character> aInvalidChars)
Called in case XML data contains an invalid character
|
XMLWriterSettings |
XMLWriterSettings.setIndentationString(String sIndentationString) |
| Modifier and Type | Method and Description |
|---|---|
static XPathExpression |
XPathHelper.createNewXPathExpresion(NamespaceContext aNamespaceContext,
String sXPath)
Create a new XPath expression for evaluation using the default
XPathFactory. |
static XPathExpression |
XPathHelper.createNewXPathExpresion(String sXPath)
Create a new XPath expression for evaluatio using the default
XPathFactoryn. |
static XPathExpression |
XPathHelper.createNewXPathExpresion(XPathFunctionResolver aFunctionResolver,
String sXPath)
Create a new XPath expression for evaluation using the default
XPathFactory. |
static XPathExpression |
XPathHelper.createNewXPathExpresion(XPath aXPath,
String sXPath)
Create a new XPath expression for evaluation.
|
static XPathExpression |
XPathHelper.createNewXPathExpresion(XPathVariableResolver aVariableResolver,
String sXPath)
Create a new XPath expression for evaluation using the default
XPathFactory. |
static XPathExpression |
XPathHelper.createNewXPathExpresion(XPathVariableResolver aVariableResolver,
XPathFunctionResolver aFunctionResolver,
NamespaceContext aNamespaceContext,
String sXPath)
Create a new XPath expression for evaluation using the default
XPathFactory. |
static Object |
XPathExpressionHelper.evalXPath(XPath aXPath,
String sXPath,
Document aDoc,
QName aReturnType) |
Copyright © 2014–2016 Philip Helger. All rights reserved.