Aqualogic Interaction API  
 

PT_MARKUP_FRAGMENT_TYPES Members

PT_MARKUP_FRAGMENT_TYPES overview

Public Static Fields

PT_MARKUP_FRAGMENT_TYPE_BEGIN_HEAD The fragment marks the location immediately after the first head tag.
PT_MARKUP_FRAGMENT_TYPE_BEGIN_HTML The fragment marks the location immediately after the first html tag.
PT_MARKUP_FRAGMENT_TYPE_EFFECTIVE_PORTLET_TIMEOUT The fragment contains the effective timeout for this portlet.
PT_MARKUP_FRAGMENT_TYPE_END_HEAD The fragment marks the location immediately before the first /head tag.
PT_MARKUP_FRAGMENT_TYPE_ERRORCODE The fragment contains the error code for a portlet.
PT_MARKUP_FRAGMENT_TYPE_ERRORMESSAGE The fragment contains error message for a portlet.
PT_MARKUP_FRAGMENT_TYPE_EXCEPTIONSTACK The fragment contains the exception stack.
PT_MARKUP_FRAGMENT_TYPE_FINISHED The fragment is a string containing finished markup ready for display without further post-processing.
PT_MARKUP_FRAGMENT_TYPE_FIX_FN The fragment contains a placeholder for gateway fixURL function insertion.
PT_MARKUP_FRAGMENT_TYPE_GATEWAY_URL The fragment contains an URL which should be gatewayed.
PT_MARKUP_FRAGMENT_TYPE_INVALID Invalid, this value and above are reserved for future use.
PT_MARKUP_FRAGMENT_TYPE_IPP The fragment contains the name of the control used to render and intrinsic portlet.
PT_MARKUP_FRAGMENT_TYPE_PORTLET_TIMEOUT The fragment contains the portlet timeout.
PT_MARKUP_FRAGMENT_TYPE_PT_URI The fragment contains a pt:// URI.
PT_MARKUP_FRAGMENT_TYPE_PT_XML The fragment contains an XML tag that requires post-processing, in an array with columns defined by {@link com.plumtree.server.PT_XML_ARRAY_COLS PT_XML_ARRAY_COLS}.
PT_MARKUP_FRAGMENT_TYPE_REFRESH_URL The fragment contains a URL which should be refreshed in-place through the CS API.
PT_MARKUP_FRAGMENT_TYPE_RESBODY The fragment contains response HTTP body for a portlet.
PT_MARKUP_FRAGMENT_TYPE_RESSTATUS The fragment contains the HTTP status for the response.
PT_MARKUP_FRAGMENT_TYPE_SECURE_GATEWAY_URL The fragment contains a secure URL which should be gatewayed.
PT_MARKUP_FRAGMENT_TYPE_TITLE The fragment contains the portlet title.
PT_MARKUP_FRAGMENT_TYPE_XUI The fragment contains XUI (aka SCI) controls.

Public Instance Constructors

PT_MARKUP_FRAGMENT_TYPES Constructor Initializes a new instance of the PT_MARKUP_FRAGMENT_TYPES class.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

PT_MARKUP_FRAGMENT_TYPES Class | com.plumtree.server Namespace | PT_MARKUP_ARRAY_COLS