Liferay 6.2-ce-ga5

com.liferay.portal.kernel.struts
Class LastPath

java.lang.Object
  extended by com.liferay.portal.kernel.struts.LastPath
All Implemented Interfaces:
Serializable

public class LastPath
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
LastPath(String contextPath, String path)
           
LastPath(String contextPath, String path, Map<String,String[]> parameterMap)
           
 
Method Summary
 String getContextPath()
           
 Map<String,String[]> getParameterMap()
           
 String getPath()
           
 void setContextPath(String contextPath)
           
 void setParameterMap(Map<String,String[]> parameterMap)
           
 void setPath(String path)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LastPath

public LastPath(String contextPath,
                String path)

LastPath

public LastPath(String contextPath,
                String path,
                Map<String,String[]> parameterMap)
Method Detail

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

Liferay 6.2-ce-ga5