org.jboss.forge.spec.javaee.util
Class ServletUtil

java.lang.Object
  extended by org.jboss.forge.spec.javaee.util.ServletUtil

public class ServletUtil
extends Object

Author:
Lincoln Baxter, III

Constructor Summary
ServletUtil()
           
 
Method Summary
static Pattern mappingToRegex(String mapping)
          Convert a Servlet Mapping to a compiled Pattern
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletUtil

public ServletUtil()
Method Detail

mappingToRegex

public static Pattern mappingToRegex(String mapping)
Convert a Servlet Mapping to a compiled Pattern



Copyright © 2011 Seam Framework. All Rights Reserved.