Serialized Form


Package org.apache.beehive.netui.compiler.model

Class NoWebInfDirectoryException extends Exception implements Serializable


Package org.apache.beehive.netui.databinding.datagrid.api.exceptions

Class CellDecoratorException extends RuntimeException implements Serializable

Class DataGridExtensionException extends RuntimeException implements Serializable

Class IllegalFilterException extends RuntimeException implements Serializable


Package org.apache.beehive.netui.pageflow

Class ActionNotFoundException extends PageFlowException implements Serializable

Serialized Fields

_form

Object _form

Class AutoRegisterActionServlet extends ActionServlet implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Throws:
IOException
Serialized Fields

_registeredModules

Map<K,V> _registeredModules
Map of module-path to ModuleConfig


_configParams

Map<K,V> _configParams

_moduleConfigLocators

AutoRegisterActionServlet.ModuleConfigLocator[] _moduleConfigLocators

Class ControlFieldInitializationException extends PageFlowManagedObjectException implements Serializable

Serialized Fields

_fieldName

String _fieldName

Class DoubleSubmitException extends PageFlowException implements Serializable

Class DynaFormData extends DynaValidatorForm implements Serializable

Class DynamicSubappActionServlet extends PageFlowActionServlet implements Serializable

Class EmptyNestingStackException extends PageFlowException implements Serializable

Class ExpressionMessage extends ActionMessage implements Serializable

Class FacesBackingBean extends PageFlowManagedObject implements Serializable

Serialized Fields

_pageInputs

Map<K,V> _pageInputs

Class FlowController extends PageFlowManagedObject implements Serializable

Class FormData extends ValidatorForm implements Serializable

Class Forward extends ActionForward implements Serializable

Serialized Fields

_outputForms

List<E> _outputForms

_isNestedReturn

boolean _isNestedReturn

_init

boolean _init

_mappingPath

String _mappingPath

_queryString

StringBuilder _queryString

_explicitPath

boolean _explicitPath

_returnFormType

String _returnFormType

_actionOutputs

Map<K,V> _actionOutputs

_returnToType

int _returnToType

_redirectSpecifiedOnAnnotation

boolean _redirectSpecifiedOnAnnotation

_redirectSetThroughMethod

boolean _redirectSetThroughMethod

_restoreQueryString

boolean _restoreQueryString

_externalRedirect

boolean _externalRedirect

_altModuleConfig

ModuleConfig _altModuleConfig
An alternate ModuleConfig from which to resolve forwards if they are not resolved from the stored ActionMapping (and its stored ModuleConfig).

Class GlobalApp extends SharedFlowController implements Serializable

Class IllegalActionOutputException extends PageFlowException implements Serializable

Serialized Fields

_forwardName

String _forwardName

_actionOutputName

String _actionOutputName

Class IllegalOutputFormException extends PageFlowException implements Serializable

Serialized Fields

_forwardName

String _forwardName

_outputFormType

String _outputFormType

Class IllegalOutputFormTypeException extends IllegalOutputFormException implements Serializable

Serialized Fields

_requiredType

String _requiredType

Class IllegalPageInputException extends IllegalActionOutputException implements Serializable

Class IllegalRedirectOutputFormException extends IllegalOutputFormException implements Serializable

Class InfiniteReturnToActionException extends PageFlowException implements Serializable

Class LoginExpiredException extends NotLoggedInException implements Serializable

Class MismatchedActionOutputException extends PageFlowException implements Serializable

Serialized Fields

_actionOutputName

String _actionOutputName

_expectedType

String _expectedType

_actualType

String _actualType

_forwardName

String _forwardName

Class MismatchedPageInputException extends MismatchedActionOutputException implements Serializable

Class MissingActionOutputException extends PageFlowException implements Serializable

Serialized Fields

_actionOutputName

String _actionOutputName

_forwardName

String _forwardName

Class MissingPageInputException extends MissingActionOutputException implements Serializable

Class NoCurrentPageFlowException extends ReturnToException implements Serializable

Class NoMatchingActionMethodException extends PageFlowException implements Serializable

Serialized Fields

_formClassName

String _formClassName

Class NoPreviousActionException extends ReturnToException implements Serializable

Class NoPreviousPageException extends ReturnToException implements Serializable

Class NotLoggedInException extends PageFlowException implements Serializable

Class PageFlowActionServlet extends AutoRegisterActionServlet implements Serializable

Serialized Fields

_handlers

Handlers _handlers

