Package org.opencms.jsp
Class CmsJspTagLink.Parameters
java.lang.Object
org.opencms.jsp.CmsJspTagLink.Parameters
- Enclosing class:
- CmsJspTagLink
Parameters for the link tag.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe base uri.The detail page.The locale.The target.The type. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Parameters
(String target, String baseUri, String detailPage, Locale locale, CmsJspTagLink.Type type) Instantiates a new link tag params. -
Method Summary
Modifier and TypeMethodDescriptionGets the base uri.Gets the detail page.Gets the locale.Gets the target.getType()
Gets the type.void
setBaseUri
(String baseUri) Sets the base uri.void
setDetailPage
(String detailPage) Sets the detail page.void
Sets the locale.void
Sets the target.void
setType
(CmsJspTagLink.Type type) Sets the type.
-
Field Details
-
m_target
The target. -
m_baseUri
The base uri. -
m_detailPage
The detail page. -
m_locale
The locale. -
m_type
The type.
-
-
Constructor Details
-
Parameters
public Parameters()Default constructor. -
Parameters
public Parameters(String target, String baseUri, String detailPage, Locale locale, CmsJspTagLink.Type type) Instantiates a new link tag params.- Parameters:
target
- the targetbaseUri
- the base uridetailPage
- the detail pagelocale
- the localetype
- the type
-
-
Method Details
-
getBaseUri
Gets the base uri.- Returns:
- the base uri
-
getDetailPage
Gets the detail page.- Returns:
- the detail page
-
getLocale
Gets the locale.- Returns:
- the locale
-
getTarget
Gets the target.- Returns:
- the target
-
getType
Gets the type.- Returns:
- the type
-
setBaseUri
Sets the base uri.- Parameters:
baseUri
- the new base uri
-
setDetailPage
Sets the detail page.- Parameters:
detailPage
- the new detail page
-
setLocale
Sets the locale.- Parameters:
locale
- the new locale
-
setTarget
Sets the target.- Parameters:
target
- the new target
-
setType
Sets the type.- Parameters:
type
- the new type
-