Package org.opencms.db
Class CmsRewriteAliasFilter
java.lang.Object
org.opencms.db.CmsRewriteAliasFilter
Filter class used for selecting rewrite aliases from the database.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the id to filter with.Gets the site root used for filtering.Sets the id of the rewrite alias we want.setSiteRoot
(String siteRoot) Sets the site root to use for filtering.
-
Constructor Details
-
CmsRewriteAliasFilter
public CmsRewriteAliasFilter()
-
-
Method Details
-
getId
Gets the id to filter with.- Returns:
- the id to filter with
-
getSiteRoot
Gets the site root used for filtering.- Returns:
- the site root used for filtering
-
setId
Sets the id of the rewrite alias we want.- Parameters:
id
- a rewrite alias id- Returns:
- this filter
-
setSiteRoot
Sets the site root to use for filtering.- Parameters:
siteRoot
- the site root- Returns:
- this filter
-