Uses of Class
PBEFilter

Uses of PBEFilter in
 

Subclasses of PBEFilter in
 class PBEConvertFilter
          This filter converts to a give type.
 class PBEEmbedFilter
          This filter places the output within a particular HTML context.
 class PBEFormatFilter
          Description: PBEFormatFilter can be used to declare the input and output formats for values of common datatypes, such as date, time, timestamp, etc. For output a single format definition can be declared and for input one or more format definitions can be declared, according to which data conversion will take place. For example it is possible to allow various input formats for a single attribute, which can help making applications more flexible and as such more userfriendly. Event String Action Name: format Syntax: format( type, format_definition ) format( type, format_definition | format_definition ) format( type, format_definition | format_definition | ... ) Parameters type - specifies the type of input expected or the type data should be converted to before being output. Allowed values for type include date, datetime, decimal, float, money, time, timestamp. format_definition - one or more format definitions.
 class PBEMapFilter
          This action maps an internal to external representation.