| Package | Description |
|---|---|
| org.exoplatform.web.controller.router | |
| org.exoplatform.web.url |
| Modifier and Type | Method and Description |
|---|---|
MimeType |
URIWriter.getMimeType() |
| Modifier and Type | Method and Description |
|---|---|
void |
URIWriter.setMimeType(MimeType mimeType) |
| Constructor and Description |
|---|
URIWriter(Appendable appendable,
MimeType mimeType)
Create a new URI writer.
|
| Modifier and Type | Field and Description |
|---|---|
protected MimeType |
PortalURL.mimeType
.
|
| Modifier and Type | Method and Description |
|---|---|
MimeType |
PortalURL.getMimeType()
Returns the current mime type that this URL will be generated for, or null if none is set (which means there is no
guarantees about the mime type that will be used as target but it's likely to be
XHTML ). |
static MimeType |
MimeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MimeType[] |
MimeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PortalURL.setMimeType(MimeType mimeType)
Set the mime type on this URL.
|
Copyright © 2018 JBoss by Red Hat. All Rights Reserved.