rewrite-api-servlet 2.0.0.Alpha6

org.ocpsoft.rewrite.servlet
Class ServletRegistration

java.lang.Object
  extended by org.ocpsoft.rewrite.servlet.ServletRegistration

public class ServletRegistration
extends Object

Similar to javax.servlet.ServletRegistration. But as the original is only available in Servlet 3.0 and new we use or own.

Author:
Christian Kaltepoth

Constructor Summary
ServletRegistration()
           
 
Method Summary
 void addMapping(String mapping)
           
 void addMappings(Collection<String> mappings)
           
 String getClassName()
           
 List<String> getMappings()
           
 void setClassName(String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletRegistration

public ServletRegistration()
Method Detail

getClassName

public String getClassName()

setClassName

public void setClassName(String className)

getMappings

public List<String> getMappings()

addMapping

public void addMapping(String mapping)

addMappings

public void addMappings(Collection<String> mappings)

rewrite-api-servlet 2.0.0.Alpha6

Copyright © 2013 OCPsoft. All Rights Reserved.