org.jboss.seam.web
Class ServletMapping

java.lang.Object
  extended by org.jboss.seam.web.ServletMapping

public class ServletMapping
extends Object

functions related to the faces servlet mapping and the translation from viewId to URL and back


Constructor Summary
ServletMapping(String mapping)
           
 
Method Summary
 boolean isMapped(String baseURL, String viewId)
           
 String mapViewIdToURL(String viewId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletMapping

public ServletMapping(String mapping)
Method Detail

mapViewIdToURL

public String mapViewIdToURL(String viewId)

isMapped

public boolean isMapped(String baseURL,
                        String viewId)