|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
ValidationException from Seam Catch and converts it to an HTTP response.Bean instance for the RestClientProducer component.
#init(ExceptionMappingConfiguration) on bootstrap.
TemplatingProvider if available.
@ValidateRequest annotated methods.
@ResponseTemplate annotation.
- RestClientProducer() -
Constructor for class org.jboss.seam.rest.client.RestClientProducer
-
- RestClientProducerBean - Class in org.jboss.seam.rest.client
- We need to create a producer method with the type closure discovered at boot time.
- RestClientProducerBean(Bean<RestClientProducer>, Set<Type>, BeanManager) -
Constructor for class org.jboss.seam.rest.client.RestClientProducerBean
-
- SeamExceptionMapper - Class in org.jboss.seam.rest.exceptions
- This
ExceptionMapper implementation converts caught exceptions to HTTP responses based on exception mapping rules. - SeamExceptionMapper() -
Constructor for class org.jboss.seam.rest.exceptions.SeamExceptionMapper
-
- SeamRestExtension - Class in org.jboss.seam.rest
- Currently just vetoes
SeamRestConfiguration. - SeamRestExtension() -
Constructor for class org.jboss.seam.rest.SeamRestExtension
-
- SeamRestStartup - Class in org.jboss.seam.rest
- TODO: This listener will be replaced with Seam Servlet.
- SeamRestStartup() -
Constructor for class org.jboss.seam.rest.SeamRestStartup
-
- SeamRestStartupListener - Class in org.jboss.seam.rest
- We also extend HttpServlet so that Seam REST can be bootstrapped by eagerly-loaded Servlet on Tomcat 7, where
weld-servlet does not support CDI injection into Servlet Listeners.
- SeamRestStartupListener() -
Constructor for class org.jboss.seam.rest.SeamRestStartupListener
-
- setMessage(String) -
Method in class org.jboss.seam.rest.exceptions.ErrorMessageWrapper
-
@ResponseTemplate annotation and
delegates response production to the TemplatingProvider.MethodMetadata.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||