org.shept.org.springframework.web.servlet.mvc.delegation
Class WebActionToken

java.lang.Object
  extended by 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

Field Summary
private  WebComponent handler
           
private  String method
           
private  String pathName
           
private  String value
           
 
Constructor Summary
WebActionToken()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

method

private String method

value

private String value

pathName

private String pathName

handler

private WebComponent handler
Constructor Detail

WebActionToken

public WebActionToken()
Method Detail

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.