站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.4 API 英文版文档

PathMappingResult - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.server.servlet
Class PathMappingResult

java.lang.Object
  extended byorg.jboss.portal.server.servlet.PathMappingResult

public class PathMappingResult
extends java.lang.Object

The result of a request to a mapper.


Constructor Summary
PathMappingResult(java.lang.Object target, java.lang.String matchedPath, java.lang.String remainingPath)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getMatchedPath()
           
 java.lang.String getRemainingPath()
           
 java.lang.Object getTarget()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PathMappingResult

public PathMappingResult(java.lang.Object target,
                         java.lang.String matchedPath,
                         java.lang.String remainingPath)
Method Detail

getTarget

public java.lang.Object getTarget()

getMatchedPath

public java.lang.String getMatchedPath()

getRemainingPath

public java.lang.String getRemainingPath()

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object obj)

toString

public java.lang.String toString()