| Package | Description |
|---|---|
| net.oneandone.jasmin.descriptor | |
| net.oneandone.jasmin.model |
| Modifier and Type | Method and Description |
|---|---|
MimeType |
Resource.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Resource.setType(MimeType type) |
| Constructor and Description |
|---|
Resource(MimeType type,
Base base,
String path,
String minPath,
String variant) |
| Modifier and Type | Field and Description |
|---|---|
MimeType |
Request.type |
MimeType |
References.type |
| Modifier and Type | Method and Description |
|---|---|
MimeType |
File.getType() |
static MimeType |
MimeType.lookup(String path) |
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 |
|---|---|
static References |
References.create(MimeType type,
boolean minimize,
net.oneandone.sushi.fs.Node node) |
String |
Module.getBest(MimeType type,
String variant) |
| Constructor and Description |
|---|
File(net.oneandone.sushi.fs.Node normal,
net.oneandone.sushi.fs.Node minimized,
MimeType type,
String variant) |
References(MimeType type,
boolean overallMinimize) |
Request(String modules,
MimeType type,
boolean minimize,
String variant) |
Copyright © 2004–2017 1&1. All rights reserved.