Klasse VelocityTemplateFilter
java.lang.Object
org.apache.torque.generator.template.velocity.VelocityTemplateFilter
- Alle implementierten Schnittstellen:
TemplateFilter
A Filter for velocity templates. It has the effect of beautifying the output
of the velocity outlet.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfilter
(InputStream resource, String encoding) This method filters the template and replaces some unwanted characters.
-
Konstruktordetails
-
VelocityTemplateFilter
public VelocityTemplateFilter()
-
-
Methodendetails
-
filter
This method filters the template and replaces some unwanted characters. For example it removes leading spaces in front of velocity commands and replaces tabs with spaces to prevent bounces in different code editors with different tab-width-setting.- Angegeben von:
filter
in SchnittstelleTemplateFilter
- Parameter:
resource
- the input stream to filter.encoding
- the encoding to use, or null for the system encoding.- Gibt zurück:
- the filtered input stream.
- Löst aus:
IOException
- if creating, reading or writing to a stream fails.
-