SE452: Generated Code: Details [15/16] ![]() ![]() ![]() |
The generated code is in the format:
import package.name;
class _jsp XXX extends SuperClass {
<Declaration Section>
public void _jspService(...) {
<Implicit Objects Section>
<Main Section>
}
}
A declaration: Verbatim copy to the <Declaration Section>
Template data: Statement fragment in the <Main Section>
A scriptlet: Verbatim copy to the <Main Section>
An expression: Statement in the <Main Section>
An action: Statement fragment in the <Main Section> to declare and create objects, and invoke the action handler.