org.atmosphere.config.service
Annotation Type ManagedAtmosphereHandlerService


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface ManagedAtmosphereHandlerService

Author:
Jeanfrancois Arcand

Optional Element Summary
 String path
          The mapping path, or context-root used to map this AtmosphereHandler
 

path

public abstract String path
The mapping path, or context-root used to map this AtmosphereHandler

Returns:
mapping path, or context-root used to map this AtmosphereHandler
Default:
"/"


Copyright © 2013. All Rights Reserved.