Package | Description |
---|---|
org.brandao.brutos.web |
Contém os recursos necessários para a configuração de um aplicativo web.
|
org.brandao.brutos.web.http |
Contém os recursos que permitem o processamento das solicitações em
um aplicativo web.
|
Modifier and Type | Method and Description |
---|---|
void |
ParserContentType.parserContentType(BrutosRequest request,
MutableUploadEvent uploadEvent,
Properties config,
Map<String,String> params)
Deprecated.
|
void |
RequestParser.parserContentType(BrutosRequest request,
String contentType,
Properties config,
UploadEvent uploadEvent)
Deprecated.
|
void |
ConfigurableRequestParser.registryParser(String contentType,
ParserContentType parser)
Deprecated.
|
void |
AbstractRequestParser.registryParser(String contentType,
ParserContentType parser)
Deprecated.
|
void |
ConfigurableRequestParser.removeParser(String contentType)
Deprecated.
|
void |
AbstractRequestParser.removeParser(String contentType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
ContentTypeParser.parse(String value)
Deprecated.
|
void |
HttpRequestParserImp.parserContentType(BrutosRequest request,
String contentType,
Properties config,
UploadEvent uploadEvent)
Deprecated.
|
Copyright © 2018 Brandao. All rights reserved.