org.apache.wicket.ajax
Class AjaxChannel

java.lang.Object
  extended by org.apache.wicket.ajax.AjaxChannel
All Implemented Interfaces:
java.io.Serializable, IClusterable

public class AjaxChannel
extends java.lang.Object
implements IClusterable

A Channel that used to process Ajax requests. Channels are either:

Author:
Martin Dilger
See Also:
Serialized Form

Nested Class Summary
static class AjaxChannel.Type
          The type of an AjaxChannel
 
Constructor Summary
AjaxChannel(java.lang.String name)
          Construct.
AjaxChannel(java.lang.String name, AjaxChannel.Type type)
          Construct.
 
Method Summary
 java.lang.String getName()
           
 AjaxChannel.Type getType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AjaxChannel

public AjaxChannel(java.lang.String name)
Construct.

Parameters:
name -

AjaxChannel

public AjaxChannel(java.lang.String name,
                   AjaxChannel.Type type)
Construct.

Parameters:
name - the name of the channel
type - the behavior type of this channel
Method Detail

getName

public java.lang.String getName()
Returns:
the name

getType

public AjaxChannel.Type getType()
Returns:
the type of this channel
See Also:
AjaxChannel.Type

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.