Uses of Class
com.instantbank.lettertemplate.control.web.URLMapping

Packages that use URLMapping
com.instantbank.lettertemplate.control.web This is the MVC Controller SERVLET for Letters subsystem. 
 

Uses of URLMapping in com.instantbank.lettertemplate.control.web
 

Methods in com.instantbank.lettertemplate.control.web that return URLMapping
 URLMapping ScreenFlowManager.getURLMapping(java.lang.String urlPattern)
          The UrlMapping object contains information that will match a url to a mapping object that contains information about the current screen, the handler class that is needed to process a request, and the flow handler class that is needed to insure that the propper screen is displayed.