Package com.jk.web
Interface JKWebConstants
public interface JKWebConstants
This interface contains constant values related to web functionality.
- Version:
- 1.0
- Author:
- Dr. Jalal H. Kiswani
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Represents the attribute name for confirming a view.static final String
Represents the attribute name for HTML contents.static final String
Represents the parameter name for converting content to PDF.static final String
Represents the parameter name for printing a view within a dialog.static final String
Represents the attribute name for printing a view.
-
Field Details
-
PARAMTER_CONVERT_TO_PDF
Represents the parameter name for converting content to PDF.- See Also:
-
CONFIRM_VIEW
Represents the attribute name for confirming a view.- See Also:
-
PRINT_VIEW
Represents the attribute name for printing a view.- See Also:
-
PARAMTER_PRINT_VIEW_IN_DIALOG
Represents the parameter name for printing a view within a dialog.- See Also:
-
HTML_CONTENTS
Represents the attribute name for HTML contents.- See Also:
-