org.atmosphere.samples.chat.custom
Class SampleConfig

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

@AtmosphereAnnotation(value=Config.class)
public class SampleConfig
extends Object
implements org.atmosphere.annotation.Processor<Object>

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

Author:
eanfrancois Arcand

Constructor Summary
SampleConfig()
           
 
Method Summary
 void handle(org.atmosphere.cpr.AtmosphereFramework framework, Class<Object> annotatedClass)
           
 
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(org.atmosphere.cpr.AtmosphereFramework framework,
                   Class<Object> annotatedClass)
Specified by:
handle in interface org.atmosphere.annotation.Processor<Object>


Copyright © 2014. All Rights Reserved.