Class StatelessLink<T>

    • Method Detail

      • getStatelessHint

        protected boolean getStatelessHint()
        Description copied from class: Component
        Returns whether the component can be stateless. Also the component behaviors must be stateless, otherwise the component will be treat as stateful. In order for page to be stateless (and not to be stored in session), all components (and component behaviors) must be stateless.
        Overrides:
        getStatelessHint in class Link<T>
        Returns:
        whether the component can be stateless
        See Also:
        Component.getStatelessHint()
      • getURL

        protected CharSequence getURL()
        Description copied from class: Link
        Gets the url to use for this link.
        Overrides:
        getURL in class Link<T>
        Returns:
        The URL that this link links to