j2ee: Generated Code: Details [9/20] Previous pageContentsNext page

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.

Previous pageContentsNext page