Constant Field Values


Contents
com.opensymphony.*

com.opensymphony.webwork.ServletActionContext
public static final String WEBWORK_VALUESTACK_KEY "webwork.valueStack"

com.opensymphony.webwork.WebWorkStatics
public static final String HTTP_REQUEST "com.opensymphony.xwork.dispatcher.HttpServletRequest"
public static final String HTTP_RESPONSE "com.opensymphony.xwork.dispatcher.HttpServletResponse"
public static final String PAGE_CONTEXT "com.opensymphony.xwork.dispatcher.PageContext"
public static final String SERLVET_DISPATCHER "com.opensymphony.xwork.dispatcher.ServletDispatcher"
public static final String SERVLET_CONFIG "com.opensymphony.xwork.dispatcher.ServletConfig"
public static final String SERVLET_DISPATCHER "com.opensymphony.xwork.dispatcher.ServletDispatcher"

com.opensymphony.webwork.dispatcher.HttpHeaderResult
public static final String DEFAULT_PARAM "status"

com.opensymphony.webwork.dispatcher.WebWorkResultSupport
public static final String DEFAULT_PARAM "location"

com.opensymphony.webwork.interceptor.ExecuteAndWaitInterceptor
public static final String KEY "__execWait"

com.opensymphony.webwork.interceptor.TokenInterceptor
public static final String INVALID_TOKEN_CODE "invalid.token"

com.opensymphony.webwork.util.AttributeMap
protected static final String UNSUPPORTED "method makes no sense for a simplified map"

com.opensymphony.webwork.util.TokenHelper
public static final String DEFAULT_TOKEN_NAME "webwork.token"
public static final String TOKEN_NAME_FIELD "webwork.token.name"

com.opensymphony.webwork.views.freemarker.FreemarkerManager
public static final String CONFIG_SERVLET_CONTEXT_KEY "freemarker.Configuration"
public static final String KEY_ACTION "action"
public static final String KEY_APPLICATION "Application"
public static final String KEY_EXCEPTION "exception"
public static final String KEY_JSP_TAGLIBS "JspTaglibs"
public static final String KEY_OGNL "ognl"
public static final String KEY_REQUEST "req"
public static final String KEY_REQUEST_MODEL "Request"
public static final String KEY_RESPONSE "res"
public static final String KEY_SESSION_MODEL "Session"
public static final String KEY_STACK "stack"
public static final String KEY_UTIL "wwUtil"
public static final String KEY_WEBWORK "webwork"

com.opensymphony.webwork.views.jasperreports.JasperReportConstants
public static final String FORMAT_CSV "CSV"
public static final String FORMAT_HTML "HTML"
public static final String FORMAT_PDF "PDF"
public static final String FORMAT_XLS "XLS"
public static final String FORMAT_XML "XML"

com.opensymphony.webwork.views.jsp.IfTag
public static final String ANSWER "webwork.if.answer"

com.opensymphony.webwork.views.jsp.URLTag
public static final String ALL "all"
public static final String GET "get"
public static final String NONE "none"

com.opensymphony.webwork.views.jsp.ui.CheckboxListTag
public static final String TEMPLATE "checkboxlist"

com.opensymphony.webwork.views.jsp.ui.CheckboxTag
public static final String TEMPLATE "checkbox"

com.opensymphony.webwork.views.jsp.ui.ComboBoxTag
public static final String TEMPLATE "combobox"

com.opensymphony.webwork.views.jsp.ui.DoubleSelectTag
public static final String TEMPLATE "doubleselect"

com.opensymphony.webwork.views.jsp.ui.FileTag
public static final String TEMPLATE "file"

com.opensymphony.webwork.views.jsp.ui.FormTag
public static final String OPEN_TEMPLATE "form"
public static final String TEMPLATE "form-close"

com.opensymphony.webwork.views.jsp.ui.HiddenTag
public static final String TEMPLATE "hidden"

com.opensymphony.webwork.views.jsp.ui.LabelTag
public static final String TEMPLATE "label"

com.opensymphony.webwork.views.jsp.ui.PasswordTag
public static final String TEMPLATE "password"

com.opensymphony.webwork.views.jsp.ui.RadioTag
public static final String TEMPLATE "radiomap"

com.opensymphony.webwork.views.jsp.ui.SelectTag
public static final String TEMPLATE "select"

com.opensymphony.webwork.views.jsp.ui.SubmitTag
public static final String TEMPLATE "submit"

com.opensymphony.webwork.views.jsp.ui.TextareaTag
public static final String TEMPLATE "textarea"

com.opensymphony.webwork.views.jsp.ui.TextFieldTag
public static final String TEMPLATE "text"

com.opensymphony.webwork.views.jsp.ui.TokenTag
public static final String TEMPLATE "token"

com.opensymphony.webwork.views.jsp.ui.table.SortableTableModel
public static final String ASC "ASC"
public static final String DESC "DESC"
public static final String NONE "NONE"

com.opensymphony.webwork.views.jsp.ui.table.WebTable
public static final String TEMPLATE "table"

com.opensymphony.webwork.views.jsp.ui.table.WebTable.WebTableRowIterator
public static final int FORMATTED_DATA 0
public static final int RAW_DATA 1

com.opensymphony.webwork.views.jsp.ui.template.TemplateEngineManager
public static final String DEFAULT_TEMPLATE_TYPE_CONFIG_KEY "webwork.ui.templateSuffix"

com.opensymphony.webwork.views.util.TextUtil
protected static final int MAX_LENGTH 300

com.opensymphony.webwork.views.velocity.AbstractTagDirective
public static final String VELOCITY_WRITER "com.opensymphony.webwork.views.velocity.AbstractTagDirective.VELOCITY_WRITER"

com.opensymphony.webwork.views.velocity.VelocityManager
public static final String ACTION "action"
public static final String OGNL "ognl"
public static final String PARENT "parent"
public static final String REQUEST "req"
public static final String RESPONSE "res"
public static final String STACK "stack"
public static final String TAG "tag"
public static final String WEBWORK "webwork"

com.opensymphony.webwork.views.xslt.XSLTResult
public static final String DEFAULT_PARAM "location"


WebWork Project Page