Class PageFlowActionServlet.DefaultModuleConfigLocator extends Object implements Serializable

Class PageFlowActionServlet.LegacyModuleConfigLocator extends PageFlowActionServlet.DefaultModuleConfigLocator implements Serializable

Class PageFlowController extends FlowController implements Serializable

Serialized Fields

_previousPageInfo

PreviousPageInfo _previousPageInfo
A 'return-to="page"' forward brings the user back to the previous page. This object stores information about the current state of affairs, such as the origin URI and its ActionForm.


_currentPageInfo

PreviousPageInfo _currentPageInfo

_previousActionInfo

PreviousActionInfo _previousActionInfo
A 'return-to="action"' forward reruns the previous action. This object stores the previous action URI and its ActionForm.


_isOnNestingStack

boolean _isOnNestingStack

_returnActionViewRenderer

ViewRenderer _returnActionViewRenderer

Class PageFlowException extends PageFlowManagedObjectException implements Serializable

Serialized Fields

_actionName

String _actionName

Class PageFlowManagedObject extends Object implements Serializable

Class PageFlowManagedObjectException extends RuntimeException implements Serializable

Serialized Fields

_managedObject

PageFlowManagedObject _managedObject

_messageKeyPrefix

String _messageKeyPrefix

Class PageFlowRequestProcessor extends TilesRequestProcessor implements Serializable

Serialized Fields

_formBeanClasses

Map<K,V> _formBeanClasses

_overloadedActions

Map<K,V> _overloadedActions

_servletContainerAdapter

ServletContainerAdapter _servletContainerAdapter

_handlers

Handlers _handlers

_flowControllerFactory

FlowControllerFactory _flowControllerFactory

_legacySettings

LegacySettings _legacySettings

_pageServletClasses

ConcurrentHashMap<K,V> _pageServletClasses

_pageServletFilter

PageFlowPageFilter _pageServletFilter

Class PageFlowRequestProcessor.ExceptionHandledActionMapping extends ActionMapping implements Serializable

Serialized Fields

_fwd

ActionForward _fwd

Class PageFlowStack extends Object implements Serializable

Serialized Fields

_stack

Stack<E> _stack

Class PageFlowStack.PushedPageFlow extends Object implements Serializable

Serialized Fields

_pageFlow

PageFlowController _pageFlow

_interceptor

ActionInterceptor _interceptor

_interceptedForward

InterceptorForward _interceptedForward

_interceptedActionName

String _interceptedActionName

Class PreviousActionInfo extends Object implements Serializable

Serialized Fields

_form

ActionForm _form

_actionURI

String _actionURI

_queryString

String _queryString

Class PreviousPageInfo extends Object implements Serializable

Serialized Fields

_forward

ActionForward _forward

_form

ActionForm _form

_mappingPath

String _mappingPath

_clientState

Object _clientState

Class SessionExpiredException extends PageFlowException implements Serializable

Serialized Fields

_effect

PageFlowException _effect

Class SharedFlowController extends FlowController implements Serializable

Class UnfulfilledRolesException extends PageFlowException implements Serializable

Serialized Fields

_roleNames

String[] _roleNames

_rolesList

String _rolesList

Class UnresolvableForwardException extends PageFlowException implements Serializable

Serialized Fields

_forwardName

String _forwardName

Package org.apache.beehive.netui.pageflow.config

Class PageFlowActionFormBean extends ActionFormBean implements Serializable

Serialized Fields

_actualType

String _actualType

Class PageFlowActionForward extends ActionForward implements Serializable

Serialized Fields

_isNestedReturn

boolean _isNestedReturn

_isReturnToPage

boolean _isReturnToPage

_isReturnToAction

boolean _isReturnToAction

_returnFormType

String _returnFormType

_returnFormMember

String _returnFormMember

_hasExplicitRedirectValue

boolean _hasExplicitRedirectValue

_actionOutputs

ArrayList<E> _actionOutputs

_restoreQueryString

boolean _restoreQueryString

_externalRedirect

boolean _externalRedirect

Class PageFlowActionForward.ActionOutput extends Object implements Serializable

Serialized Fields

_name

String _name

_type

String _type

_isNullable

boolean _isNullable

Class PageFlowActionMapping extends ActionMapping implements Serializable

Serialized Fields

_unqualifiedActionPath

String _unqualifiedActionPath

_loginRequired

boolean _loginRequired

_preventDoubleSubmit

boolean _preventDoubleSubmit

_simpleAction

boolean _simpleAction

_isOverloaded

boolean _isOverloaded

