|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.ajax.AjaxChannel
public class AjaxChannel
A Channel used to define how Ajax requests are processed at the client side. Channels are either:
| Nested Class Summary | |
|---|---|
static class |
AjaxChannel.Type
The type of an AjaxChannel |
| Field Summary | |
|---|---|
static AjaxChannel |
DEFAULT
The default channel for all Ajax calls |
static String |
DEFAULT_NAME
The name of the default channel |
static AjaxChannel.Type |
DEFAULT_TYPE
The type of the default channel |
| Constructor Summary | |
|---|---|
AjaxChannel(String name)
Construct. |
|
AjaxChannel(String name,
AjaxChannel.Type type)
Construct. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
String |
getName()
|
AjaxChannel.Type |
getType()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String DEFAULT_NAME
public static final AjaxChannel.Type DEFAULT_TYPE
public static final AjaxChannel DEFAULT
| Constructor Detail |
|---|
public AjaxChannel(String name)
name - the name of the channel
public AjaxChannel(String name,
AjaxChannel.Type type)
name - the name of the channeltype - the behavior type of this channel| Method Detail |
|---|
public String getName()
public AjaxChannel.Type getType()
AjaxChannel.Typepublic String toString()
toString in class Objectpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||