All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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