com.liferay.portal.kernel.struts
Class LastPath
java.lang.Object
com.liferay.portal.kernel.struts.LastPath
- All Implemented Interfaces:
- Serializable
public class LastPath
- extends Object
- implements Serializable
- See Also:
- Serialized Form
LastPath
public LastPath(String contextPath,
String path)
LastPath
public LastPath(String contextPath,
String path,
Map<String,String[]> parameterMap)
getContextPath
public String getContextPath()
getParameterMap
public Map<String,String[]> getParameterMap()
getPath
public String getPath()
setContextPath
public void setContextPath(String contextPath)
setParameterMap
public void setParameterMap(Map<String,String[]> parameterMap)
setPath
public void setPath(String path)
toString
public String toString()
- Overrides:
toString
in class Object