public interface MutableRequest
Modifier and Type | Method and Description |
---|---|
void |
setObject(String name,
Object value) |
void |
setObjects(String name,
Object[] value) |
void |
setParameter(String name,
String value) |
void |
setParameters(String name,
String[] values) |
Copyright © 2018 Brandao. All rights reserved.