_formMember

String _formMember

_formClass

String _formClass

_readonly

boolean _readonly

_conditionalForwards

Map<K,V> _conditionalForwards

_formBeanMessageResourcesKey

String _formBeanMessageResourcesKey

_defaultForward

String _defaultForward

Class PageFlowControllerConfig extends ControllerConfig implements Serializable

Serialized Fields

_isNestedPageFlow

boolean _isNestedPageFlow

_isLongLivedPageFlow

boolean _isLongLivedPageFlow

_isReturnToPageDisabled

boolean _isReturnToPageDisabled

_isReturnToActionDisabled

boolean _isReturnToActionDisabled

_isMissingDefaultMessages

boolean _isMissingDefaultMessages

_sharedFlowTypes

LinkedHashMap<K,V> _sharedFlowTypes

_controllerClass

String _controllerClass

_isSharedFlow

boolean _isSharedFlow

_overrideMultipartClass

String _overrideMultipartClass

_forceMultipartDisabled

boolean _forceMultipartDisabled

Class PageFlowExceptionConfig extends ExceptionConfig implements Serializable

Serialized Fields

_isHandlerMethod

boolean _isHandlerMethod

_defaultMessage

String _defaultMessage

_isPathContextRelative

boolean _isPathContextRelative

_readonly

boolean _readonly

Package org.apache.beehive.netui.pageflow.handler

Class BaseHandler extends Object implements Serializable

Serialized Fields

_config

HandlerConfig _config

_previousHandler

Handler _previousHandler

Class HandlerConfig extends Object implements Serializable

Serialized Fields

_customProperties

Map<K,V> _customProperties

_handlerClass

String _handlerClass

Class Handlers extends Object implements Serializable

Serialized Fields

_actionForwardHandler

ActionForwardHandler _actionForwardHandler

_exceptionsHandler

ExceptionsHandler _exceptionsHandler

_forwardRedirectHandler

ForwardRedirectHandler _forwardRedirectHandler

_loginHandler

LoginHandler _loginHandler

_reloadableClassHandler

ReloadableClassHandler _reloadableClassHandler

Package org.apache.beehive.netui.pageflow.interceptor

Class AbstractInterceptor extends Object implements Serializable

Serialized Fields

_config

InterceptorConfig _config

Class InterceptorConfig extends Object implements Serializable

Serialized Fields

_interceptorClass

String _interceptorClass

_customProperties

Map<K,V> _customProperties

Class InterceptorContext extends Object implements Serializable

Serialized Fields

_resultOverride

Object _resultOverride

_overridingInterceptor

Interceptor _overridingInterceptor

Class InterceptorException extends Exception implements Serializable


Package org.apache.beehive.netui.pageflow.interceptor.action

Class ActionInterceptor extends AbstractInterceptor implements Serializable

Class ActionInterceptorContext extends RequestInterceptorContext implements Serializable

Serialized Fields

_pageFlow

PageFlowController _pageFlow

_originalForward

InterceptorForward _originalForward

_actionName

String _actionName

Class AfterNestedInterceptContext extends ActionInterceptorContext implements Serializable

Serialized Fields

_returnAction

String _returnAction

Class InterceptorForward extends Forward implements Serializable


Package org.apache.beehive.netui.pageflow.interceptor.request

Class RequestInterceptor extends AbstractInterceptor implements Serializable

Class RequestInterceptorContext extends InterceptorContext implements Serializable


Package org.apache.beehive.netui.pageflow.internal

Class AnyBeanActionForm extends FormData implements Serializable

Serialized Fields

_bean

Object _bean

Class BindingUpdateError extends Object implements Serializable

Serialized Fields

_expression

String _expression

_message

String _message

_cause

Throwable _cause

Class DefaultActionForwardHandler extends DefaultHandler implements Serializable

Class DefaultExceptionsHandler extends DefaultHandler implements Serializable

Class DefaultForwardRedirectHandler extends DefaultHandler implements Serializable

Class DefaultHandler extends BaseHandler implements Serializable

Serialized Fields

_registeredHandler

Handler _registeredHandler

Class DefaultLoginHandler extends DefaultHandler implements Serializable

Class DefaultReloadableClassHandler extends DefaultHandler implements Serializable

Serialized Fields

_pageFlowClassLoader

BouncyClassLoader _pageFlowClassLoader

Class JavaControlUtils.ControlInstantiationException extends Exception implements Serializable

Serialized Fields

_controlBeanClassName

String _controlBeanClassName

