org.unidal.web.lifecycle.UrlMapping Maven / Gradle / Ivy
The newest version!
package org.unidal.web.lifecycle;
public interface UrlMapping {
public String getAction();
public String getContextPath();
public String getModule();
public String getPathInfo();
public String getQueryString();
public String getServletPath();
public void setModule(String module);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy