|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.security.web.header.Header
public final class Header
Represents a Header to be added to the HttpServletResponse
Constructor Summary | |
---|---|
Header(String headerName,
String... headerValues)
Creates a new instance |
Method Summary | |
---|---|
String |
getName()
Gets the name of the header. |
List<String> |
getValues()
Gets the values of the header. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Header(String headerName, String... headerValues)
headerName
- the name of the headerheaderValues
- the values of the headerMethod Detail |
---|
public String getName()
null
.
public List<String> getValues()
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |