Liferay 7.0-ce-b4

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, String parameters)
           
 
Method Summary
 String getContextPath()
           
 String getParameters()
           
 String getPath()
           
 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,
                String parameters)
Method Detail

getContextPath

public String getContextPath()

getParameters

public String getParameters()

getPath

public String getPath()

toString

public String toString()
Overrides:
toString in class Object

Liferay 7.0-ce-b4