Klasse HtmlOutputType
java.lang.Object
org.apache.torque.generator.control.outputtype.HtmlOutputType
- Alle implementierten Schnittstellen:
OutputType
The output type for HTML output.
- Version:
- $Id: $
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetCommentEnd
(String lineBreak) Returns the end of a comment.getCommentStart
(String lineBreak) Returns the start of a comment.
-
Felddetails
-
KEY
The unique key of the output type.- Siehe auch:
-
-
Konstruktordetails
-
HtmlOutputType
public HtmlOutputType()
-
-
Methodendetails
-
getCommentStart
Returns the start of a comment. It is assumed that the comment itself does not contain line breaks.- Angegeben von:
getCommentStart
in SchnittstelleOutputType
- Parameter:
lineBreak
- the line break for the current output, not null.- Gibt zurück:
- the String which starts a comment, not null.
-
getCommentEnd
Returns the end of a comment. It is assumed that the comment itself does not contain line breaks.- Angegeben von:
getCommentEnd
in SchnittstelleOutputType
- Parameter:
lineBreak
- the line break for the current output, not null.- Gibt zurück:
- the String which starts a comment, not null.
-