atg.svc.ui.formhandlers
Interface FormHandlerConstants

All Known Implementing Classes:
ActivityDetailFormHandler, AgentTicketsSearchFormHandler, CustomerSearchFormHandler, FavoriteQueryFormHandler, FavoritesFormHandler, FrameworkBaseFormHandler, RatingFormHandler, RecentTicketsFormHandler, RecommendedReadingFormHandler, SearchAgentAllTicketsFormHandler, SearchAgentTicketsFormHandler, SearchBaseFormHandler, SearchFormHandler, ServiceFormHandler, SolutionSearchFormHandler, TicketActivityListFormHandler, TicketHistoryTableFormHandler, TicketingFormHandler, TicketSearchFormHandler, ToolbarFormHandler, TopicTreeFormHandler, UserOptionsFormHandler, ViewDocumentFormHandler

public interface FormHandlerConstants

Contains constants for use by form handlers and JSPs.


Field Summary
static java.lang.String CLASS_VERSION
           
static java.lang.String OPTIONS_ANSWER_DISPLAY
           
static java.lang.Integer OPTIONS_ANSWER_DISPLAY_CURRENT_WINDOW
           
static java.lang.Integer OPTIONS_ANSWER_DISPLAY_MULTIPLE_WINDOWS
           
static java.lang.Integer OPTIONS_ANSWER_DISPLAY_SINGLE_WINDOW
           
static java.lang.Integer OPTIONS_FILTER_BY_DOC_SET
           
static java.lang.Integer OPTIONS_FILTER_BY_FORMAT
           
static java.lang.Integer OPTIONS_FILTER_BY_SOURCE
           
static java.lang.Integer OPTIONS_FILTER_BY_TITLE
           
static java.lang.Integer OPTIONS_FILTER_OR_GROUPING_FILTER
           
static java.lang.Integer OPTIONS_FILTER_OR_GROUPING_GROUP
           
static java.lang.Integer OPTIONS_FILTER_OR_GROUPING_NONE
           
static java.lang.String OPTIONS_QUERY_LANGUAGE
           
static java.lang.String OPTIONS_RESULT_LANGUAGE
           
static java.lang.String OPTIONS_SHOW_ANSWERS_AS
           
static java.lang.Integer OPTIONS_SHOW_ANSWERS_BY_DOC
           
static java.lang.Integer OPTIONS_SHOW_ANSWERS_INDIVIDUAL
           
static java.lang.Integer OPTIONS_SHOW_FAQS_AS_QUESTIONS
           
static java.lang.Integer OPTIONS_SHOW_FAQS_AS_QUESTIONS_AND_ANSWERS
           
static java.lang.String PARAM_SITE_ID
           
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values

PARAM_SITE_ID

static final java.lang.String PARAM_SITE_ID
See Also:
Constant Field Values

OPTIONS_ANSWER_DISPLAY

static final java.lang.String OPTIONS_ANSWER_DISPLAY
See Also:
Constant Field Values

OPTIONS_SHOW_ANSWERS_AS

static final java.lang.String OPTIONS_SHOW_ANSWERS_AS
See Also:
Constant Field Values

OPTIONS_QUERY_LANGUAGE

static final java.lang.String OPTIONS_QUERY_LANGUAGE
See Also:
Constant Field Values

OPTIONS_RESULT_LANGUAGE

static final java.lang.String OPTIONS_RESULT_LANGUAGE
See Also:
Constant Field Values

OPTIONS_ANSWER_DISPLAY_CURRENT_WINDOW

static final java.lang.Integer OPTIONS_ANSWER_DISPLAY_CURRENT_WINDOW

OPTIONS_ANSWER_DISPLAY_SINGLE_WINDOW

static final java.lang.Integer OPTIONS_ANSWER_DISPLAY_SINGLE_WINDOW

OPTIONS_ANSWER_DISPLAY_MULTIPLE_WINDOWS

static final java.lang.Integer OPTIONS_ANSWER_DISPLAY_MULTIPLE_WINDOWS

OPTIONS_SHOW_ANSWERS_INDIVIDUAL

static final java.lang.Integer OPTIONS_SHOW_ANSWERS_INDIVIDUAL

OPTIONS_SHOW_ANSWERS_BY_DOC

static final java.lang.Integer OPTIONS_SHOW_ANSWERS_BY_DOC

OPTIONS_FILTER_OR_GROUPING_NONE

static final java.lang.Integer OPTIONS_FILTER_OR_GROUPING_NONE

OPTIONS_FILTER_OR_GROUPING_FILTER

static final java.lang.Integer OPTIONS_FILTER_OR_GROUPING_FILTER

OPTIONS_FILTER_OR_GROUPING_GROUP

static final java.lang.Integer OPTIONS_FILTER_OR_GROUPING_GROUP

OPTIONS_FILTER_BY_DOC_SET

static final java.lang.Integer OPTIONS_FILTER_BY_DOC_SET

OPTIONS_FILTER_BY_FORMAT

static final java.lang.Integer OPTIONS_FILTER_BY_FORMAT

OPTIONS_FILTER_BY_SOURCE

static final java.lang.Integer OPTIONS_FILTER_BY_SOURCE

OPTIONS_FILTER_BY_TITLE

static final java.lang.Integer OPTIONS_FILTER_BY_TITLE

OPTIONS_SHOW_FAQS_AS_QUESTIONS_AND_ANSWERS

static final java.lang.Integer OPTIONS_SHOW_FAQS_AS_QUESTIONS_AND_ANSWERS

OPTIONS_SHOW_FAQS_AS_QUESTIONS

static final java.lang.Integer OPTIONS_SHOW_FAQS_AS_QUESTIONS