API Overview
API Index
Package Overview
Direct link to this page
JavaOnTracks 0.1.2
net.jot.web.view.
JOTPatternReplacer
View Source
Author(s)
tcolar
Since
Version
Serial
Hierarchy
Object
JOTPatternReplacer
Implements
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
class JOTPatternReplacer
Generic "Replacer" Object, that is used to define a replacement pattern.
Generic "Replacer" Object, that is used to define a replacement pattern.
This is an utility object used by text parsers
See also:
Constructors
public
JOTPatternReplacer
(
String
open,
String
close)
public
JOTPatternReplacer
(
String
open,
String
close,
String
head,
String
tail)
Methods
Hide/Show inherited methods
public
String
getClose
()
public
int
getEncoding
()
public
String
getHead
()
public
String
getOpen
()
public
String
getTail
()
public
boolean
isEncodeContent
()
public
boolean
isLineBreaks
()
public
boolean
isParseContent
()
public
boolean
isRemoveContent
()
public
void
setClose
(
String
close)
public
void
setEncodeContent
(
boolean
encodeContent)
public
void
setEncoding
(
int
encoding)
public
void
setHead
(
String
head)
public
void
setLineBreaks
(
boolean
lineBreaks)
public
void
setOpen
(
String
open)
public
void
setParseContent
(
boolean
parseContent)
public
void
setRemoveContent
(
boolean
removeContent)
public
void
setTail
(
String
tail)
Fields
Hide/Show inherited fields
public
final
static
int
AUTOMATIC
= "-1"
pack-private
String
close
pack-private
boolean
encodeContent
pack-private
int
encoding
pack-private
String
head
pack-private
boolean
lineBreaks
pack-private
String
open
pack-private
boolean
parseContent
pack-private
boolean
removeContent
pack-private
String
tail
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.5 ©Thibaut Colar