Package juzu

Interface Summary
EventQueue<P>  
 

Class Summary
Event<P> An event.
PropertyMap A map that holds properties as expressed by PropertyType.
PropertyType<T> A property type describe a property associated with a generic type for providing type safetyness when dealing with properties.
Response A response object signalling to the portal the action to take after an interaction.
Response.Content<S extends Stream>  
Response.Redirect A response instructing to execute an HTTP redirection after the current interaction.
Response.Render  
Response.View A response instructing to execute a render phase of a controller method after the current interaction.
 

Enum Summary
Scope  
 

Exception Summary
AmbiguousResolutionException Denoates something ambiguous that could not be resolved.
UndeclaredIOException An unchecked wrapper for IOException.
 

Annotation Types Summary
Action Annotate a method for declaring a view controller method.
Application A package annotation for declaring an application.
Consumes Annotate a method for declaring an event consumer controller method.
FlashScoped  
IdentityScoped  
Mapped This annotation declares a java type to be a valid controller method parameter type:

Param An annotation describing a parameter.
Path Defines the path to a resource that can be injected in Juzu.
RequestScoped  
Resource Annotate a method for declaring a resource serving controller method.
Route Defines a route when Juzu is exposes the application over the HTTP protocol.
SessionScoped  
View Annotate a method for declaring a view controller method.
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.