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:
- $Id: ServletMapping.java 322475 2005-10-16 14:26:44Z cziegeler $
- 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-2005 The Apache Software Foundation. All Rights Reserved.