Serialized Form
|
Package com.acsinet_solutions.cetia4.controller.meta |
_name
java.lang.String _name
- The name of the attribute.
_type
java.lang.Class<T> _type
- The type of the attribute. This field is mutable, so late class
association is possible.
_scope
Scope _scope
- The scope that stores the attribute.
_maintenancePolicy
AttributeMaintenancePolicy _maintenancePolicy
- The maintenance policy of the current attribute.
|
Package com.acsinet_solutions.cetia4.controller.nav |
_name
java.lang.String _name
- The name of the navigation stage group. Not-null, not-empty, unique for
each group.
_stages
java.util.List<E> _stages
- The not null not empty list of at least two NavigationStageImpl
instances that conform a group.
_selectedIndex
int _selectedIndex
- The selected index value.
_name
java.lang.String _name
- The name of the controller associated with this navigation stage.
_link
Link _link
- The URL link to the current controller
_attributeInfo
AttributeInfo _attributeInfo
- The form attribute of the current step.
_list
java.util.List<E> _list
- The internal stage structure, with always at least one element.
|
Package com.acsinet_solutions.cetia4.controller.rest |
_manager
com.acsinet_solutions.cetia4.controller.rest.ControllerManager _manager
- Set of render controllers for the current REST servlet
_logger
org.apache.commons.logging.Log _logger
- Logger for the current instance.
_renderHandlers
java.util.List<E> _renderHandlers
- List of render handlers that may answer to a request.
_actionHandlers
java.util.List<E> _actionHandlers
- Request handler for simple HTTP POST, PUT,
DELETE web requests.
_loginType
LoginType _loginType
- Login type value; no explicit security model by default.
_configuration
Configuration _configuration
- The internal configuration reference.
_nestedModules
java.util.List<E> _nestedModules
- Internal list of nested modules
|
Package com.acsinet_solutions.cetia4.controller.rest.support |
|
Package com.acsinet_solutions.cetia4.controller.support |
_configuration
Configuration _configuration
- Configuration reference.
|
Package com.acsinet_solutions.cetia4.data |
_id1
int _id1
_id2
int _id2
_list
java.util.List<E> _list
- List of results.
_filter
PagedSearchFilter _filter
- Query filter.
_totalNumberOfResults
int _totalNumberOfResults
- The total number of results.
-1 if unknown
_firstResult
int _firstResult
- First result to be displayed. Only used if _maxResults is
>=0.
_maxResults
int _maxResults
- Maximum results. The paging is deactivated if this value <= 0
_ascending
boolean _ascending
- Ascending flag
_blockIndex
int _blockIndex
- Block index
_blockSize
int _blockSize
- Block size
_id
int _id
_version
int _version
|
Package com.acsinet_solutions.cetia4.http |
_method
HttpMethod _method
- Implemented method
_page
java.lang.String _page
- Requested page
_params
java.util.Map<K,V> _params
- Parameter map
_link
Link _link
- Requested link
|
Package com.acsinet_solutions.cetia4.service |
|
Package com.acsinet_solutions.cetia4.tags |
_standalone
boolean _standalone
- If true, the button is not currently in a form; false otherwise
_text
java.lang.String _text
- Text for the button
_confirmation
java.lang.String _confirmation
- Confirmation text for the button, if a confirmation window is desired
before sending confirmation using the onClick() JavaScript event handler
and the confirm() JavaScript function.
_name
java.lang.String _name
- Name of the tag.
_value
java.lang.String _value
- Value of the tag.
_checked
boolean _checked
- Checked flag, that indicates if the checkbox is selected or not
_checkedProvided
boolean _checkedProvided
- See if the checked attribute was provided or not.
_enabled
boolean _enabled
- Enabled flag, that activates or deactivates the checkbox depending
on the enabled condition
_select
org.apache.ecs.html.Select _select
- The combo component. Created each time is needed.
_name
java.lang.String _name
- The name of the component; could also be obtained fromt the Select instance
_selected
java.lang.String _selected
- The selected object
_selectedProvided
boolean _selectedProvided
- Check if setSelected() was called.
_catalog
java.util.Map<K,V> _catalog
- The catalog that will provide the combo options
_enabled
boolean _enabled
- Enabled flag, that activates or deactivates the combo depending
on the enabled condition
_defaultFormat
java.text.DateFormat _defaultFormat
- Default format for current class. As SimpleDateFormat is not thread-safe
this is instance based, and not static.
_format
java.text.DateFormat _format
- Format for the current date field.
_defaultFormat
java.text.NumberFormat _defaultFormat
- Default format for the current instance.
_format
java.text.NumberFormat _format
- Format to be applied.
_startDate
java.util.Calendar _startDate
- Starting date in the range
_endDate
java.util.Calendar _endDate
- Ending date in the range
_limit
int _limit
- The current text limit.
_text
java.lang.String _text
- The text being limited or decoded
_decoder
java.lang.String _decoder
- The decoder to be used.
_padding
java.lang.String _padding
- The padding of the tag
_iterator
java.util.Iterator<E> _iterator
- Internal iterator instance of the individual strings obtained from the
issues.
_method
java.lang.String _method
- Method argument, it refers to an HTTP method. In POST related forms
a method to be invoked on the servlet side may also be placed here
as a simple way to establick the _METHOD_PARAM hidden input tag.
- See Also:
ControllerConstants._METHOD_PARAM
_bean
java.lang.Object _bean
- Bean that is being introspected.
_defaultMethod
java.lang.String _defaultMethod
- The default method GET or POST
_fillDynamicValues
boolean _fillDynamicValues
- Fill dynamic values flag
_writeScripts
boolean _writeScripts
- This flag indicates if the script files should be imported.
_padding
boolean _padding
- Stores if padding is requested.
_text
java.lang.String _text
- The text string
_value
java.lang.String _value
- The value string
_start
boolean _start
- The optional start value
_key
java.lang.String _key
- The internal not-null key property
_value
java.lang.String _value
- The internal not-null value property
_checkedProvided
boolean _checkedProvided
- See if the checked attribute was provided or not.
_var
java.lang.String _var
- Name of the page variable that will store the value
_value
java.lang.Object _value
- Value that will be stored, as a result of a JEXL evaluation
_textArea
org.apache.ecs.html.TextArea _textArea
- Internal Textarea component
_name
java.lang.String _name
- The text name of the component
_value
java.lang.String _value
- The text value of the component
_enabled
boolean _enabled
- The optional enabled status
_input
org.apache.ecs.html.Input _input
- Internal input object used to fill values. Recreated each time.
_value
java.lang.Object _value
- The value to be set.
_valueProvided
boolean _valueProvided
- Check if setValue() was called.
_enabled
boolean _enabled
- The optional enabled status
|
Package com.acsinet_solutions.cetia4.tags.nav |
_class
java.lang.String _class
- CSS breadcrumb class
_selectedClass
java.lang.String _selectedClass
- CSS breadcrumb class of the selected stage
_types
java.util.Set<E> _types
- The types of pages that will cause the tag to return true.
|
Package com.acsinet_solutions.cetia4.tags.pager |
_iterator
java.util.Iterator<E> _iterator
- Internal iterator instance
_var
java.lang.String _var
- Variable that will hold a reference to the PagingBlock
_block
PagingBlock _block
- Current paging block reference.
_results
PagedResults<T> _results
- Results instance that holds the information for all the rest of the
tags in this taglib.
_link
URLLink _link
- Default action to be set by subtags, using the rationale that normally
all links in a paging point to the same target action. May be null.
_method
java.lang.String _method
- Default method to be executed by subtags, using the same rationale.
May also be null.
|
Package com.acsinet_solutions.cetia4.tags.support |
_link
URLLink _link
- Internal action instance
_section
java.lang.String _section
- Section instance
_logger
org.apache.commons.logging.Log _logger
- Internal logger object for the current instance.
_dynamicAttributes
java.util.Map<K,V> _dynamicAttributes
- Dynamic attributes map. Lazily loaded.
_logger
org.apache.commons.logging.Log _logger
_logger
org.apache.commons.logging.Log _logger
_logger
org.apache.commons.logging.Log _logger
- Internal logger object for the current instance.
_dynamicAttributes
java.util.Map<K,V> _dynamicAttributes
- Dynamic attributes map. Lazily loaded.
|
Package com.acsinet_solutions.cetia4.test.controller |
|
Package com.acsinet_solutions.cetia4.test.data |
_number
int _number
_description
java.lang.String _description
_notes
java.util.List<E> _notes
_references
java.util.Set<E> _references
_version
int _version
_id
int _id
_details
java.util.List<E> _details
_notes
java.util.List<E> _notes
_text
java.lang.String _text
_invoice
Invoice _invoice
_id
int _id
_name
java.lang.String _name
_text
java.lang.String _text
_date
java.util.Calendar _date
_userId
int _userId
_bonus
java.math.BigDecimal _bonus
_topicType
int _topicType
_topicAudience
int _topicAudience
_status
int _status
_note
Note _note
_pattern
java.lang.String _pattern
- Search pattern
|
Package com.acsinet_solutions.util |
_suffixAppender
URLSuffixAppender _suffixAppender
- List of suffix keys
_dateFormat
java.text.SimpleDateFormat _dateFormat
_decimalFormat
java.text.DecimalFormat _decimalFormat
_section
java.lang.String _section
- The link section
_page
java.lang.String _page
- page value
_map
java.util.Map<K,V> _map
- Map of suffix keys
|
Package com.acsinet_solutions.util.adt |
_size
int _size
- The not null size of the cache.
_parent
ITreeNode _parent
- ITreeNode parent, true if root node
_name
java.lang.String _name
- Internal name set when the node has a parent
_obj
java.lang.Object _obj
- The object that this node holds
_sons
java.util.Map<K,V> _sons
- Not null keyed list of sons of this node
_siblings
java.util.List<E> _siblings
- Sibling cache lazily loaded List instance
|
Package com.acsinet_solutions.util.build |
|
Package com.acsinet_solutions.util.exception |
_throwable
java.lang.Throwable _throwable
- The "real" wrapped exception. Must be not null.
_issues
java.util.List<E> _issues
_issues
java.util.List<E> _issues
_id
long _id
- The registry id.
|
Package com.acsinet_solutions.util.log |
_event
org.apache.log4j.spi.LoggingEvent _event
- The not-null delegated LoggingEvent instance.
|
Package com.acsinet_solutions.util.regexp |
|
Package com.acsinet_solutions.util.text |
_str
java.lang.String _str
- The original maybe-null string value. This reference is kept for fast
toString() conversion.
_number
int _number
- The original positive int value; -1 if no int value is provided.
_text
java.lang.String _text
- The original maybe null text value.
writeObject
private void writeObject(java.io.ObjectOutputStream ostream)
throws java.io.IOException
- Update the transient fields so no information is lost when serialized
- Throws:
java.io.IOException
_asString
java.lang.String _asString
_type
java.lang.String _type
|
Package com.acsinet_solutions.util.validator |
_key
java.lang.String _key
- The validation issue key
_args
java.lang.Object[] _args
- Argument array
_text
java.lang.String _text
- Validation text