Package org.opencms.jsp
Class CmsContentInfoBean
java.lang.Object
org.opencms.jsp.CmsContentInfoBean
A container to store information about a collector's result.
- Since:
- 6.0.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The name under which the collector info is saved in the page context. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets an id which is common to all items in a collector list.Returns the locale used by the content loader.Gets the javascript: link for creating and editing a new content.Gets the Javascript for creating and editing a new content.int
Returns the number of pages of browse through the result list.int
Returns the index of the current page that gets displayed.int
Returns the page index of the first element in the Google-like page navigation.int
Returns the page index of the last element in the Google-like page navigation.int
Returns the page index of the first element in the Google-like page navigation.int
Returns the size of a page.int
Returns the index of the current resource that gets iterated in the result list.int
Returns the total size of the collector's result list.boolean
Returns true if there is no resource in the result list.boolean
Returns true if the current resource is the first resource on the current page.boolean
Returns true if the current resource is the first resource in the result list.boolean
Returns true if the current resource is the last resource on the current page.boolean
Returns true if the current resource is the last resource in the result list.void
Sets the current locale used by the content loader.
-
Field Details
-
PAGE_CONTEXT_ATTRIBUTE_NAME
The name under which the collector info is saved in the page context.- See Also:
-
-
Constructor Details
-
CmsContentInfoBean
public CmsContentInfoBean()Creates a new content info bean.
-
-
Method Details
-
getId
Gets an id which is common to all items in a collector list.- Returns:
- the id identifying the collector list
-
getLocale
Returns the locale used by the content loader.- Returns:
- the locale used by the content loader
-
getNewContentLink
Gets the javascript: link for creating and editing a new content.- Returns:
- the javascript: link for creating and editing a new content
-
getNewContentScript
Gets the Javascript for creating and editing a new content.- Returns:
- the Javascript for creating and editing a new content
-
getPageCount
Returns the number of pages of browse through the result list.- Returns:
- the number of pages of browse through the result list
-
getPageIndex
Returns the index of the current page that gets displayed.- Returns:
- the index of the current page that gets displayed
-
getPageSize
Returns the size of a page.- Returns:
- the size of a page
-
getResultIndex
Returns the index of the current resource that gets iterated in the result list.- Returns:
- the index of the current resource that gets iterated in the result list
-
getResultSize
Returns the total size of the collector's result list.- Returns:
- the total size of the collector's result list
-
isEmptyResult
Returns true if there is no resource in the result list.- Returns:
- true if there is no resource in the result list
-
isFirstOnPage
Returns true if the current resource is the first resource on the current page.- Returns:
- true if the current resource is the first resource on the current page
-
isFirstResult
Returns true if the current resource is the first resource in the result list.- Returns:
- true if the current resource is the first resource in the result list
-
isLastOnPage
Returns true if the current resource is the last resource on the current page.- Returns:
- true if the current resource is the last resource on the current page
-
isLastResult
Returns true if the current resource is the last resource in the result list.- Returns:
- true if the current resource is the last resource in the result list
-
setLocale
Sets the current locale used by the content loader.- Parameters:
locale
- the locale to set
-