|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TemplateConstants
Define the constants used by the template tags. Mostly these are the
names used to store objects into the ServletRequest. These
objects are used during the process of generating a page with a template.
| Field Summary | |
|---|---|
static String |
TEMPLATE_ATTRIBUTES
This is the name of a HashMap containing all of the
attributes. |
static String |
TEMPLATE_SECTIONS
This is the name of a HashMap containing all of the
sections. |
| Field Detail |
|---|
static final String TEMPLATE_ATTRIBUTES
HashMap containing all of the
attributes. The HashMap will be stored in the
ServletRequest.
static final String TEMPLATE_SECTIONS
HashMap containing all of the
sections. The HashMap will be stored in the
ServletRequest.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||