Package org.opencms.flex
Class CmsFlexRequestKey.PathsBean
- java.lang.Object
-
- org.opencms.flex.CmsFlexRequestKey.PathsBean
-
- Enclosing class:
- CmsFlexRequestKey
public static class CmsFlexRequestKey.PathsBean extends java.lang.Object
Contains the root paths to be used for determining the buckets of a flex cache entry.
-
-
Constructor Summary
Constructors Constructor Description PathsBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetContainerElement()Returns the container element.java.lang.StringgetDetailElement()Returns the detail element.java.lang.StringgetSite()Returns the site.java.lang.StringgetUri()Returns the uri.voidsetContainerElement(java.lang.String containerElement)Sets the container element.voidsetDetailElement(java.lang.String detailElement)Sets the detail element.voidsetSite(java.lang.String site)Sets the site.voidsetUri(java.lang.String uri)Sets the uri.java.lang.StringtoString()
-
-
-
Constructor Detail
-
PathsBean
public PathsBean()
-
-
Method Detail
-
getContainerElement
public java.lang.String getContainerElement()
Returns the container element.- Returns:
- the container element
-
getDetailElement
public java.lang.String getDetailElement()
Returns the detail element.- Returns:
- the detail element
-
getSite
public java.lang.String getSite()
Returns the site.- Returns:
- the site
-
getUri
public java.lang.String getUri()
Returns the uri.- Returns:
- the uri
-
setContainerElement
public void setContainerElement(java.lang.String containerElement)
Sets the container element.- Parameters:
containerElement- the container element to set
-
setDetailElement
public void setDetailElement(java.lang.String detailElement)
Sets the detail element.- Parameters:
detailElement- the detail element to set
-
setSite
public void setSite(java.lang.String site)
Sets the site.- Parameters:
site- the site to set
-
setUri
public void setUri(java.lang.String uri)
Sets the uri.- Parameters:
uri- the uri to set
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object- See Also:
Object.toString()
-
-