org.atmosphere.samples.chat.custom
Class SampleConfig

java.lang.Object
  extended by org.atmosphere.samples.chat.custom.SampleConfig
All Implemented Interfaces:
Processor

@AtmosphereAnnotation(value=Config.class)
public class SampleConfig
extends Object
implements Processor

A Simple Processor that demonstrate how you can extend you application with custom annotation.

Author:
eanfrancois Arcand

Constructor Summary
SampleConfig()
           
 
Method Summary
 void handle(AtmosphereFramework framework, Class<? extends Annotation> annotation, Class<?> discoveredClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleConfig

public SampleConfig()
Method Detail

handle

public void handle(AtmosphereFramework framework,
                   Class<? extends Annotation> annotation,
                   Class<?> discoveredClass)
Specified by:
handle in interface Processor


Copyright © 2013. All Rights Reserved.