Class WebXmlJspConfigTaglib

java.lang.Object
cloud.piranha.core.api.WebXmlJspConfigTaglib

public class WebXmlJspConfigTaglib extends Object
A taglib inside jsp-config of web.xml/web-fragment.xml.
Author:
Manfred Riem ([email protected])
  • Constructor Details

    • WebXmlJspConfigTaglib

      public WebXmlJspConfigTaglib(String location, String uri)
      Constructor.
      Parameters:
      location - the location.
      uri - the URI.
  • Method Details

    • getLocation

      public String getLocation()
      Get the location.
      Returns:
      the location.
    • getUri

      public String getUri()
      Get the URI.
      Returns:
      the URI.