JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
E
H
O
S
T
U
V
A
ac.simons.autolinker
- package ac.simons.autolinker
addLinks(String, Optional<String>)
- Method in class ac.simons.autolinker.
AutoLinkService
addLinks(String, Optional<String>, Class<? extends T>)
- Method in class ac.simons.autolinker.
AutoLinkService
Looks through a text with linkable stuff and applies all configured
AutoLinker
to this text.
addLinks(Document)
- Method in class ac.simons.autolinker.
AutoLinkService
A convenience method for adding links in an existing document.
AT_SIGNS
- Static variable in class ac.simons.autolinker.
EmailAddressAutoLinker
AutoLinker
- Interface in
ac.simons.autolinker
Defines something that can be detected inside a bunch of text node and turned into an html anchor tag.
AutoLinkService
- Class in
ac.simons.autolinker
AutoLinkService(List<AutoLinker>)
- Constructor for class ac.simons.autolinker.
AutoLinkService
C
createLinks(TextNode)
- Method in interface ac.simons.autolinker.
AutoLinker
Gets the content of
node
and tries to find linkable content.
createLinks(TextNode)
- Method in class ac.simons.autolinker.
EmailAddressAutoLinker
createLinks(TextNode)
- Method in class ac.simons.autolinker.
TwitterUserAutoLinker
createLinks(TextNode)
- Method in class ac.simons.autolinker.
UrlAutoLinker
E
EmailAddressAutoLinker
- Class in
ac.simons.autolinker
Turns valid ASCII email adresses into anchor text.
EmailAddressAutoLinker(boolean, boolean)
- Constructor for class ac.simons.autolinker.
EmailAddressAutoLinker
Instantiates a new email address autolinker.
H
hexEncodeEmailAddress(String)
- Method in class ac.simons.autolinker.
EmailAddressAutoLinker
Hex encodes an email addess, leaving the '@' intact.
O
obfuscateEmailAddress(String)
- Method in class ac.simons.autolinker.
EmailAddressAutoLinker
Obfuscates an email address. @ will be replaced throught " [AT] " and .
S
Strings
- Class in
ac.simons.autolinker
T
truncate(String, int)
- Static method in class ac.simons.autolinker.
Strings
truncate(String, int, Optional<String>)
- Static method in class ac.simons.autolinker.
Strings
Truncates the string
in
to a string with maximal
length
chars.
TwitterUserAutoLinker
- Class in
ac.simons.autolinker
Turns @mentions into anchor elements.
TwitterUserAutoLinker()
- Constructor for class ac.simons.autolinker.
TwitterUserAutoLinker
U
UrlAutoLinker
- Class in
ac.simons.autolinker
Turns all kinds of plain text urls into anchor elements.
UrlAutoLinker(int)
- Constructor for class ac.simons.autolinker.
UrlAutoLinker
Instantiate a new URL autolinker with a given maximum label length.
V
VALID_EMAIL_ADDRESS
- Static variable in class ac.simons.autolinker.
EmailAddressAutoLinker
VALID_EMAIL_ADRESS_ML
- Static variable in class ac.simons.autolinker.
EmailAddressAutoLinker
A
C
E
H
O
S
T
U
V
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2010–2016
michael-simons.eu
. All rights reserved.