Package com.raritantechnologies.utils.filter

Contains interfaces and classes for configurable String and java.util.Map filtering.

See:
          Description

Interface Summary
IMapFilter Base interface for objects that can modify a java.util.Map.
IStreamFilter Interface for objects that can create a Java String from a java.io.InputStream.
IStringFilter Interface for objects that can modify java Strings.
 

Class Summary
Base64DecoderFilter Uses Axis Base64 package to Base64 decode a string or InputStream or IResult field.
Base64EncoderFilter Uses Axis Base64 package to Base64 encode a string or InputStream or IResult field.
BasicStringFilter Performs basic string formatting operations like substring, toUpperCase, toLowerCase etc...
ConcatenateFilter Can prepend and or append a fixed string to the input string.
DateStringFilter Performs date formatting on an input string.
DelimitedFieldMapFilter Implementation of IMapFilter that splits a java.util.Map field value on a delimiter and creates new sequentially numbered map fields from the delimited values.
DESCipherFilter Encrypts or Decrypts sequence of bytes using DES encryption.
DocumentContentHandlerStringFilter StringFilter that uses an IDocumentContentHandler to transform a String to a document content.
DynamicStringFilter Applies a string filtering operation dependent on some session and/or user parameter or on the property of the string (using an IComparator ).
EntityDecoderStringFilter Applies EntityDecoder.decode( ) operation to target string.
EntityEncoderStringFilter Applies EntityEncoder.encode( ) operation to target string.
ExcerptStringFilter  
ExternalProcessStringFilter Uses an external Runtime command process to process a command line.
HashFilter Filters a string by converting it into a java.security.MessageDigest Hash.
ImportFilesStringFilter String Filter that can prepend and/or append to a target string.
IntegerIncrementFilter String Filter that assumes an Integer input value and adds a fixed value to it.
LookupStringFilter StringFilter that uses an RTI SearchSource to lookup a value from the input string.
ProgramStringFilter Performs string formatting operations using a program defined in either an external file or embedded in the XML.
RegExprStringFilter Filters a string by applying a regular expression match / replace to the input string.
RemoveTagsStringFilter Removes all HTML or XML Tags.
RemoveTokensStringFilter Configurable String Filter that removes one or more substring tokens from the target string.
ReplaceStringFilter Configurable String Filter that replaces a substring token in the target string.
ReplaceSubstringFilter Configurable String Filter that replaces a substring token in the target string.
SearchStringFilter A StringFilter that performs a search using an RTI SearchSource and then formats the results using an IDisplayFormRenderer.
SelectingStringFilter Applies StringFilter operation IFF the contained IComparator matches the target string.
SequentialStringFilter Applies one or more StringFilter operations in sequence using a set of nested StringFilters.
SessionDataFilter Replaces a pattern string with the value of something cached in session data.
StringFilter Velocity tool that wraps an IStringFilter.
StringFilterFileProcessor Command-line program that uses an IStringFilter to filter a set of files.
StringFilterMapFilter Implements IMapFilter by applying one or more IStringFilters to the map field values.
SystemObjectStringFilter Enables a StringFilter configuration to be reused by name.
URLContentFilter Replaces a URL String with the contents of the URL.
URLDecoderStringFilter Applies java.net.URLDecoder.decode( ) operation to target string.
URLEncoderStringFilter Applies java.net.URLEncoder.encode( ) operation to target string.
URLPDFFilter Uses PDF extraction package to transform a PDF URL into a text stream (either html or plain text).
ValueMapFilter StringFilter implementation that uses a java.util.Map to replace an entire input string with a mapped replacement.
XMLResultProcessorFilter Transforms an XML String into an XMLResultSet and then renders the result set using an com.raritantechnologies.taglibrary.IDisplayFormRenderer.
 

Package com.raritantechnologies.utils.filter Description

Contains interfaces and classes for configurable String and java.util.Map filtering.