public class org.apache.shiro.spring.web.ShiroUrlPathHelper extends org.springframework.web.util.UrlPathHelper
{
public void <init>()
{
org.apache.shiro.spring.web.ShiroUrlPathHelper v;
v := @this: org.apache.shiro.spring.web.ShiroUrlPathHelper;
specialinvoke v.<org.springframework.web.util.UrlPathHelper: void <init>()>();
return;
}
public java.lang.String getPathWithinApplication(javax.servlet.http.HttpServletRequest)
{
javax.servlet.http.HttpServletRequest v;
java.lang.String v;
org.apache.shiro.spring.web.ShiroUrlPathHelper v;
v := @this: org.apache.shiro.spring.web.ShiroUrlPathHelper;
v := @parameter: javax.servlet.http.HttpServletRequest;
v = staticinvoke <org.apache.shiro.web.util.WebUtils: java.lang.String getPathWithinApplication(javax.servlet.http.HttpServletRequest)>(v);
return v;
}
public java.lang.String getPathWithinServletMapping(javax.servlet.http.HttpServletRequest)
{
javax.servlet.http.HttpServletRequest v;
java.lang.String v;
org.apache.shiro.spring.web.ShiroUrlPathHelper v;
v := @this: org.apache.shiro.spring.web.ShiroUrlPathHelper;
v := @parameter: javax.servlet.http.HttpServletRequest;
v = staticinvoke <org.apache.shiro.web.util.WebUtils: java.lang.String getPathWithinApplication(javax.servlet.http.HttpServletRequest)>(v);
return v;
}
}