org.shept.org.springframework.web.servlet.mvc.delegation
public class WebActionToken extends Object
| Modifier and Type | Field and Description |
|---|---|
private WebComponent |
handler |
private String |
method |
private String |
pathName |
private String |
value |
| Constructor and Description |
|---|
WebActionToken() |
| Modifier and Type | Method and Description |
|---|---|
WebComponent |
getHandler() |
String |
getMethod() |
String |
getPathName() |
String |
getValue() |
void |
setHandler(WebComponent handler) |
void |
setMethod(String method) |
void |
setPathName(String pathName) |
void |
setValue(String value) |
String |
toString() |
private String method
private String value
private String pathName
private WebComponent handler
public String getMethod()
public void setMethod(String method)
method - the method to setpublic String getValue()
public void setValue(String value)
value - the value to setpublic String getPathName()
public void setPathName(String pathName)
pathName - the pathName to setpublic WebComponent getHandler()
public void setHandler(WebComponent handler)
handler - the handler to setCopyright © 2014. All Rights Reserved.