Class LegacySettings extends Object implements Serializable

serialVersionUID: 1

Serialized Fields

_secureForwards

boolean _secureForwards

_forwardOverflowCount

int _forwardOverflowCount

_nestingOverflowCount

int _nestingOverflowCount

Class PageFlowBeanContext extends ServletBeanContext implements Serializable

Class ResponseOutputException extends RuntimeException implements Serializable

Class ReturnToException extends PageFlowException implements Serializable

Serialized Fields

_returnToType

String _returnToType

Class XmlBeanActionForm extends AnyBeanActionForm implements Serializable

Serialized Fields

_formClassName

String _formClassName

Package org.apache.beehive.netui.pageflow.scoping.internal

Class ScopedSession extends ScopedAttributeContainer implements Serializable


Package org.apache.beehive.netui.pageflow.validation

Class ValidatorRules extends FieldChecks implements Serializable


Package org.apache.beehive.netui.pageflow.xmlhttprequest

Class XmlHttpRequestServlet extends HttpServlet implements Serializable


Package org.apache.beehive.netui.script

Class ExpressionEvaluationException extends Exception implements Serializable

Serialized Fields

expression

String expression

contexts

String[] contexts

localizedMessage

String localizedMessage

Class ExpressionUpdateException extends ExpressionEvaluationException implements Serializable

Class IllegalExpressionException extends RuntimeExpressionException implements Serializable

Serialized Fields

expression

String expression

Class RuntimeExpressionException extends RuntimeException implements Serializable

Serialized Fields

localizedMessage

String localizedMessage

Package org.apache.beehive.netui.script.el

Class ExpressionParseException extends RuntimeException implements Serializable


Package org.apache.beehive.netui.script.el.parser

Class ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package org.apache.beehive.netui.tags

Class AbstractClassicTag extends BodyTagSupport implements Serializable

Serialized Fields

_eh

ErrorHandling _eh

Class AbstractClientRequestInterceptor extends RequestInterceptor implements Serializable

Class DataSourceTag extends AbstractClassicTag implements Serializable

Serialized Fields

_dataSource

String _dataSource

Package org.apache.beehive.netui.tags.databinding.bundle

Class DeclareBundle extends AbstractClassicTag implements Serializable

Serialized Fields

_name

String _name

_bundlePath

String _bundlePath

_language

String _language

_country

String _country

_variant

String _variant

Package org.apache.beehive.netui.tags.databinding.cellrepeater

Class CellRepeater extends DataSourceTag implements Serializable

Serialized Fields

_valid

boolean _valid

_verticalRepeat

boolean _verticalRepeat

_columns

int _columns

_currentIndex

int _currentIndex

_currentRow

int _currentRow

_currentColumn

int _currentColumn

_rows

int _rows

_contentBuffer

StringBuilder _contentBuffer

_dataList

ArrayList<E> _dataList

_currentItem

Object _currentItem

_styleContext

CellRepeaterStyleBean _styleContext

Package org.apache.beehive.netui.tags.databinding.invoke

Class AbstractCallMethod extends AbstractClassicTag implements Serializable

Serialized Fields

_parameters

List<E> _parameters

_method

String _method

_failOnError

boolean _failOnError

_resultId

String _resultId

_verifyTypes

boolean _verifyTypes

Class CallMethod extends AbstractCallMethod implements Serializable

Serialized Fields

_object

Object _object

Class CallPageFlow extends CallMethod implements Serializable

Class MethodParameter extends AbstractClassicTag implements Serializable

Serialized Fields

_isNull

boolean _isNull

_value

Object _value

_type

String _type

Class ObjectNotFoundException extends Exception implements Serializable

Serialized Fields

_objectName

String _objectName

Package org.apache.beehive.netui.tags.databinding.message

Class Message extends AbstractClassicTag implements Serializable

Serialized Fields

_resultId

String _resultId

_value

Object _value

_argList

List<E> _argList

Class MessageArg extends AbstractClassicTag implements Serializable

Serialized Fields

_value

Object _value

Package org.apache.beehive.netui.tags.databinding.repeater

Class Repeater extends DataSourceTag implements Serializable

Serialized Fields

_ignoreNulls

boolean _ignoreNulls

_currentIndex

int _currentIndex

_have

int _have

_renderedItems

int _renderedItems

_renderState

int _renderState

_defaultText

Object _defaultText

_currentItem

Object _currentItem

_iterator

Iterator<E> _iterator

_padContext

PadContext _padContext

_contentBuffer

