Serialized Form
|
Package org.apache.beehive.netui.core.factory |
|
Class Factory extends Object implements Serializable |
_config
FactoryConfig _config
_customProperties
Map<K,V> _customProperties
|
Package org.apache.beehive.netui.core.urltemplates |
_templates
HashMap<K,V> _templates
_templateRefGroups
HashMap<K,V> _templateRefGroups
_configFilePath
String _configFilePath
_knownTokens
Collection<E> _knownTokens
_requiredTokens
Collection<E> _requiredTokens
|
Package org.apache.beehive.netui.databinding.datagrid.api |
_filterModel
FilterModel _filterModel
_sortModel
SortModel _sortModel
_pagerModel
PagerModel _pagerModel
|
Package org.apache.beehive.netui.databinding.datagrid.api.exceptions |
|
Package org.apache.beehive.netui.databinding.datagrid.api.filter |
|
Class Filter extends Object implements Serializable |
_filterExpression
String _filterExpression
_filterOperation
FilterOperation _filterOperation
_filterOperationHint
FilterOperationHint _filterOperationHint
_value
Object _value
_typeHint
FilterTypeHint _typeHint
|
Class FilterModel extends Object implements Serializable |
_filters
List<E> _filters
_id
int _id
_abbreviation
String _abbreviation
_resourceKey
String _resourceKey
_operationHint
FilterOperationHint _operationHint
_val
int _val
- Integer representation of the filter operation.
_hint
String _hint
|
Package org.apache.beehive.netui.databinding.datagrid.api.pager |
|
Class PagerModel extends Object implements Serializable |
_pageHref
String _pageHref
_pageAction
String _pageAction
_currentRow
Integer _currentRow
_dataSetSize
Integer _dataSetSize
_explicitPageSize
Integer _explicitPageSize
_defaultPageSize
Integer _defaultPageSize
|
Package org.apache.beehive.netui.databinding.datagrid.api.sort |
|
Class Sort extends Object implements Serializable |
_sortExpression
String _sortExpression
_sortDirection
SortDirection _sortDirection
_val
int _val
|
Class SortModel extends Object implements Serializable |
_sortStrategy
SortStrategy _sortStrategy
_sorts
List<E> _sorts
|
Package org.apache.beehive.netui.databinding.datagrid.runtime.config |
|
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
_configParams
Map<K,V> _configParams
_moduleConfigLocators
AutoRegisterActionServlet.ModuleConfigLocator[] _moduleConfigLocators
_fieldName
String _fieldName
|
Class DynaFormData extends DynaValidatorForm implements Serializable |
_pageInputs
Map<K,V> _pageInputs
_rch
ReloadableClassHandler _rch
|
Class FormData extends ValidatorForm implements Serializable |
|
Class Forward extends ActionForward implements Serializable |
_outputForms
List<E> _outputForms
_isNestedReturn
boolean _isNestedReturn
_init
boolean _init
_mappingPath
String _mappingPath
_queryString
InternalStringBuilder _queryString
_explicitPath
boolean _explicitPath
_outputFormBeanType
String _outputFormBeanType
_actionOutputs
Map<K,V> _actionOutputs
_returnToType
int _returnToType
_redirectSpecifiedOnAnnotation
boolean _redirectSpecifiedOnAnnotation
_redirectSetThroughMethod
boolean _redirectSetThroughMethod
_restoreQueryString
boolean _restoreQueryString
_externalRedirect
boolean _externalRedirect
_inheritedPath
boolean _inheritedPath
_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
_handlers
Handlers _handlers
_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
_actionName
String _actionName
_createTime
long _createTime
- Creation time. This is non-transient, so it gets replicated in a cluster.
_managedObject
PageFlowManagedObject _managedObject
_messageKeyPrefix
String _messageKeyPrefix
_formBeanClasses
Map<K,V> _formBeanClasses
_overloadedActions
Map<K,V> _overloadedActions
_servletContainerAdapter
ServletContainerAdapter _servletContainerAdapter
_handlers
Handlers _handlers
_flowControllerFactory
FlowControllerFactory _flowControllerFactory
_legacySettings
LegacySettings _legacySettings
_pageServletClasses
InternalConcurrentHashMap _pageServletClasses
_pageServletFilter
PageFlowPageFilter _pageServletFilter
_fwd
ActionForward _fwd
_stack
Stack<E> _stack
_pageFlow
PageFlowController _pageFlow
_interceptor
ActionInterceptor _interceptor
_interceptedForward
InterceptorForward _interceptedForward
_interceptedActionName
String _interceptedActionName
_actionURI
String _actionURI
_form
ActionForm _form
_queryString
String _queryString
_forward
ActionForward _forward
_mappingPath
String _mappingPath
_clientState
Object _clientState
_effect
PageFlowException _effect
_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
_inheritedPath
boolean _inheritedPath
_name
String _name
_type
String _type
_isNullable
boolean _isNullable
_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
_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
_overrideMemFileSize
String _overrideMemFileSize
_forceMultipartDisabled
boolean _forceMultipartDisabled
_isHandlerMethod
boolean _isHandlerMethod
_defaultMessage
String _defaultMessage
_isPathContextRelative
boolean _isPathContextRelative
_readonly
boolean _readonly
_inheritedPath
boolean _inheritedPath
|
Package org.apache.beehive.netui.pageflow.handler |
|
Class BaseHandler extends Object implements Serializable |
_config
HandlerConfig _config
_previousHandler
Handler _previousHandler
_customProperties
Map<K,V> _customProperties
_handlerClass
String _handlerClass
|
Class Handlers extends Object implements Serializable |
_actionForwardHandler
ActionForwardHandler _actionForwardHandler
_exceptionsHandler
ExceptionsHandler _exceptionsHandler
_forwardRedirectHandler
ForwardRedirectHandler _forwardRedirectHandler
_loginHandler
LoginHandler _loginHandler
_storageHandler
StorageHandler _storageHandler
_reloadableClassHandler
ReloadableClassHandler _reloadableClassHandler
|
Package org.apache.beehive.netui.pageflow.interceptor |
_config
InterceptorConfig _config
_interceptorClass
String _interceptorClass
_customProperties
Map<K,V> _customProperties
_resultOverride
Object _resultOverride
_overridingInterceptor
Interceptor _overridingInterceptor
|
Package org.apache.beehive.netui.pageflow.interceptor.action |
_pageFlow
PageFlowController _pageFlow
_originalForward
InterceptorForward _originalForward
_actionName
String _actionName
_returnAction
String _returnAction
|
Package org.apache.beehive.netui.pageflow.interceptor.action.internal |
_savedAttrs
Map<K,V> _savedAttrs
|
Package org.apache.beehive.netui.pageflow.interceptor.request |
|
Package org.apache.beehive.netui.pageflow.internal |
_annotations
ProcessedAnnotations _annotations
_bean
Object _bean
_expression
String _expression
_message
String _message
_cause
Throwable _cause
_registeredHandler
Handler _registeredHandler
_pageFlowClassLoader
BouncyClassLoader _pageFlowClassLoader
_urlTemplates
URLTemplates _urlTemplates
_delegate
MessageResources _delegate
_formBean
Object _formBean
_controlBeanClassName
String _controlBeanClassName
serialVersionUID: 1
_secureForwards
boolean _secureForwards
_forwardOverflowCount
int _forwardOverflowCount
_nestingOverflowCount
int _nestingOverflowCount
_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.pageflow.xmlhttprequest |
|
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 |
_eh
ErrorHandling _eh
|
Package org.apache.beehive.netui.tags.databinding.bundle |