Class CmsJspTagLink.Parameters

    • Constructor Summary

      Constructors 
      Constructor Description
      Parameters()
      Default constructor.
      Parameters​(java.lang.String target, java.lang.String baseUri, java.lang.String detailPage, java.util.Locale locale, CmsJspTagLink.Type type)
      Instantiates a new link tag params.
    • Constructor Detail

      • Parameters

        public Parameters()
        Default constructor.
      • Parameters

        public Parameters​(java.lang.String target,
                          java.lang.String baseUri,
                          java.lang.String detailPage,
                          java.util.Locale locale,
                          CmsJspTagLink.Type type)
        Instantiates a new link tag params.
        Parameters:
        target - the target
        baseUri - the base uri
        detailPage - the detail page
        locale - the locale
        type - the type
    • Method Detail

      • getBaseUri

        public java.lang.String getBaseUri()
        Gets the base uri.
        Returns:
        the base uri
      • getDetailPage

        public java.lang.String getDetailPage()
        Gets the detail page.
        Returns:
        the detail page
      • getLocale

        public java.util.Locale getLocale()
        Gets the locale.
        Returns:
        the locale
      • getTarget

        public java.lang.String getTarget()
        Gets the target.
        Returns:
        the target
      • setBaseUri

        public void setBaseUri​(java.lang.String baseUri)
        Sets the base uri.
        Parameters:
        baseUri - the new base uri
      • setDetailPage

        public void setDetailPage​(java.lang.String detailPage)
        Sets the detail page.
        Parameters:
        detailPage - the new detail page
      • setLocale

        public void setLocale​(java.util.Locale locale)
        Sets the locale.
        Parameters:
        locale - the new locale
      • setTarget

        public void setTarget​(java.lang.String target)
        Sets the target.
        Parameters:
        target - the new target