Serialized Form


Package net.sf.springlayout.web.controller

Class net.sf.springlayout.web.controller.NoSuchControllerMethodException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1747237324634530771L


Package net.sf.springlayout.web.layout

Class net.sf.springlayout.web.layout.LayoutFormConfigurationException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -2538240762850475523L


Package net.sf.springlayout.web.layout.servlet

Class net.sf.springlayout.web.layout.servlet.LayoutResourcesServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

file

FileProcessor file

Package net.sf.springlayout.web.layout.taglib

Class net.sf.springlayout.web.layout.taglib.AbstractFieldGroupTag extends AbstractHtmlInputAttributesTag implements Serializable

Serialized Fields

buttons

java.util.Collection<E> buttons

value

java.lang.String value

label

java.lang.String label

prefix

java.lang.String prefix

suffix

java.lang.String suffix

Class net.sf.springlayout.web.layout.taglib.AbstractFieldTag extends LayoutBindTag implements Serializable

Serialized Fields

output

java.lang.StringBuffer output

fieldInstance

OnPageFieldInstance fieldInstance

emptyDisplayString

java.lang.String emptyDisplayString

Class net.sf.springlayout.web.layout.taglib.AbstractFormTag extends org.springframework.web.servlet.tags.HtmlEscapingAwareTag implements Serializable

Serialized Fields

ctx

org.springframework.web.context.WebApplicationContext ctx

request

javax.servlet.http.HttpServletRequest request

output

java.lang.StringBuffer output

enctype

java.lang.String enctype

action

java.lang.String action

onPageFieldInstances

java.util.List<E> onPageFieldInstances

formEndJavascipt

java.lang.StringBuffer formEndJavascipt

Class net.sf.springlayout.web.layout.taglib.AbstractHtmlAttributesTag extends AbstractFieldTag implements Serializable

Serialized Fields

prependMap

java.util.Map<K,V> prependMap
The Map of attribute names to values which should be prepended when building the common htmlAttributes.


cssClass

java.lang.String cssClass
The value of the 'class' attribute.


cssErrorClass

java.lang.String cssErrorClass
The value of the 'class' attribute applied when an there is a validation error.


cssStyle

java.lang.String cssStyle
The value of the 'style' attribute.


lang

java.lang.String lang
The value of the 'lang' attribute.


title

java.lang.String title
The value of the 'title' attribute.


dir

java.lang.String dir
The value of the 'dir' attribute.


tabindex

java.lang.String tabindex
The value of the 'tabindex' attribute.


onclick

java.lang.String onclick
The value of the 'onclick' attribute.


onchange

java.lang.String onchange
The value of the 'onchange' attribute.


ondblclick

java.lang.String ondblclick
The value of the 'ondblclick' attribute.


onmousedown

java.lang.String onmousedown
The value of the 'onmousedown' attribute.


onmouseup

java.lang.String onmouseup
The value of the 'onmouseup' attribute.


onmouseover

java.lang.String onmouseover
The value of the 'onmouseover' attribute.


onmousemove

java.lang.String onmousemove
The value of the 'onmousemove' attribute.


onmouseout

java.lang.String onmouseout
The value of the 'onmouseout' attribute.


onkeypress

java.lang.String onkeypress
The value of the 'onkeypress' attribute.


onkeyup

java.lang.String onkeyup
The value of the 'onkeyup' attribute.


onkeydown

java.lang.String onkeydown
The value of the 'onkeydown' attribute.


mode

java.lang.String mode
The 'mode' which this tag should operated in. If unset will operate in Read or Edit depending on the value in the request parameter. If over-ridden here the tag will always function in the mode specified no matter what mode is requested by the page.

Class net.sf.springlayout.web.layout.taglib.AbstractHtmlInputAttributesTag extends AbstractHtmlAttributesTag implements Serializable

serialVersionUID: 439887239188710910L

Serialized Fields

onfocus

java.lang.String onfocus
The value of the 'onfocus' attribute.


onblur

java.lang.String onblur
The value of the 'onblur' attribute.


accesskey

java.lang.String accesskey
The value of the 'accesskey' attribute.


disabled

java.lang.String disabled
The value of the 'disabled' attribute.


helpMessage

java.lang.String helpMessage
String to use as context sensitive help for this control.


helpMessageKey

java.lang.String helpMessageKey
Internastionalizable message key to use when retrieving the help message for this control.

Class net.sf.springlayout.web.layout.taglib.AutoCompleteFieldTag extends AbstractHtmlInputAttributesTag implements Serializable

serialVersionUID: 6770277140854014151L

Serialized Fields

label

