public class AjaxChannel extends Object implements IClusterable
Modifier and Type | Class and Description |
---|---|
static class |
AjaxChannel.Type
The type of an
AjaxChannel |
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
AjaxChannel(String name)
Construct.
|
AjaxChannel(String name,
AjaxChannel.Type type)
Construct.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName() |
AjaxChannel.Type |
getType() |
int |
hashCode() |
String |
toString() |
public static final String DEFAULT_NAME
public static final AjaxChannel.Type DEFAULT_TYPE
public static final AjaxChannel DEFAULT
public AjaxChannel(String name)
name
- the name of the channelpublic AjaxChannel(String name, AjaxChannel.Type type)
name
- the name of the channeltype
- the behavior type of this channelpublic String getName()
public AjaxChannel.Type getType()
AjaxChannel.Type
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.