get - Gets the content from request scope that was put there by a put tag.

Retrieve content from tile context and include it.

Take into account the 'type' attribute.

Attribute Name Description
name The name of the content to get from tile/component scope. [Required] [RT Expr]
ignore If this attribute is set to true, and the attribute specified by the name does not exist, simply return without writing anything. The default value is false, which will cause a runtime exception to be thrown. [RT Expr]
flush True or false. If true, current page out stream is flushed before insertion.
role If the user is in the specified role, the tag is taken into account; otherwise, the tag is ignored (skipped). [RT Expr]