java.lang.String label

value

java.lang.String value

optionsTarget

java.lang.String optionsTarget

optionsTargetType

java.lang.String optionsTargetType

maxlength

java.lang.String maxlength
The value of the 'maxlength' attribute.


alt

java.lang.String alt
The value of the 'alt' attribute.


onselect

java.lang.String onselect
The value of the 'onselect' attribute.


type

java.lang.String type
The value of the 'type' attribute.


size

java.lang.String size
The value of the 'size' attribute.


readonly

java.lang.String readonly
The value of the 'readonly' attribute.


javascriptTypeValidation

java.lang.String javascriptTypeValidation
The value of the Javascript type validation to apply to this field.

Class net.sf.springlayout.web.layout.taglib.CheckBoxTag extends AbstractFieldGroupTag implements Serializable

serialVersionUID: -693961903471516269L

Class net.sf.springlayout.web.layout.taglib.CheckboxTrueFalseTag extends AbstractHtmlInputAttributesTag implements Serializable

serialVersionUID: -8166414520110645500L

Class net.sf.springlayout.web.layout.taglib.DataGridColumnTag extends org.springframework.web.servlet.tags.HtmlEscapingAwareTag implements Serializable

serialVersionUID: 1L

Serialized Fields

title

java.lang.String title
Title to apply to the head of this column.


titleKey

java.lang.String titleKey
Internastionalizable message key to use when retrieving the title for this column. Will only be used if a title is not present.


headerClass

java.lang.String headerClass
CSS Class applied to the 'th' at the top of this column.


cellClass

java.lang.String cellClass
CSS Class applied to each 'td' in this column.


headerColspan

java.lang.String headerColspan

Class net.sf.springlayout.web.layout.taglib.DataGridRemoveColumnTag extends DataGridColumnTag implements Serializable

serialVersionUID: -6790491455073855577L

Serialized Fields

type

java.lang.String type
Determines whether this Remove control is a link or a button. Valid values are 'link' or 'button'.


removeControlTitle

java.lang.String removeControlTitle
The text which will appear on the removeControl.


removeControlTitleKey

java.lang.String removeControlTitleKey
Internastionalizable message key to use when retrieving the title for the 'add' button. Will only be used if an removeControlTitle is not present.


removeControlClass

java.lang.String removeControlClass
CSS Class which will be applied to the 'add' button for this grid.


cancelControlTitle

java.lang.String cancelControlTitle
The text which will appear on the cancelControl.


cancelControlTitleKey

java.lang.String cancelControlTitleKey
Internastionalizable message key to use when retrieving the title for the 'add' button. Will only be used if an cancelControlTitle is not present.


cancelControlClass

java.lang.String cancelControlClass
CSS Class which will be applied to the 'add' button for this grid.

Class net.sf.springlayout.web.layout.taglib.DataGridTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: -5735925709925672588L

Serialized Fields

iterator

java.util.Iterator<E> iterator

current

java.lang.Object current

isEvaluatingHead

boolean isEvaluatingHead

isEvaluatingEmptyContent

boolean isEvaluatingEmptyContent

index

int index

columnCount

int columnCount

requestContext

org.springframework.web.servlet.support.RequestContext requestContext

items

java.lang.Object items

gridId

java.lang.String gridId
ID given the the HTML table this grid generates.


path

java.lang.String path
Path to the Collection in the command object which this grid will iterate through. Can be any type of Collection, Map or Array but must be contained in the current command object.


cssStyle

java.lang.String cssStyle
HTML passthrough equivelent to 'style' applied to the table this grid generates.


cssClass

java.lang.String cssClass
CSS Class applierd to the HTML table this grid generates.


headerClass

java.lang.String headerClass
CSS Class applied to the 'tr' this grid generates for the header row.


footerRowClass

java.lang.String footerRowClass
CSS Class applied to the 'tr' for the final, footer row


footerCellClass

java.lang.String footerCellClass
CSS Class applied to the 'td' for the final, footer cell. this cell will have a colspan equal to the number of columns in the table.


addButtonTitle

java.lang.String addButtonTitle
The text which will appear on the 'add' button.


addButtonTitleKey

java.lang.String addButtonTitleKey
Internastionalizable message key to use when retrieving the title for the 'add' button. Will only be used if an addButtonTitle is not present.


addButtonClass

java.lang.String addButtonClass
CSS Class which will be applied to the 'add' button for this grid.


cancelButtonTitle

java.lang.String cancelButtonTitle
The text which will appear on the 'add' button.


cancelButtonTitleKey