StringBuilder _contentBuffer

Class RepeaterComponent extends AbstractClassicTag implements Serializable

Serialized Fields

_repeater

Repeater _repeater

Class RepeaterFooter extends RepeaterComponent implements Serializable

Class RepeaterHeader extends RepeaterComponent implements Serializable

Class RepeaterItem extends RepeaterComponent implements Serializable


Package org.apache.beehive.netui.tags.databinding.repeater.pad

Class Pad extends RepeaterComponent implements Serializable

Serialized Fields

_padText

String _padText

_maxRepeat

Integer _maxRepeat

_minRepeat

Integer _minRepeat

Package org.apache.beehive.netui.tags.databinding.script

Class GetData extends AbstractClassicTag implements Serializable

Serialized Fields

_value

Object _value

_resultId

String _resultId

Package org.apache.beehive.netui.tags.databinding.xml

Class SerializeXML extends AbstractClassicTag implements Serializable

Serialized Fields

_source

Object _source

_divName

String _divName

Package org.apache.beehive.netui.tags.divpanel

Class DivPanel extends AbstractClassicTag implements Serializable

Serialized Fields

_tagId

String _tagId

_firstPage

String _firstPage

_dataSource

String _dataSource

_divState

DivTag.State _divState

JAVASCRIPT_CLASS

String JAVASCRIPT_CLASS

Class DivPanelCRI extends AbstractClientRequestInterceptor implements Serializable

Class DivPanelState extends Object implements Serializable

Serialized Fields

_name

String _name

_firstPage

String _firstPage

Package org.apache.beehive.netui.tags.html

Class Anchor extends AnchorBase implements Serializable

Serialized Fields

_text

String _text

_value

String _value

Class AnchorBase extends HtmlBaseTag implements Serializable

Serialized Fields

_state

AnchorTag.State _state

_linkName

String _linkName

_clientAction

String _clientAction

_action

String _action

_href

String _href

_targetScope

String _targetScope

_location

String _location

_params

Map<K,V> _params

_form

Form _form

_formSubmit

boolean _formSubmit

_popupSupport

PopupSupport _popupSupport

_disableSecondClick

boolean _disableSecondClick

Class Area extends AnchorBase implements Serializable

Class Body extends HtmlBaseTag implements Serializable

Serialized Fields

_state

BodyTag.State _state

_br

TagRenderingBase _br

_writer

WriteRenderAppender _writer

_idScript

String _idScript

Class Button extends HtmlFocusBaseTag implements Serializable

Serialized Fields

_state

InputSubmitTag.State _state

_action

String _action

_value

String _value

_params

Map<K,V> _params

_targetScope

String _targetScope

_popupSupport

PopupSupport _popupSupport

_disableSecondClick

boolean _disableSecondClick

Class CheckBox extends HtmlDefaultableDataSourceTag implements Serializable

Serialized Fields

_state

InputBooleanTag.State _state

_hiddenState

InputHiddenTag.State _hiddenState

Class CheckBoxGroup extends HtmlGroupBaseTag implements Serializable

Serialized Fields

_state

InputHiddenTag.State _state

_hiddenState

InputHiddenTag.State _hiddenState

_defaultSelections

List<E> _defaultSelections

_defaultSingleton

boolean _defaultSingleton

_defaultSingleValue

boolean _defaultSingleValue

_match

String[] _match

_dynamicAttrs

Object _dynamicAttrs

_saveBody

StringBuilder _saveBody

_writer

WriteRenderAppender _writer

Class CheckBoxOption extends HtmlFocusBaseTag implements Serializable

Serialized Fields

_state

InputBooleanTag.State _state

_spanState

SpanTag.State _spanState

_text

String _text

_defaultValue

Boolean _defaultValue

Class ConfigurePopup extends AbstractClassicTag implements Serializable

Serialized Fields

_name

String _name

_toolbar

Boolean _toolbar

_location

Boolean _location

_directories

Boolean _directories

_status

Boolean _status

_menubar

Boolean _menubar

_resizable

Boolean _resizable

_scrollbars

Boolean _scrollbars

_width

Integer _width

_height

Integer _height

_left

Integer _left

_top

Integer _top

_replace

boolean _replace

_popupFunc

String _popupFunc

_onPopupDone

String _onPopupDone

Class FileUpload extends HtmlDataSourceTag implements Serializable

Serialized Fields

_state

InputFileTag.State _state

Class Form extends HtmlBaseTag implements Serializable

Serialized Fields

_state

FormTag.State _state

