public class org.apache.shiro.spring.web.config.ShiroRequestMappingConfig extends java.lang.Object
{
public void <init>(org.springframework.web.servlet.mvc.method.'annotation'.RequestMappingHandlerMapping)
{
org.springframework.web.servlet.mvc.method.'annotation'.RequestMappingHandlerMapping v;
org.apache.shiro.spring.web.ShiroUrlPathHelper v;
org.apache.shiro.spring.web.config.ShiroRequestMappingConfig v;
v := @this: org.apache.shiro.spring.web.config.ShiroRequestMappingConfig;
v := @parameter: org.springframework.web.servlet.mvc.method.'annotation'.RequestMappingHandlerMapping;
specialinvoke v.<java.lang.Object: void <init>()>();
v = new org.apache.shiro.spring.web.ShiroUrlPathHelper;
specialinvoke v.<org.apache.shiro.spring.web.ShiroUrlPathHelper: void <init>()>();
virtualinvoke v.<org.springframework.web.servlet.mvc.method.'annotation'.RequestMappingHandlerMapping: void setUrlPathHelper(org.springframework.web.util.UrlPathHelper)>(v);
return;
}
}