org.apache.cocoon.portal.pluto.om
Class ServletMapping

java.lang.Object
  extended by org.apache.cocoon.portal.pluto.om.ServletMapping
All Implemented Interfaces:
Serializable

public class ServletMapping
extends Object
implements Serializable

Version:
CVS $Id: ServletMapping.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler
See Also:
Serialized Form

Constructor Summary
ServletMapping()
           
 
Method Summary
 String getId()
           
 String getServletName()
           
 String getUrlPattern()
           
 void setId(String id)
           
 void setServletName(String servletName)
           
 void setUrlPattern(String urlPattern)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletMapping

public ServletMapping()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getServletName

public String getServletName()

setServletName

public void setServletName(String servletName)

getUrlPattern

public String getUrlPattern()

setUrlPattern

public void setUrlPattern(String urlPattern)


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.