Uses of Enum Class
org.exoplatform.web.url.MimeType
Packages that use MimeType
-
Uses of MimeType in org.exoplatform.web.controller.router
Methods in org.exoplatform.web.controller.router that return MimeTypeMethods in org.exoplatform.web.controller.router with parameters of type MimeTypeConstructors in org.exoplatform.web.controller.router with parameters of type MimeTypeModifierConstructorDescriptionURIWriter(Appendable appendable, MimeType mimeType) Create a new URI writer. -
Uses of MimeType in org.exoplatform.web.url
Fields in org.exoplatform.web.url declared as MimeTypeMethods in org.exoplatform.web.url that return MimeTypeModifier and TypeMethodDescriptionfinal MimeTypePortalURL.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 beXHTML).static MimeTypeReturns the enum constant of this class with the specified name.static MimeType[]MimeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.exoplatform.web.url with parameters of type MimeTypeModifier and TypeMethodDescriptionvoidPortalURL.setMimeType(MimeType mimeType) Set the mime type on this URL.