| Home >> All >> com >> sample |
| | com.sample.addressbook.* (57) | | com.sample.griffin.* (9) | | com.sample.jsp.* (7) |
| | com.sample.tutorial.* (23) |
Package Samples:
com.sample.addressbook.config
com.sample.addressbook.config.contact
com.sample.addressbook.config.search
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
com.sample.addressbook.dumbdb
com.sample.addressbook.model.contact.data
com.sample.addressbook
com.sample.addressbook.view.components
com.sample.addressbook.view.components.search
com.sample.addressbook.view.contact
com.sample.addressbook.view.util
com.sample.griffin.transform
com.sample.griffin.validation
com.sample.jsp.controller.servlet
com.sample.jsp.data
com.sample.jsp.validation
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
Customer: This class represents the customer node in the test XML data. For simplicity, we're only going to include the following nodes: <customer> <profile> <firstname>Search Person 1</firstname> <middlename>A</middlename> <lastname>Search Last Name 1</lastname> </profile> </customer>
DumbDB: This class is used to fake a dumb database. It is only used for this application so that it can be demonstrated without the need of a proper database. Please do not use this class for anything other than testing/prototype purposes.
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.
SampleDatasetDescriptor: This is an extended version of the com.aendvari.common.util.ResourceLoader class to allow access to the XML descriptor resource.
SampleErrorHandlerDescriptor: This is an extended version of the com.aendvari.common.util.ResourceLoader class to allow access to the XML descriptor resource.
SampleDatasetDescriptor: This is an extended version of the com.aendvari.common.util.ResourceLoader class to allow access to the XML descriptor resource.
SampleErrorHandlerDescriptor: This is an extended version of the com.aendvari.common.util.ResourceLoader class to allow access to the XML descriptor resource.
OsmTestDataDescriptor: This is an extended version of the com.aendvari.common.util.ResourceLoader class to allow access to the OSM resources.
XmlTestDataDescriptor: This is an extended version of the com.aendvari.common.util.ResourceLoader class to allow access to the XML resources.
ValidationTest: This class provides a quick example of how to use Griffin's validation package.
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.
SampleErrorHandler: A sample error handler class for managing validation failures.
SampleErrorHandler: A sample error handler class for managing validation failures.
EmailAddressesView: Displays a modify/create emails form for editing.
ContactViewUtil: A utility class for all the contact view classes.
ContactNavigationView: Prepares the messages for navigational purposes.
| Home | Contact Us | Privacy Policy | Terms of Service |