java.lang.String cancelButtonTitleKey
Internastionalizable message key to use when retrieving the title for the 'cancel' button. Will only be used if an cancelButtonTitle is not present.


cancelButtonClass

java.lang.String cancelButtonClass
CSS Class which will be applied to the 'cancel' button for this grid.


emptyMessageKey

java.lang.String emptyMessageKey
key used to retrieve the message to display if the list to iterate through is empty.


maintainUniqueSelectPaths

java.lang.String maintainUniqueSelectPaths
Enforce that select controls identified by this comma separated list of paths maintain uniqueness across the grid.


addRowCallback

java.lang.String addRowCallback
A function pointer to call after the row is added should take the parameters (table, row)


removeRowCallback

java.lang.String removeRowCallback
A function pointer to call after the row is disabled should take the parameters (table, row)

Class net.sf.springlayout.web.layout.taglib.DateFieldTag extends InputFieldTag implements Serializable

serialVersionUID: 7966433596363629518L

Serialized Fields

validate

boolean validate

minimumDate

java.util.Calendar minimumDate

maximumDate

java.util.Calendar maximumDate

defaultDate

java.util.Calendar defaultDate

dateFormatter

java.text.SimpleDateFormat dateFormatter

Class net.sf.springlayout.web.layout.taglib.DisplayTag extends AbstractHtmlAttributesTag implements Serializable

serialVersionUID: -245626102096623455L

Serialized Fields

saveFieldValue

java.lang.Boolean saveFieldValue

Class net.sf.springlayout.web.layout.taglib.ErrorsTag extends org.springframework.web.servlet.tags.HtmlEscapingAwareTag implements Serializable

serialVersionUID: 8041505133654275578L

Serialized Fields

path

java.lang.String path

Class net.sf.springlayout.web.layout.taglib.FieldLabelTag extends AbstractHtmlAttributesTag implements Serializable

serialVersionUID: -4739903392228501053L

Serialized Fields

suffix

java.lang.String suffix

value

java.lang.String value

Class net.sf.springlayout.web.layout.taglib.ForEachErrorTag extends org.springframework.web.servlet.tags.HtmlEscapingAwareTag implements Serializable

serialVersionUID: 8041505133654275578L

Serialized Fields

path

java.lang.String path

errors

java.lang.String[] errors

status

org.springframework.web.servlet.support.BindStatus status

index

int index

var

java.lang.String var

Class net.sf.springlayout.web.layout.taglib.ForEachMessageTag extends org.springframework.web.servlet.tags.HtmlEscapingAwareTag implements Serializable

serialVersionUID: 8041505133654275578L

Serialized Fields

messages

java.util.List<E> messages

index

int index

var

java.lang.String var

Class net.sf.springlayout.web.layout.taglib.FormTag extends AbstractFormTag implements Serializable

serialVersionUID: -1440738102628543789L

Serialized Fields

form

Form form

formBeanName

java.lang.String formBeanName

Class net.sf.springlayout.web.layout.taglib.InputFieldTag extends AbstractHtmlInputAttributesTag implements Serializable

serialVersionUID: 6770277140854014151L

Serialized Fields

maxlength

java.lang.String maxlength
The value of the 'maxlength' attribute.


alt

java.lang.String alt
The value of the 'alt' attribute.


onselect

java.lang.String onselect
The value of the 'onselect' attribute.


type

java.lang.String type
The value of the 'type' attribute.


size

java.lang.String size
The value of the 'size' attribute.


readonly

java.lang.String readonly
The value of the 'readonly' attribute.

Class net.sf.springlayout.web.layout.taglib.LayoutBindTag extends org.springframework.web.servlet.tags.HtmlEscapingAwareTag implements Serializable

serialVersionUID: 3891575654883880567L

Serialized Fields

log

org.apache.commons.logging.Log log

path

java.lang.String path
Name of the exposed variable within the scope of this tag: "status".


ignoreNestedPath

boolean ignoreNestedPath

status

org.springframework.web.servlet.support.BindStatus status

previousStatus

java.lang.Object previousStatus

pathIfNestedNull

java.lang.String pathIfNestedNull
Added as a way of returning the resolved path in the case of a nested null value in the object graph (AB).

Class net.sf.springlayout.web.layout.taglib.LayoutConfigTag extends org.springframework.web.servlet.tags.HtmlEscapingAwareTag implements Serializable

serialVersionUID: 8041505133654275578L

Serialized Fields

log

org.apache.commons.logging.Log log

showLoadingMessage

boolean showLoadingMessage

output

java.lang.StringBuffer output

Class net.sf.springlayout.web.layout.taglib.MultiPanelFormTag extends AbstractFormTag implements Serializable

