|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javawebparts.servlet.ResourceServerServlet.ResourceMapping
ResourceMapping is an inner class which holds the information for each
Field Summary | |
private java.lang.String |
contentType
The contentType of the resource. |
private java.lang.String |
resource
The value of the request parameter that points to the resource. |
Constructor Summary | |
ResourceServerServlet.ResourceMapping()
|
Method Summary | |
java.lang.String |
getContentType()
Accessor for contentType field. |
java.lang.String |
getResource()
Accessor for resource field. |
void |
setContentType(java.lang.String inContentType)
Mutator for contentType field. |
void |
setResource(java.lang.String inResource)
Mutator for resource field. |
java.lang.String |
toString()
Overriden toString method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private java.lang.String resource
private java.lang.String contentType
Constructor Detail |
public ResourceServerServlet.ResourceMapping()
Method Detail |
public java.lang.String getResource()
public void setResource(java.lang.String inResource)
inResource
- New value of resource field.public java.lang.String getContentType()
public void setContentType(java.lang.String inContentType)
inContentType
- New value of contentType field.public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |