org.atmosphere.samples.chat.custom
Class SampleConfig
java.lang.Object
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
|
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 |
SampleConfig
public SampleConfig()
handle
public void handle(org.atmosphere.cpr.AtmosphereFramework framework,
Class<Object> annotatedClass)
- Specified by:
handle in interface org.atmosphere.annotation.Processor<Object>
Copyright © 2015. All Rights Reserved.