|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mozilla.jrex.event.uricontent.DoContentEventParam
The class wrapping the DoContent event parameters.
Constructor Summary | |
DoContentEventParam(boolean isContentPreferred,
String contentType,
String reqName,
int reqStatus,
boolean isReqPending)
DoContentEventParam constructor |
Method Summary | |
String |
getContentType()
Returns the content type of the request. |
String |
getRequestName()
Returns the request URI. |
int |
getRequestStatus()
Returns the status of request. |
boolean |
isContentPreferred()
Returns whether content type is preferred. |
boolean |
isRequestPending()
Returns true if request is pending. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DoContentEventParam(boolean isContentPreferred, String contentType, String reqName, int reqStatus, boolean isReqPending)
isContentPreferred
- true
if content type is preferred.contentType
- content type of the request.reqName
- request URI.reqStatus
- status of request.isReqPending
- true
if request is pending.URIContentEventConstants
Method Detail |
public boolean isContentPreferred()
public String getContentType()
public String getRequestName()
public int getRequestStatus()
public boolean isRequestPending()
true
if request is pending.
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |