public class RequestAttribute extends Object
| Modifier and Type | Method and Description |
|---|---|
static RequestAttribute |
create() |
static RequestAttribute |
create(String prefix,
String name,
String value) |
String |
name() |
RequestAttribute |
name(String attrName) |
String |
prefix() |
RequestAttribute |
prefix(String attrPrefix) |
<T> T |
value() |
<T> RequestAttribute |
value(T attrValue) |
public static RequestAttribute create()
public static RequestAttribute create(String prefix, String name, String value)
prefix - name - value - public String name()
public RequestAttribute name(String attrName)
attrName - public String prefix()
public RequestAttribute prefix(String attrPrefix)
attrPrefix - public <T> T value()
public <T> RequestAttribute value(T attrValue)
attrValue - Copyright © 2017–2018 Wasiq Bhamla. All rights reserved.