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
-
Method Summary
Modifier and TypeMethodDescriptionReturns the container element.Returns the detail element.getSite()
Returns the site.getUri()
Returns the uri.void
setContainerElement
(String containerElement) Sets the container element.void
setDetailElement
(String detailElement) Sets the detail element.void
Sets the site.void
Sets 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
-