| Home >> All >> com >> sample >> addressbook >> controller |
Package Samples:
com.sample.addressbook.controller.components
com.sample.addressbook.controller.components.search
com.sample.addressbook.controller.contact
com.sample.addressbook.controller.contact.validation
com.sample.addressbook.controller.servlet
Classes:
SearchController: Manages search request. When an item is "selected", this component sets the id of the selected value into the sending message under the name "itemId". To extract that id while in the listening component of the send message, use the following code: String itemId = message.getProperties().getString("itemId"); The message sent to respond to the "selected" action, is determined in the configuration of this search component. See the message "select" in SearchController.xml
SearchResult: Contains the results of a search: The total number of result items. The subset of the result items requested. A search result may contain only a subset of the query. Each subset typically represents a single "page" of results.
ContactDatasetDescriptor: This is an extended version of the com.aendvari.common.util.ResourceLoader class to allow access to the XML descriptor resource.
ContactErrorHandlerDescriptor: This is an extended version of the com.aendvari.common.util.ResourceLoader class to allow access to the XML descriptor resource.
ContactAssociatesController: Prepares for displaying/modifying a contact's associations for editing.
ContactCreateController: Prepares for displaying/submitting the form for creating a contact.
SearchFilter: Specifies a filter to determine which items to place in a search result.
SearchRange: Specifies the inclusive range of items to place in a search result.
ContactValidation: This class provides the validation routine for managing a contact.
ContactModifyController: Prepares for displaying/submitting a contact for editing.
ContactErrorHandler: A sample error handler class for managing validation failures.
ContactNavigationController: Manages copyform message for navigation calls.
ContactNavigationControllerDescriptor: Contact Contact Navigation Controller Descriptor.
ContactDisplayController: Prepares for displaying the contact data.
ContactSearchController: Prepares for displaying the contact data.
PagedSearchResult: Contains a single page of results of a search.
PagedSearch: Calculates the search range by page numbers.
AddressBookServlet: Servlet for the address book application.
EmailAddressesController: Manages the email addresses data.
ContactDisplayControllerDescriptor: Contact Display Controller Descriptorr.
EmailAddressesControllerDescriptor: Email Addresses Controller Descriptor.
ContactSearchControllerDescriptor: Contact Search Controller Descriptorr.
ContactCreateControllerDescriptor: Contact Create Controller descriptor.
ContactAssociatesControllerDescriptor: Contact Associates Controller.
SearchControllerDescriptor: Search Controller Descriptor.
| Home | Contact Us | Privacy Policy | Terms of Service |