_hiddenState

InputHiddenTag.State _hiddenState

_focus

String _focus

_location

String _location

_text

String _text

_beanName

String _beanName

_explicitBeanType

boolean _explicitBeanType

_beanType

String _beanType

_beanScope

String _beanScope

_realName

String _realName

_setRealName

boolean _setRealName

_targetScope

String _targetScope

_mapping

ActionMapping _mapping

_servlet

ActionServlet _servlet

_focusMap

HashMap<K,V> _focusMap

_appConfig

ModuleConfig _appConfig

_flowController

FlowController _flowController

_formSubmit

boolean _formSubmit

_params

Map<K,V> _params

_actionUrl

String _actionUrl

_extraHiddenParams

LinkedHashMap<K,V> _extraHiddenParams

Class Hidden extends HtmlDataSourceTag implements Serializable

Serialized Fields

_state

InputHiddenTag.State _state

_value

String _value

_dataInput

Object _dataInput

Class Html extends ScriptContainer implements Serializable

Serialized Fields

_state

HtmlTag.State _state

_br

TagRenderingBase _br

_writer

WriteRenderAppender _writer

_useLocale

boolean _useLocale

_scopeEnded

boolean _scopeEnded

_errors

ArrayList<E> _errors

_containerErrors

IErrorReporter _containerErrors

_docType

String _docType

_rendering

int _rendering

Class HtmlBaseTag extends AbstractClassicTag implements Serializable

Class HtmlDataSourceTag extends HtmlFocusBaseTag implements Serializable

Serialized Fields

_dataSource

String _dataSource

Class HtmlDefaultableDataSourceTag extends HtmlDataSourceTag implements Serializable

Serialized Fields

_defaultValue

Object _defaultValue

Class HtmlFocusBaseTag extends HtmlBaseTag implements Serializable

Serialized Fields

_disabled

boolean _disabled

Class HtmlGroupBaseTag extends AbstractClassicTag implements Serializable

Serialized Fields

HORIZONTAL_VALUE

String HORIZONTAL_VALUE
Constant defining a horizontal layout of the options.


VERTICAL_VALUE

String VERTICAL_VALUE
Constant defining a vertical layout of the options.


_inputState

InputBooleanTag.State _inputState

_spanState

SpanTag.State _spanState

_cr

ConstantRendering _cr

_attrs

HashMap<K,V> _attrs

_dataSource

String _dataSource

_defaultValue

Object _defaultValue

_optionsDataSource

Object _optionsDataSource

_disabled

boolean _disabled

_orientation

String _orientation

_orientVal

Boolean _orientVal

_realName

String _realName

_style

String _style

_class

String _class

_labelStyle

String _labelStyle

_labelStyleClass

String _labelStyleClass

_repeater

boolean _repeater

_repIdx

int _repIdx

_repCurItem

Object _repCurItem

Class HtmlOptionsDataSourceTag extends HtmlDefaultableDataSourceTag implements Serializable

Serialized Fields

_optionsDataSource

Object _optionsDataSource
The value of the options data source.

Class Image extends HtmlBaseTag implements Serializable

Serialized Fields

_state

ImageTag.State _state

_location

String _location

_params

Map<K,V> _params

Class ImageAnchor extends Anchor implements Serializable

Serialized Fields

_imgState

ImageTag.State _imgState

_rolloverImage

String _rolloverImage

Class ImageButton extends HtmlFocusBaseTag implements Serializable

Serialized Fields

_state

InputImageTag.State _state

_page

String _page

_rolloverImage

String _rolloverImage

Class Label extends LabelBase implements Serializable

Serialized Fields

_state

LabelTag.State _state

Class LabelBase extends HtmlBaseTag implements Serializable

Serialized Fields

_defaultValue

Object _defaultValue

_value

Object _value

_escapeWhiteSpace

boolean _escapeWhiteSpace

_formatterErrors

boolean _formatterErrors

_formatDefaultValue

boolean _formatDefaultValue

_formatters

ArrayList<E> _formatters

Class Parameter extends AbstractClassicTag implements Serializable

Serialized Fields

_name

String _name

_value

Object _value

Class ParameterMap extends AbstractClassicTag implements Serializable

Serialized Fields

_map

Map<K,V> _map

Class RadioButtonGroup extends HtmlGroupBaseTag implements Serializable

Serialized Fields

_match

String _match

_defaultRadio

String _defaultRadio

_dynamicAttrs

Object _dynamicAttrs

_saveBody

StringBuilder _saveBody

