|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xins.common.servlet.ServletConfigPropertyReader
Implementation of a PropertyReader
that returns the
initialization properties from a ServletConfig
object.
Constructor Summary | |
ServletConfigPropertyReader(ServletConfig servletConfig)
Constructs a new ServletConfigPropertyReader . |
Method Summary | |
boolean |
equals(Object obj)
Compares this object with the specified argument for equality. |
String |
get(String name)
Retrieves the value of the property with the specified name. |
Iterator |
getNames()
Returns an Iterator that returns all property names. |
int |
hashCode()
Returns a hash code value for this object. |
int |
size()
Determines the number of properties. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServletConfigPropertyReader(ServletConfig servletConfig) throws IllegalArgumentException
ServletConfigPropertyReader
.
servletConfig
- the ServletConfig
object, cannot be null
.
IllegalArgumentException
- if servletConfig == null
.Method Detail |
public String get(String name) throws IllegalArgumentException
get
in interface PropertyReader
name
- the name of the property, cannot be null
.
null
.
IllegalArgumentException
- if name == null
.public Iterator getNames()
Iterator
that returns all property names.
getNames
in interface PropertyReader
Iterator
for all property names, never null
.public int size()
size
in interface PropertyReader
public boolean equals(Object obj)
obj
- the object to compare with, can be null
.
true
if the objects a
and b
are considered to be equal, false
if they are considered
different.public int hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |