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