Uses of Class
com.cinecolombia.interfases.control.web.URLMapping

Packages that use URLMapping
com.cinecolombia.interfases.control.web Controlador MVC del nivel Web para el módulo Interfases. 
 

Uses of URLMapping in com.cinecolombia.interfases.control.web
 

Methods in com.cinecolombia.interfases.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.