org.shept.org.springframework.web.servlet.mvc.delegation
Class WebActionToken
java.lang.Object
org.shept.org.springframework.web.servlet.mvc.delegation.WebActionToken
public class WebActionToken
- extends Object
- Version:
- $$Id: WebActionToken.java 34 2010-08-20 16:46:49Z aha $$
- Author:
- Andi
method
private String method
value
private String value
pathName
private String pathName
handler
private WebComponent handler
WebActionToken
public WebActionToken()
getMethod
public String getMethod()
- Returns:
- the method
setMethod
public void setMethod(String method)
- Parameters:
method - the method to set
getValue
public String getValue()
- Returns:
- the value
setValue
public void setValue(String value)
- Parameters:
value - the value to set
getPathName
public String getPathName()
- Returns:
- the pathName
setPathName
public void setPathName(String pathName)
- Parameters:
pathName - the pathName to set
toString
public String toString()
- Overrides:
toString in class Object
getHandler
public WebComponent getHandler()
- Returns:
- the handler
setHandler
public void setHandler(WebComponent handler)
- Parameters:
handler - the handler to set
Copyright © 2011. All Rights Reserved.