|
|||||||||
| Home >> All >> com >> wilko >> [ jaim overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.wilko.jaim
Class GotoTocResponse

java.lang.Objectcom.wilko.jaim.TocResponse
com.wilko.jaim.GotoTocResponse
- All Implemented Interfaces:
- TocResponseHandler
- public class GotoTocResponse
- extends TocResponse
- implements TocResponseHandler
- extends TocResponse
This response is delivered to a JaimEventListener when a GOTO response is received from TOC
- Version:
- $Revision: 1.3 $
| Field Summary | |
(package private) boolean |
autoResponse
|
static java.lang.String |
RESPONSE_TYPE
|
(package private) java.lang.String |
URL
|
(package private) java.lang.String |
windowName
|
| Fields inherited from class com.wilko.jaim.TocResponse |
cmd |
| Constructor Summary | |
GotoTocResponse()
Creates new GotoTocResponse |
|
| Method Summary | |
boolean |
canHandle(java.lang.String Response)
Returns true if this response handler can handle the specified response. |
private void |
doParse(java.lang.String str)
|
java.lang.String |
getResponseType()
Obtain the response type for response dispatching purposes |
java.lang.String |
getURL()
Obtain the URL |
java.lang.String |
getWindowName()
Obtain the suggested window name for this URL |
TocResponse |
parseString(java.lang.String str)
Parse an incoming response string |
| Methods inherited from class com.wilko.jaim.TocResponse |
toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
windowName
java.lang.String windowName
autoResponse
boolean autoResponse
URL
java.lang.String URL
RESPONSE_TYPE
public static final java.lang.String RESPONSE_TYPE
- See Also:
- Constant Field Values
| Constructor Detail |
GotoTocResponse
public GotoTocResponse()
- Creates new GotoTocResponse
| Method Detail |
getWindowName
public java.lang.String getWindowName()
- Obtain the suggested window name for this URL
getURL
public java.lang.String getURL()
- Obtain the URL
parseString
public TocResponse parseString(java.lang.String str)
- Parse an incoming response string
- Specified by:
parseStringin interfaceTocResponseHandler
doParse
private void doParse(java.lang.String str)
getResponseType
public java.lang.String getResponseType()
- Obtain the response type for response dispatching purposes
- Specified by:
getResponseTypein classTocResponse
canHandle
public boolean canHandle(java.lang.String Response)
- Returns true if this response handler can handle the specified response.
- Specified by:
canHandlein interfaceTocResponseHandler
|
|||||||||
| Home >> All >> com >> wilko >> [ jaim overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC