com.sun.grizzly.http.webxml.schema.version_2_3
Class ServletMapping

java.lang.Object
  extended by com.sun.grizzly.http.webxml.schema.version_2_3.ServletMapping
All Implemented Interfaces:
Serializable

public class ServletMapping
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  ServletName servletName
           
protected  UrlPattern urlPattern
           
 
Constructor Summary
ServletMapping()
           
 
Method Summary
 void addVetoableChangeListener(String param0, VetoableChangeListener param1)
           
 void addVetoableChangeListener(VetoableChangeListener param0)
           
 String getId()
          Gets the value of the id property.
 ServletName getServletName()
          Gets the value of the servletName property.
 UrlPattern getUrlPattern()
          Gets the value of the urlPattern property.
 void removeVetoableChangeListener(String param0, VetoableChangeListener param1)
           
 void removeVetoableChangeListener(VetoableChangeListener param0)
           
 void setId(String value)
          Sets the value of the id property.
 void setServletName(ServletName value)
          Sets the value of the servletName property.
 void setUrlPattern(UrlPattern value)
          Sets the value of the urlPattern property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

servletName

protected ServletName servletName

urlPattern

protected UrlPattern urlPattern
Constructor Detail

ServletMapping

public ServletMapping()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getServletName

public ServletName getServletName()
Gets the value of the servletName property.

Returns:
possible object is ServletName

setServletName

public void setServletName(ServletName value)
Sets the value of the servletName property.

Parameters:
value - allowed object is ServletName

getUrlPattern

public UrlPattern getUrlPattern()
Gets the value of the urlPattern property.

Returns:
possible object is UrlPattern

setUrlPattern

public void setUrlPattern(UrlPattern value)
Sets the value of the urlPattern property.

Parameters:
value - allowed object is UrlPattern

addVetoableChangeListener

public void addVetoableChangeListener(VetoableChangeListener param0)

addVetoableChangeListener

public void addVetoableChangeListener(String param0,
                                      VetoableChangeListener param1)

removeVetoableChangeListener

public void removeVetoableChangeListener(String param0,
                                         VetoableChangeListener param1)

removeVetoableChangeListener

public void removeVetoableChangeListener(VetoableChangeListener param0)


Copyright © 2012 Oracle Corporation. All Rights Reserved.