Serialized Form
Package org.apache.beehive.netui.compiler.model |
Package org.apache.beehive.netui.databinding.datagrid.services |
Package org.apache.beehive.netui.pageflow |
_form
Object _form
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Throws:
IOException
_registeredModules
Map<K,V> _registeredModules
- Map of module-path to ModuleConfig
_hasDataSources
boolean _hasDataSources
_configParams
Map<K,V> _configParams
_moduleConfigLocators
AutoRegisterActionServlet.ModuleConfigLocator[] _moduleConfigLocators
_fieldName
String _fieldName
Class DynaFormData extends DynaValidatorForm implements Serializable |
_pageInputs
Map<K,V> _pageInputs
Class FormData extends ValidatorForm implements Serializable |
Class Forward extends ActionForward implements Serializable |
_outputForms
List<E> _outputForms
_path
String _path
_isNestedReturn
boolean _isNestedReturn
_init
boolean _init
_mappingPath
String _mappingPath
_queryString
StringBuffer _queryString
_explicitPath
boolean _explicitPath
_returnFormType
String _returnFormType
_userSetRedirect
boolean _userSetRedirect
_actionOutputs
Map<K,V> _actionOutputs
_returnToType
int _returnToType
_hasExplicitRedirectValue
boolean _hasExplicitRedirectValue
_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).
_forwardName
String _forwardName
_actionOutputName
String _actionOutputName
_forwardName
String _forwardName
_outputFormType
String _outputFormType
_requiredType
String _requiredType
_actionOutputName
String _actionOutputName
_expectedType
String _expectedType
_actualType
String _actualType
_forwardName
String _forwardName
_actionOutputName
String _actionOutputName
_forwardName
String _forwardName
_formClassName
String _formClassName
_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
_actionName
String _actionName
_managedObject
PageFlowManagedObject _managedObject
_messageKeyPrefix
String _messageKeyPrefix
_fwd
ActionForward _fwd
_stack
Stack<E> _stack
_pageFlow
PageFlowController _pageFlow
_interceptor
ActionInterceptor _interceptor
_interceptedForward
InterceptorForward _interceptedForward
_form
ActionForm _form
_actionURI
String _actionURI
_queryString
String _queryString
_forward
ActionForward _forward
_form
ActionForm _form
_mappingPath
String _mappingPath
_roleNames
String[] _roleNames
_rolesList
String _rolesList
_forwardName
String _forwardName
Package org.apache.beehive.netui.pageflow.config |
_actualType
String _actualType
_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
_unqualifiedActionPath
String _unqualifiedActionPath
_loginRequired
boolean _loginRequired
_simpleAction
boolean _simpleAction
_isOverloaded
boolean _isOverloaded
_formMember
String _formMember
_formClass
String _formClass
_readonly
boolean _readonly
_conditionalForwards
Map<K,V> _conditionalForwards
_formBeanMessageResourcesKey
String _formBeanMessageResourcesKey
_isNestedPageFlow
boolean _isNestedPageFlow
_isSingletonPageFlow
boolean _isSingletonPageFlow
_isReturnToPageDisabled
boolean _isReturnToPageDisabled
_isReturnToActionDisabled
boolean _isReturnToActionDisabled
_isMissingDefaultMessages
boolean _isMissingDefaultMessages
_sharedFlowModules
List<E> _sharedFlowModules
_controllerClass
String _controllerClass
_isSharedFlow
boolean _isSharedFlow
_overrideMultipartClass
String _overrideMultipartClass
_forceMultipartDisabled
boolean _forceMultipartDisabled
_isHandlerMethod
boolean _isHandlerMethod
_defaultMessage
String _defaultMessage
_isPathContextRelative
boolean _isPathContextRelative
_readonly
boolean _readonly
Package org.apache.beehive.netui.pageflow.interceptor |
_actionInterceptors
ActionInterceptor[] _actionInterceptors
_interceptorClass
String _interceptorClass
Package org.apache.beehive.netui.pageflow.internal |
_bean
Object _bean
_expression
String _expression
_message
String _message
_cause
Throwable _cause
_secureForwards
boolean _secureForwards
_forwardOverflowCount
int _forwardOverflowCount
_nestingOverflowCount
int _nestingOverflowCount
_forwardRedirectHandler
ForwardRedirectHandler _forwardRedirectHandler
_loginHandler
LoginHandler _loginHandler
_reloadableClassHandler
ReloadableClassHandler _reloadableClassHandler
_exceptionsHandler
ExceptionsHandler _exceptionsHandler
_serverAdapter
ServerAdapter _serverAdapter
_pageFlowClassLoader
BouncyClassLoader _pageFlowClassLoader
_controlBeanClassName
String _controlBeanClassName
_returnToType
String _returnToType
_formClassName
String _formClassName
Package org.apache.beehive.netui.pageflow.scoping.internal |
Package org.apache.beehive.netui.pageflow.validation |
Package org.apache.beehive.netui.script |
expression
String expression
contexts
String[] contexts
localizedMessage
String localizedMessage
expression
String expression
localizedMessage
String localizedMessage
Package org.apache.beehive.netui.script.el |
Package org.apache.beehive.netui.script.el.parser |
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.
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 |
ee
ExpressionEvaluator ee
_eh
ErrorHandling _eh
_dataSource
String _dataSource
Package org.apache.beehive.netui.tags.databinding.base |
_contentBuffer
StringBuilder _contentBuffer
Package org.apache.beehive.netui.tags.databinding.bundle |
_name
String _name
_bundlePath
String _bundlePath
_language
String _language
_country
String _country
_variant
String _variant
Package org.apache.beehive.netui.tags.databinding.cellrepeater |
_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
List<E> _dataList
_currentItem
Object _currentItem
_styleContext
CellRepeaterStyleBean _styleContext
Package org.apache.beehive.netui.tags.databinding.invoke |
_parameters
List<E> _parameters
_method
String _method
_failOnError
boolean _failOnError
_resultId
String _resultId
_verifyTypes
boolean _verifyTypes
_object
Object _object
_isNull
boolean _isNull
_value
Object _value
_type
String _type
_objectName
String _objectName
Package org.apache.beehive.netui.tags.databinding.message |
_resultId
String _resultId
_value
Object _value
_argList
List<E> _argList
_value
Object _value
Package org.apache.beehive.netui.tags.databinding.pageinput |
_type
String _type
_name
String _name
_required
boolean _required
Package org.apache.beehive.netui.tags.databinding.repeater |
_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
_repeater
Repeater _repeater
Package org.apache.beehive.netui.tags.databinding.repeater.pad |
_padText
String _padText
_maxRepeat
Integer _maxRepeat
_minRepeat
Integer _minRepeat
Package org.apache.beehive.netui.tags.databinding.script |
_value
Object _value
_resultId
String _resultId
Package org.apache.beehive.netui.tags.databinding.xml |
_source
Object _source
_divName
String _divName
Package org.apache.beehive.netui.tags.html |
_state
AnchorTag.State _state
_text
String _text
_action
String _action
_href
String _href
_linkName
String _linkName
_location
String _location
_scope
String _scope
_clientAction
String _clientAction
_params
Map<K,V> _params
_formSubmit
boolean _formSubmit
_state
BodyTag.State _state
_text
String _text
_state
InputSubmitTag.State _state
_action
String _action
_value
String _value
_params
Map<K,V> _params
_state
InputBooleanTag.State _state
_hiddenState
InputHiddenTag.State _hiddenState
_state
InputHiddenTag.State _state
_hiddenState
InputHiddenTag.State _hiddenState
_defaultSelections
List<E> _defaultSelections
_match
String[] _match
_dynamicAttrs
Object _dynamicAttrs
_saveBody
StringBuilder _saveBody
_state
InputBooleanTag.State _state
_spanState
SpanTag.State _spanState
_text
String _text
_state
InputFileTag.State _state
_state
FormTag.State _state
_hiddenState
InputHiddenTag.State _hiddenState
_focus
String _focus
_location
String _location
_scope
String _scope
_text
String _text
_beanName
String _beanName
_beanType
String _beanType
_beanScope
String _beanScope
_type
String _type
_realName
String _realName
_formId
String _formId
_mapping
ActionMapping _mapping
_servlet
ActionServlet _servlet
_focusMap
HashMap<K,V> _focusMap
_idList
ArrayList<E> _idList
_appConfig
ModuleConfig _appConfig
_setRealName
boolean _setRealName
_formSubmit
boolean _formSubmit
_params
Map<K,V> _params
_state
InputHiddenTag.State _state
_value
String _value
_dataInput
Object _dataInput
_state
HtmlTag.State _state
_br
TagRenderingBase _br
_useLocale
boolean _useLocale
_saveBody
String _saveBody
_errors
ArrayList<E> _errors
_containerErrors
IErrorReporter _containerErrors
_uniqueId
int _uniqueId
_docType
String _docType
_rendering
int _rendering
_dataSource
String _dataSource
_defaultValue
Object _defaultValue
_disabled
boolean _disabled
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
_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
_optionsDataSource
Object _optionsDataSource
- The value of the options data source.
_state
ImageTag.State _state
_location
String _location
_id
String _id
_params
Map<K,V> _params
_imgState
ImageTag.State _imgState
_rolloverImage
String _rolloverImage
_state
InputImageTag.State _state
_page
String _page
_rolloverImage
String _rolloverImage
_id
String _id
_anchorFormSubmit
boolean _anchorFormSubmit
_rollover
boolean _rollover
_writeLookupMethods
boolean _writeLookupMethods
_state
LabelTag.State _state
_defaultValue
Object _defaultValue
_value
Object _value
_escapeWhiteSpace
boolean _escapeWhiteSpace
_formatterErrors
boolean _formatterErrors
_formatters
ArrayList<E> _formatters
_name
String _name
_value
Object _value
_map
Map<K,V> _map
_match
String _match
_defaultRadio
String _defaultRadio
_dyanmicAttrs
Object _dyanmicAttrs
_saveBody
StringBuilder _saveBody
_state
InputBooleanTag.State _state
_spanState
SpanTag.State _spanState
_text
String _text
_name
String _name
_resultId
String _resultId
url
String url
_saveBody
String _saveBody
_scopeId
String _scopeId
_funcBlocks
ArrayList<E> _funcBlocks
_codeBlocks
ArrayList<E> _codeBlocks
_initNames
HashMap<K,V> _initNames
_idMap
HashMap<K,V> _idMap
_anchorRewriters
HashMap<K,V> _anchorRewriters
_runAtClient
boolean _runAtClient
_writeScript
boolean _writeScript
_writeInitScript
boolean _writeInitScript
_features
String _features
_tree
boolean _tree
_divPanel
boolean _divPanel
_state
SelectTag.State _state
_optionState
OptionTag.State _optionState
_hiddenState
InputHiddenTag.State _hiddenState
_formatterError
boolean _formatterError
_repIdx
int _repIdx
_repCurStage
int _repCurStage
_repeater
boolean _repeater
_repCurItem
Object _repCurItem
_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
_state
OptionTag.State _state
_text
String _text
_disabled
boolean _disabled
_value
String _value
_id
String _id
_repeatingType
String _repeatingType
_hasError
boolean _hasError
_state
SpanTag.State _state
_id
String _id
_state
TextAreaTag.State _state
_formatters
ArrayList<E> _formatters
_formatErrors
boolean _formatErrors
_state
InputTextTag.State _state
_formatters
ArrayList<E> _formatters
_password
boolean _password
_formatErrors
boolean _formatErrors
Package org.apache.beehive.netui.tags.template |
Class Attribute extends TagSupport implements Serializable |
_name
String _name
- The name of the attribute.
_defaultValue
String _defaultValue
- Default value
_tagId
String _tagId
_firstPage
String _firstPage
JAVASCRIPT_CLASS
String JAVASCRIPT_CLASS
_name
String _name
- The name of the section.
_default
String _default
- The name of a JSP that will act as a default page
_name
String _name
- The name of the section.
_visible
boolean _visible
- Is the section visible
_name
String _name
- The name of the attribute.
_value
String _value
- The value of the attribute.
_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 |
_imageHandleDownLast
String _imageHandleDownLast
_imageHandleDownMiddle
String _imageHandleDownMiddle
_imageHandleRightLast
String _imageHandleRightLast
_imageHandleRightMiddle
String _imageHandleRightMiddle
_imageLineLast
String _imageLineLast
_imageLineMiddle
String _imageLineMiddle
_imageLineVertical
String _imageLineVertical
_imageSpacer
String _imageSpacer
_defaultIcon
String _defaultIcon
_selectionAction
String _selectionAction
_expansionAction
String _expansionAction
_expandTarget
String _expandTarget
_imageRoot
String _imageRoot
_parent
InheritableState _parent
Class TreeElement extends Object implements Serializable |
_content
String _content
_label
String _label
_title
String _title
_name
String _name
_boolState
int _boolState
_parent
TreeElement _parent
_children
ArrayList<E> _children
_attribute
ArrayList<E> _attribute
_info
TreeElement.ExtendedInfo _info
_attribute
String _attribute
_value
String _value
state
int state
_parent
TreeElement _parent
_selectedNode
TreeElement _selectedNode
Package org.apache.beehive.netui.tools.tld |
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
paramName
String paramName
paramValue
String paramValue
description
String description
taglibURI
String taglibURI
taglibLocation
String taglibLocation
Package org.apache.beehive.netui.tools.tldx |
Class TldxSubTask extends TemplateSubTask implements Serializable |
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 |
Package org.apache.beehive.netui.util.exception |
_localizedMessage
String _localizedMessage
_localizedMessage
String _localizedMessage
_localizedMessage
String _localizedMessage
Package org.apache.beehive.netui.util.iterator |
_type
Class<T> _type
Package org.apache.beehive.netui.util.tags |
Class GroupOption extends Object implements Serializable |
_name
String _name
_value
String _value
_alt
String _alt
_accessKey
char _accessKey
Package org.apache.beehive.netui.util.type |
_localizedMessage
String _localizedMessage
_localizedMessage
String _localizedMessage