Class CmsFlexRequestKey.PathsBean

java.lang.Object
org.opencms.flex.CmsFlexRequestKey.PathsBean
Enclosing class:
CmsFlexRequestKey

public static class CmsFlexRequestKey.PathsBean extends Object
Contains the root paths to be used for determining the buckets of a flex cache entry.

  • Constructor Details

  • Method Details

    • getContainerElement

      Returns the container element.

      Returns:
      the container element
    • getDetailElement

      Returns the detail element.

      Returns:
      the detail element
    • getSite

      public String getSite()
      Returns the site.

      Returns:
      the site
    • getUri

      public String getUri()
      Returns the uri.

      Returns:
      the uri
    • setContainerElement

      public void setContainerElement(String containerElement)
      Sets the container element.

      Parameters:
      containerElement - the container element to set
    • setDetailElement

      public void setDetailElement(String detailElement)
      Sets the detail element.

      Parameters:
      detailElement - the detail element to set
    • setSite

      public void setSite(String site)
      Sets the site.

      Parameters:
      site - the site to set
    • setUri

      public void setUri(String uri)
      Sets the uri.

      Parameters:
      uri - the uri to set
    • toString

      public String toString()
      Overrides:
      toString in class Object
      See Also: