Class PageReference

    • Constructor Detail

      • PageReference

        public PageReference()
    • Method Detail

      • getConfig

        public PageConfig getConfig()
        Gets the value of the config property.
        Returns:
        possible object is PageConfig
      • setConfig

        public void setConfig​(PageConfig value)
        Sets the value of the config property.
        Parameters:
        value - allowed object is PageConfig
      • getMessages

        public Messages getMessages()
        Gets the value of the messages property.
        Returns:
        possible object is Messages
      • setMessages

        public void setMessages​(Messages value)
        Sets the value of the messages property.
        Parameters:
        value - allowed object is Messages
      • getStructure

        public Structure getStructure()
        Gets the value of the structure property.
        Returns:
        possible object is Structure
      • setStructure

        public void setStructure​(Structure value)
        Sets the value of the structure property.
        Parameters:
        value - allowed object is Structure
      • getId

        public String getId()
        The unique id of the page.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getType

        public String getType()
        The type of the page, currently only 'index' is supported.
        Returns:
        possible object is String
      • setType

        public void setType​(String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • getExecutionTime

        public Long getExecutionTime()
        The time in milliseconds it took to process this PageDefinition.
        Returns:
        possible object is Long
      • setExecutionTime

        public void setExecutionTime​(Long value)
        Sets the value of the executionTime property.
        Parameters:
        value - allowed object is Long