public class Request extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
minimize |
String |
modules |
MimeType |
type |
String |
variant |
| Constructor and Description |
|---|
Request(String modules,
MimeType type,
boolean minimize,
String variant) |
| Modifier and Type | Method and Description |
|---|---|
static Request |
create(String typeName,
String modules,
String variant) |
int |
hashCode() |
static Request |
parse(String path) |
String |
toString() |
Copyright © 2004–2017 1&1. All rights reserved.