org.apache.cocoon.portal.pluto.om
Class ServletMapping
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletMapping
public ServletMapping()
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.