serialVersionUID: -1440738102628543789L

Serialized Fields

log

org.apache.commons.logging.Log log

panelFormGroupBeanName

java.lang.String panelFormGroupBeanName

panelFormGroup

PanelFormGroup panelFormGroup

currentPanelFormBeanName

java.lang.String currentPanelFormBeanName

commandName

java.lang.String commandName

currentPanel

PanelForm currentPanel

panelTabRendererBeanName

java.lang.String panelTabRendererBeanName

panelTabRenderer

PanelTabRenderer panelTabRenderer

panelFooterRendererBeanName

java.lang.String panelFooterRendererBeanName

panelFooterRenderer

PanelFooterRenderer panelFooterRenderer

errors

org.springframework.validation.Errors errors

Class net.sf.springlayout.web.layout.taglib.OptionsTag extends org.springframework.web.servlet.tags.RequestContextAwareTag implements Serializable

serialVersionUID: -4755586781525798636L

Serialized Fields

items

java.util.List<E> items

label

java.lang.String label

value

java.lang.String value

defaultLabel

java.lang.String defaultLabel

defaultValue

java.lang.String defaultValue

defaultLabelKey

java.lang.String defaultLabelKey

emptyDisplayString

java.lang.String emptyDisplayString

Class net.sf.springlayout.web.layout.taglib.PageErrorTag extends org.springframework.web.servlet.tags.HtmlEscapingAwareTag implements Serializable

serialVersionUID: 8041505133654275578L

Serialized Fields

path

java.lang.String path

output

java.lang.StringBuffer output

Class net.sf.springlayout.web.layout.taglib.RadioButtonsTag extends AbstractFieldGroupTag implements Serializable

serialVersionUID: 731352634882163875L

Class net.sf.springlayout.web.layout.taglib.SelectFieldTag extends AbstractHtmlInputAttributesTag implements Serializable

serialVersionUID: 7467496269381187929L

Serialized Fields

multiple

java.lang.Boolean multiple

selectedValues

java.util.List<E> selectedValues

size

java.lang.Integer size

Class net.sf.springlayout.web.layout.taglib.SwapCommandObjectTag extends org.springframework.web.servlet.tags.RequestContextAwareTag implements Serializable

serialVersionUID: -6764020361891218141L

Serialized Fields

controllerBeanName

java.lang.String controllerBeanName

Class net.sf.springlayout.web.layout.taglib.TextAreaFieldTag extends AbstractHtmlInputAttributesTag implements Serializable

serialVersionUID: 2697106904423979598L

Serialized Fields

rows

java.lang.String rows
The value of the 'rows' attribute.


cols

java.lang.String cols
The value of the 'cols' attribute.


onselect

java.lang.String onselect
The value of the 'onselect' attribute.


maxlength

java.lang.String maxlength
The value of the 'maxlength' attribute.


alt

java.lang.String alt
The value of the 'alt' attribute.


readonly

java.lang.String readonly
The value of the 'readonly' attribute.


Package net.sf.springlayout.web.security

Class net.sf.springlayout.web.security.AccessDeniedException extends org.springframework.core.NestedRuntimeException implements Serializable

serialVersionUID: -5628199347459707011L


Package net.sf.springlayout.web.security.taglib

Class net.sf.springlayout.web.security.taglib.HasPageFunctionTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 8723436265463875824L

Serialized Fields

functionName

java.lang.String functionName

state

java.lang.String state

Class net.sf.springlayout.web.security.taglib.IfEditModeTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -7916920417949121441L

Class net.sf.springlayout.web.security.taglib.IfReadModeTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -3050322283489134489L


Package net.sf.springlayout.web.validator.condition

Class net.sf.springlayout.web.validator.condition.AbstractBooleanCondition extends java.lang.Object implements Serializable

Serialized Fields

conditionList

java.util.List<E> conditionList

operator

java.lang.String operator

Class net.sf.springlayout.web.validator.condition.AndCondition extends AbstractBooleanCondition implements Serializable

serialVersionUID: 4821002805906349405L

Class net.sf.springlayout.web.validator.condition.OrCondition extends AbstractBooleanCondition implements Serializable

serialVersionUID: 4821002805906349405L

Class net.sf.springlayout.web.validator.condition.PathBasedCondition extends java.lang.Object implements Serializable

serialVersionUID: -3222010750671830901L

Serialized Fields

path

java.lang.String path

operator

java.lang.String operator
Represents the evaluation condition for comparison. Valid values are:


value

java.lang.String value

onThisForm

boolean onThisForm



Copyright © 2005-2007 Spring Layout Team. All Rights Reserved.