Package org.opencms.flex
Class CmsFlexRequestKey.PathsBean
java.lang.Object
org.opencms.flex.CmsFlexRequestKey.PathsBean
- Enclosing class:
CmsFlexRequestKey
Contains the root paths to be used for determining the buckets of a flex cache entry.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the container element.Returns the detail element.getSite()Returns the site.getUri()Returns the uri.voidsetContainerElement(String containerElement) Sets the container element.voidsetDetailElement(String detailElement) Sets the detail element.voidSets the site.voidSets the uri.toString()
-
Constructor Details
-
PathsBean
public PathsBean()
-
-
Method Details
-
getContainerElement
Returns the container element.- Returns:
- the container element
-
getDetailElement
Returns the detail element.- Returns:
- the detail element
-
getSite
Returns the site.- Returns:
- the site
-
getUri
Returns the uri.- Returns:
- the uri
-
setContainerElement
Sets the container element.- Parameters:
containerElement- the container element to set
-
setDetailElement
Sets the detail element.- Parameters:
detailElement- the detail element to set
-
setSite
Sets the site.- Parameters:
site- the site to set
-
setUri
Sets the uri.- Parameters:
uri- the uri to set
-
toString
-