_writer

WriteRenderAppender _writer

Class RadioButtonOption extends HtmlFocusBaseTag implements Serializable

Serialized Fields

_state

InputBooleanTag.State _state

_spanState

SpanTag.State _spanState

_text

String _text

Class RetrievePopupOutput extends AbstractClassicTag implements Serializable

Serialized Fields

_tagIdRef

String _tagIdRef

_dataSource

String _dataSource

Class RewriteName extends AbstractClassicTag implements Serializable

Serialized Fields

_name

String _name

_resultId

String _resultId

Class RewriteURL extends AbstractClassicTag implements Serializable

Serialized Fields

_params

Map<K,V> _params

url

String url

Class Select extends HtmlOptionsDataSourceTag implements Serializable

Serialized Fields

_state

SelectTag.State _state

_optionState

OptionTag.State _optionState

_hiddenState

InputHiddenTag.State _hiddenState

_formatterError

boolean _formatterError

_repIdx

int _repIdx

_repCurStage

Select.RepeatingStages _repCurStage

_repeater

boolean _repeater

_repCurItem

Object _repCurItem

_repeaterIterator

Iterator<E> _repeaterIterator

_order

Select.RepeatingStages[] _order

_dynamicOptions

Object _dynamicOptions

_saveBody

String _saveBody

_nullableOptionText

String _nullableOptionText

_defaultSelections

List<E> _defaultSelections

_formatters

ArrayList<E> _formatters

_optionList

ArrayList<E> _optionList

_match

String[] _match

_nullable

boolean _nullable

_optRb

TagRenderingBase _optRb

Class SelectOption extends HtmlBaseTag implements Serializable

Serialized Fields

_state

OptionTag.State _state

_text

String _text

_disabled

boolean _disabled

_value

String _value

_repeatingType

Select.RepeatingStages _repeatingType

_hasError

boolean _hasError

Class Span extends LabelBase implements Serializable

Serialized Fields

_state

SpanTag.State _state

Class TextArea extends HtmlDefaultableDataSourceTag implements Serializable

Serialized Fields

_state

TextAreaTag.State _state

_formatters

ArrayList<E> _formatters

_formatErrors

boolean _formatErrors

Class TextBox extends HtmlDefaultableDataSourceTag implements Serializable

Serialized Fields

_state

InputTextTag.State _state

_formatters

ArrayList<E> _formatters

_password

boolean _password

_formatErrors

boolean _formatErrors

Package org.apache.beehive.netui.tags.internal

Class ReturnActionViewRenderer extends Object implements Serializable

Serialized Fields

_retrieveMap

HashMap<K,V> _retrieveMap

_callbackFunc

String _callbackFunc

Package org.apache.beehive.netui.tags.javascript

Class ScriptContainer extends AbstractClassicTag implements Serializable

Serialized Fields

_idScope

String _idScope

_funcBlocks

ArrayList<E> _funcBlocks

_codeBefore

ArrayList<E> _codeBefore

_codeAfter

ArrayList<E> _codeAfter

_idMap

HashMap<K,V> _idMap

_idToNameMap

HashMap<K,V> _idToNameMap

_genScope

boolean _genScope

_writeScript

boolean _writeScript

_writeId

boolean _writeId

Class ScriptHeader extends AbstractClassicTag implements Serializable

Class ScriptRequestState extends Object implements Serializable

Serialized Fields

_javaScriptFeatures

int _javaScriptFeatures

_req

ServletRequest _req

Package org.apache.beehive.netui.tags.template

Class Attribute extends TagSupport implements Serializable

Serialized Fields

_name

String _name
The name of the attribute.


_defaultValue

String _defaultValue
Default value

Class IncludeSection extends AbstractClassicTag implements Serializable

Serialized Fields

_name

String _name
The name of the section.


_default

String _default
The name of a JSP that will act as a default page

Class Section extends AbstractClassicTag implements Serializable

Serialized Fields

_name

String _name
The name of the section.


_visible

boolean _visible
Is the section visible

Class SetAttribute extends AbstractClassicTag implements Serializable

Serialized Fields

_name

String _name
The name of the attribute.


_value

String _value
The value of the attribute.

Class Template extends AbstractClassicTag implements Serializable

Serialized Fields

_savedContext

Template.TemplateContext _savedContext
Saved context for the nested case


_fatalError

boolean _fatalError

_innerErrors

IErrorReporter _innerErrors
Inner class that is exposed to handle errors


_templatePage

String _templatePage
The URL of the template file...


