Class StateString

    • Constructor Detail

      • StateString

        public StateString()
    • Method Detail

      • getStringValue

        public abstract String getStringValue()
        Return the value of the navigational state of the portlet.
        Returns:
        the string value
      • create

        public static StateString create​(DataInputStream in)
                                  throws IOException
        Factory method that will create the most appropriate form from the byte representation.
        Parameters:
        in - the inputstream to read from
        Returns:
        a new state string
        Throws:
        IOException - any IOException
      • create

        public static StateString create​(String opaqueValue)
        Factory method that will create the most appropriate form from the string representation.
        Parameters:
        opaqueValue - the opaque value
        Returns:
        a new state string