Constructor and description |
---|
IncludedContent(String contentType, Object content) |
IncludedContent(String redirectURL) |
Type Params | Return Type | Name and description |
---|---|---|
|
public Object |
getContent() Returns the included content |
|
public char[] |
getContentAsCharArray() |
|
public String |
getContentType() Returns the included content type (default is text/html;charset=UTF=8) |
|
public String |
getRedirectURL() Returns the URL of a redirect if a redirect was issue in the Include otherwise it returns null if there was no redirect. |
|
public Writer |
writeTo(Writer target) |
Returns the included content
Returns the included content type (default is text/html;charset=UTF=8)
Returns the URL of a redirect if a redirect was issue in the Include otherwise it returns null if there was no redirect.