planetj.dataengine.display
Interface ITemplate

All Known Implementing Classes:
LayoutDisplayPropertyGroup

public interface ITemplate

This interface contains constants used by by the layout property group.


Field Summary
static String JSP_BODY
           
static String JSP_ERROR
           
static String JSP_FOOTER
           
static String JSP_HEADER
           
static String JSP_NAVIGATION_BAR
           
static String JSP_TEMPLATE
           
static String JSP_TOC
           
 

Field Detail

JSP_TEMPLATE

public static final String JSP_TEMPLATE
See Also:
Constant Field Values

JSP_HEADER

public static final String JSP_HEADER
See Also:
Constant Field Values

JSP_TOC

public static final String JSP_TOC
See Also:
Constant Field Values

JSP_BODY

public static final String JSP_BODY
See Also:
Constant Field Values

JSP_FOOTER

public static final String JSP_FOOTER
See Also:
Constant Field Values

JSP_NAVIGATION_BAR

public static final String JSP_NAVIGATION_BAR
See Also:
Constant Field Values

JSP_ERROR

public static final String JSP_ERROR
See Also:
Constant Field Values