@ApplicationScoped @Component(value="stereotypeHandler") public class ResourceHandler extends java.lang.Object implements StereotypeHandler
Constructor and Description |
---|
ResourceHandler(Router router,
RoutesParser parser,
javax.servlet.ServletContext context) |
Modifier and Type | Method and Description |
---|---|
void |
configureLinkToHandler() |
void |
handle(java.lang.Class<?> annotatedType) |
java.lang.Class<? extends java.lang.annotation.Annotation> |
stereotype() |
public ResourceHandler(Router router, RoutesParser parser, javax.servlet.ServletContext context)
@PostConstruct public void configureLinkToHandler()
public void handle(java.lang.Class<?> annotatedType)
handle
in interface StereotypeHandler
public java.lang.Class<? extends java.lang.annotation.Annotation> stereotype()
stereotype
in interface StereotypeHandler
Copyright © 2013 Caelum. All Rights Reserved.