| Home >> All >> com >> sample >> jsp |
| | com.sample.jsp.controller.* (1) | | com.sample.jsp.controller.servlet.* (1) |
| | com.sample.jsp.data.* (3) | | com.sample.jsp.validation.* (3) |
Package Samples:
com.sample.jsp.controller.servlet
com.sample.jsp.data
com.sample.jsp.validation
Classes:
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>
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.
SampleErrorHandler: A sample error handler class for managing validation failures.
TagExamplesServlet: Servlet to run the example JSP pages.
| Home | Contact Us | Privacy Policy | Terms of Service |