Serialized Form


Package org.apache.beehive.netui.core.factory

Class Factory extends Object implements Serializable

Serialized Fields

_config

FactoryConfig _config

Class FactoryConfig extends Object implements Serializable

Serialized Fields

_customProperties

Map<K,V> _customProperties

Package org.apache.beehive.netui.core.urltemplates

Class URLTemplates extends Object implements Serializable

Serialized Fields

_templates

HashMap<K,V> _templates

_templateRefGroups

HashMap<K,V> _templateRefGroups

Class URLTemplatesFactory extends Factory implements Serializable

Serialized Fields

_configFilePath

String _configFilePath

_knownTokens

Collection<E> _knownTokens

_requiredTokens

Collection<E> _requiredTokens

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

Class DataGridConfig extends Object implements Serializable

Class DataGridState extends Object implements Serializable

Serialized Fields

_filterModel

FilterModel _filterModel

_sortModel

SortModel _sortModel

_pagerModel

PagerModel _pagerModel

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.databinding.datagrid.api.filter

Class Filter extends Object implements Serializable

Serialized Fields

_filterExpression

String _filterExpression

_filterOperation

FilterOperation _filterOperation

_filterOperationHint

FilterOperationHint _filterOperationHint

_value

Object _value

_typeHint

FilterTypeHint _typeHint

Class FilterModel extends Object implements Serializable

Serialized Fields

_filters

List<E> _filters

Class FilterOperation extends Object implements Serializable

Serialized Fields

_id

int _id

_abbreviation

String _abbreviation

_resourceKey

String _resourceKey

_operationHint

FilterOperationHint _operationHint

Class FilterOperationHint extends Object implements Serializable

Serialized Fields

_val

int _val
Integer representation of the filter operation.

Class FilterTypeHint extends Object implements Serializable

Serialized Fields

_hint

String _hint

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

Class PagerModel extends Object implements Serializable

Serialized Fields

_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

Serialized Fields

_sortExpression

String _sortExpression

_sortDirection

SortDirection _sortDirection

Class SortDirection extends Object implements Serializable

Serialized Fields

_val

int _val

Class SortModel extends Object implements Serializable

Serialized Fields

_sortStrategy

SortStrategy _sortStrategy

_sorts

List<E> _sorts

Class SortStrategy extends Object implements Serializable


Package org.apache.beehive.netui.databinding.datagrid.runtime.config

Class DefaultDataGridConfig extends DataGridConfig 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 FacesBackingBeanFactory extends Factory implements Serializable

Serialized Fields

_rch

ReloadableClassHandler _rch

Class FlowController extends PageFlowManagedObject implements Serializable

Class FlowControllerFactory extends Factory 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

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).

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

Serialized Fields

_createTime

long _createTime
Creation time. This is non-transient, so it gets replicated in a cluster.

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

InternalConcurrentHashMap _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 PreviousInfo implements Serializable

Serialized Fields

_actionURI

String _actionURI

Class PreviousInfo extends Object implements Serializable

Serialized Fields

_form

ActionForm _form

_queryString

String _queryString

Class PreviousPageInfo extends PreviousInfo implements Serializable

Serialized Fields

_forward

ActionForward _forward

_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

_inheritedPath

boolean _inheritedPath

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

_overrideMemFileSize

String _overrideMemFileSize

_forceMultipartDisabled

boolean _forceMultipartDisabled

Class PageFlowExceptionConfig extends ExceptionConfig implements Serializable

Serialized Fields

_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

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

_storageHandler

StorageHandler _storageHandler

_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.action.internal

Class OriginalForward extends InterceptorForward implements Serializable

Serialized Fields

_savedAttrs

Map<K,V> _savedAttrs

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 AnnotationReader extends Object implements Serializable

Serialized Fields

_annotations

ProcessedAnnotations _annotations

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 DefaultURLTemplatesFactory extends URLTemplatesFactory implements Serializable

Serialized Fields

_urlTemplates

URLTemplates _urlTemplates

Class DeferredSessionStorageHandler extends DefaultHandler implements Serializable

Class ExpressionAwareMessageResources extends MessageResources implements Serializable

Serialized Fields

_delegate

MessageResources _delegate

_formBean

Object _formBean

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 SimpleSessionStorageHandler extends DefaultHandler implements Serializable

Class UnhandledException extends ServletException implements Serializable

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


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

Class DeclareBundle extends