_reportErrors

boolean _reportErrors
boolean indicating the error reporting.


Package org.apache.beehive.netui.tags.tree

Class InheritableState extends Object implements Serializable

Serialized Fields

_lastNodeExpandedImage

String _lastNodeExpandedImage

_nodeExpandedImage

String _nodeExpandedImage

_lastNodeCollapsedImage

String _lastNodeCollapsedImage

_nodeCollapsedImage

String _nodeCollapsedImage

_lastLineJoinImage

String _lastLineJoinImage

_lineJoinImage

String _lineJoinImage

_verticalLineImage

String _verticalLineImage

_imageSpacer

String _imageSpacer

_defaultIcon

String _defaultIcon

_selectionAction

String _selectionAction

_expansionAction

String _expansionAction

_selectTarget

String _selectTarget

_imageRoot

String _imageRoot

_iconRoot

String _iconRoot

_parent

InheritableState _parent

Class TreeCRI extends RequestInterceptor implements Serializable

Class TreeElement extends Object implements Serializable

Serialized Fields

_content

String _content

_label

String _label

_labelAsAlt

Boolean _labelAsAlt

_title

String _title

_name

String _name

_boolState

int _boolState

_parent

TreeElement _parent

_children

ArrayList<E> _children

_attribute

ArrayList<E> _attribute

_info

TreeElement.ExtendedInfo _info

Class TreeHtmlAttributeInfo extends Object implements Serializable

Serialized Fields

_attribute

String _attribute

_value

String _value

state

int state

_parent

TreeElement _parent

Class TreeRenderState extends Object implements Serializable

Serialized Fields

selectedStyle

String selectedStyle

selectedStyleClass

String selectedStyleClass

unselectedStyle

String unselectedStyle

unselectedStyleClass

String unselectedStyleClass

disabledStyle

String disabledStyle

disabledStyleClass

String disabledStyleClass

tagId

String tagId

runAtClient

boolean runAtClient

escapeContent

boolean escapeContent

Class TreeRootElement extends TreeElement implements Serializable

Serialized Fields

_selectedNode

TreeElement _selectedNode

_trs

TreeRenderState _trs

_state

InheritableState _state

_name

String _name

_rootNodeExpandedImage

String _rootNodeExpandedImage

_rootNodeCollapsedImage

String _rootNodeCollapsedImage

Package org.apache.beehive.netui.tools.tld

Class JspTaglibSubTask extends XmlSubTask implements Serializable

Serialized Fields

taglibversion

String taglibversion

jspversion

String jspversion

shortname

String shortname

uri

String uri

displayname

String displayname

smallicon

String smallicon

largeicon

String largeicon

description

String description

filename

String filename

_packageName

String _packageName

_functionPackage

String _functionPackage

Class JspTaglibSubTask.ContextParam extends Object implements Serializable

Serialized Fields

paramName

String paramName

paramValue

String paramValue

description

String description

Class JspTaglibSubTask.TagLib extends Object implements Serializable

Serialized Fields

taglibURI

String taglibURI

taglibLocation

String taglibLocation

Package org.apache.beehive.netui.tools.tldx

Class TldxSubTask extends TemplateSubTask implements Serializable

Serialized Fields

filename

String filename

paletteGenerator

String paletteGenerator

uri

String uri

tldxVersion

String tldxVersion

xmlEncoding

String xmlEncoding

packageName

String packageName

Package org.apache.beehive.netui.util.config

Class ConfigInitializationException extends Exception implements Serializable


Package org.apache.beehive.netui.util.exception

Class LocalizedIllegalArgumentException extends IllegalArgumentException implements Serializable

Serialized Fields

_localizedMessage

String _localizedMessage

Class LocalizedIllegalStateException extends IllegalStateException implements Serializable

Serialized Fields

_localizedMessage

String _localizedMessage

Class LocalizedUnsupportedOperationException extends UnsupportedOperationException implements Serializable

Serialized Fields

_localizedMessage

String _localizedMessage

Package org.apache.beehive.netui.util.tags

Class GroupOption extends Object implements Serializable

Serialized Fields

_name

String _name

_value

String _value

_alt

String _alt

_accessKey

char _accessKey

Package org.apache.beehive.netui.util.type

Class TypeConversionException extends RuntimeException implements Serializable

Serialized Fields

_localizedMessage

String _localizedMessage

Class TypeConverterNotFoundException extends RuntimeException implements Serializable

Serialized Fields

_localizedMessage

String _localizedMessage