Skip navigation links
A C E F G I M O P R S T U W 

A

addCookie(String, String) - Method in class org.bridje.web.WebRequestScope
Adds a cookie to the HTTP response.

C

canHandle(VirtualFile, Class<?>) - Method in class org.bridje.web.view.comp.WebComponentsManager
 
childs() - Method in class org.bridje.web.view.comp.WebComponent
Gets all child components for this component.
convert(Object, Class<T>) - Method in interface org.bridje.web.el.ElTypeConverter
Performs the convertion of the given value to the given type.
createElEnvironment(IocContext<WebRequestScope>) - Method in interface org.bridje.web.el.ElService
Creates a new expression language environment.

E

ElEnvironment - Interface in org.bridje.web.el
Represents an environment that holds the variables that can be evaluated and assigned in the expression language execution context.
ElService - Interface in org.bridje.web.el
A service for the expression language system.
ElTypeConverter - Interface in org.bridje.web.el
This interface defines an expression language type converter that can be use in the ElEnviroment to cast the results of the evaluated expressions.
events() - Method in class org.bridje.web.view.comp.WebComponent
Gets all the UIEvents in this component.

F

find(String) - Method in interface org.bridje.web.session.WebSession
 
find(String) - Method in class org.bridje.web.session.WebSessionImpl
 
find(String, String) - Method in interface org.bridje.web.session.WebSessionProvider
 
findCurrentPath(HttpServerContext) - Static method in class org.bridje.web.ReqPathRef
 
findEvent(String) - Method in class org.bridje.web.view.WebView
Finds the event that match with the given action.
findInput(String) - Method in class org.bridje.web.view.WebView
Finds the input expression that match the given string.
findView(String) - Method in class org.bridje.web.view.WebViewsManager
 

G

get(String, Class<T>) - Method in interface org.bridje.web.el.ElEnvironment
Evaluates the given expression and cast the result of it to the given result class.
get(Class<T>) - Method in class org.bridje.web.view.comp.UIExpression
Evaluates the expression and return the result casted to the given class.
get(UIExpression, Class<T>, T) - Static method in class org.bridje.web.view.comp.WebComponent
Evals the given expression in the current ElEnviroment.
getAccept() - Method in class org.bridje.web.WebRequestScope
The Accept header sent by the client.
getClasses() - Method in class org.bridje.web.view.comp.WebComponentsManager
 
getContent() - Method in class org.bridje.web.view.MetaTag
 
getContentType() - Method in class org.bridje.web.WebRequestScope
The mime/type sent by the client for this request, this method will get the Content-Type HTTP header.
getCookie(String) - Method in class org.bridje.web.WebRequestScope
Gets the specified HTTP cookie.
getCookies() - Method in class org.bridje.web.WebRequestScope
Gets a map with all the cookies sent to the server by the client.
getCookiesNames() - Method in class org.bridje.web.WebRequestScope
Gets all the cookies names available in this request.
getExpression() - Method in class org.bridje.web.view.comp.UIEvent
Gets the event“s expression.
getExpression() - Method in class org.bridje.web.view.comp.UIExpression
The value of the expression.
getExtensions() - Method in class org.bridje.web.view.comp.WebComponentsManager
 
getFromClasses() - Method in interface org.bridje.web.el.ElTypeConverter
The list of classes that this converter can convert from.
getGetParameter(String) - Method in class org.bridje.web.WebRequestScope
Gets the specific "GET" parameter from the parameters map.
getGetParameters() - Method in class org.bridje.web.WebRequestScope
Gets the "GET" parameters that where sent by the client in the query string of the request.
getGetParametersNames() - Method in class org.bridje.web.WebRequestScope
Gets all the "GET" parameters names for this request if any.
getHost() - Method in class org.bridje.web.WebRequestScope
The host of the server the client made the HTTP request to
getId() - Method in interface org.bridje.web.session.WebSession
 
getId() - Method in class org.bridje.web.session.WebSessionImpl
 
getId() - Method in class org.bridje.web.view.comp.WebComponent
Gets the component`s id.
getIocContext() - Method in class org.bridje.web.WebRequestScope
The IoC context for this web request.
getMetaTags() - Method in class org.bridje.web.view.WebView
Gets a list of meta information tags information to be rendered with this view.
getMethod() - Method in class org.bridje.web.WebRequestScope
The HTTP method used to made the request.
getName() - Method in class org.bridje.web.view.MetaTag
 
getName() - Method in class org.bridje.web.view.WebView
The name of this view.
getOrigPath() - Method in class org.bridje.web.WebRequestScope
The requested path asked by the client.
getParameter() - Method in class org.bridje.web.view.comp.UIInputExpression
 
getPath() - Method in class org.bridje.web.WebRequestScope
The current requested path, this method finds a ReqPathRef instance if any and retrieve the path specified there, if no instance is available it returns the requested path.
getPostParameter(String) - Method in class org.bridje.web.WebRequestScope
Gets the specific post parameter from the parameters map.
getPostParameters() - Method in class org.bridje.web.WebRequestScope
Gets a unmodificable map to the post parameters sent by the client.
getPostParametersNames() - Method in class org.bridje.web.WebRequestScope
Gets all the post parameters names for this request if any.
getProtocol() - Method in class org.bridje.web.WebRequestScope
The protocol used to made the request
getReqPath() - Method in class org.bridje.web.ReqPathRef
 
getResource() - Method in class org.bridje.web.RedirectTo
The url of the resource to redirect to.
getRoot() - Method in class org.bridje.web.view.WebView
The root component of this view.
getSession() - Method in class org.bridje.web.WebRequestScope
Gets the current WebSession for this HTTP request.
getStatus() - Method in class org.bridje.web.RedirectTo
The status code for the redirect must be a valid redirect 3xx code.
getStyleClass() - Method in class org.bridje.web.view.comp.WebComponent
Gets the HTML style class for this component.
getTitle() - Method in class org.bridje.web.view.WebView
The title for this view.
getToClasses() - Method in interface org.bridje.web.el.ElTypeConverter
The list of classes that this converter can convert to.
getUserAgent() - Method in class org.bridje.web.WebRequestScope
The UserAgent heather from the HTTP request if any.
getVar(String, Class<T>) - Method in interface org.bridje.web.el.ElEnvironment
Gets the value of the specified variable.
getViewPath() - Method in class org.bridje.web.view.WebViewRef
 

I

init() - Method in class org.bridje.web.view.comp.WebComponentsManager
 
init(ProcessingEnvironment) - Method in class org.bridje.web.view.comp.WebCompProcessor
 
init() - Method in class org.bridje.web.view.themes.ThemesManager
 
init() - Method in class org.bridje.web.view.WebViewsManager
 
inputs() - Method in class org.bridje.web.view.comp.WebComponent
Gets all the UIInputExpressions in this component.
invoke() - Method in class org.bridje.web.view.comp.UIEvent
Invokes the method defined by this event.
isDelete() - Method in class org.bridje.web.WebRequestScope
When ever this request is http method is "DELETE".
isGet() - Method in class org.bridje.web.WebRequestScope
When ever this request is HTTP method is "GET".
isPatch() - Method in class org.bridje.web.WebRequestScope
When ever this request is HTTP method is "PATCH".
isPost() - Method in class org.bridje.web.WebRequestScope
When ever this request is HTTP method is "POST".
isPut() - Method in class org.bridje.web.WebRequestScope
When ever this request is HTTP method is "PUT".

M

marshal(UIEvent) - Method in class org.bridje.web.view.comp.UIEventAdapter
 
marshal(UIExpression) - Method in class org.bridje.web.view.comp.UIExpressionAdapter
 
marshal(UIInputExpression) - Method in class org.bridje.web.view.comp.UIInputExpressionAdapter
 
MetaTag - Class in org.bridje.web.view
 
MetaTag() - Constructor for class org.bridje.web.view.MetaTag
 
Model - Annotation Type in org.bridje.web.el
This annotation defines a model that has visibility in the expression language context.

O

org.bridje.web - package org.bridje.web
 
org.bridje.web.el - package org.bridje.web.el
 
org.bridje.web.el.impl - package org.bridje.web.el.impl
 
org.bridje.web.impl - package org.bridje.web.impl
 
org.bridje.web.session - package org.bridje.web.session
 
org.bridje.web.view - package org.bridje.web.view
 
org.bridje.web.view.comp - package org.bridje.web.view.comp
 
org.bridje.web.view.state - package org.bridje.web.view.state
 
org.bridje.web.view.themes - package org.bridje.web.view.themes
 

P

postInitComponent(Class<Object>, Object) - Method in class org.bridje.web.WebRequestScope
 
preCreateComponent(Class<Object>) - Method in class org.bridje.web.WebRequestScope
 
preInitComponent(Class<Object>, Object) - Method in class org.bridje.web.WebRequestScope
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.bridje.web.view.comp.WebCompProcessor
 

R

read(VirtualFile, Class<T>) - Method in class org.bridje.web.view.comp.WebComponentsManager
 
RedirectTo - Class in org.bridje.web
This object represents an HTTP redirection instruction.
RedirectTo(String) - Constructor for class org.bridje.web.RedirectTo
Constructor that puts the status to 302 code.
RedirectTo(int, String) - Constructor for class org.bridje.web.RedirectTo
Constructor for the status code an the resource url.
render(WebView, OutputStream) - Method in class org.bridje.web.view.themes.ThemesManager
 
render(WebComponent, WebView, OutputStream, Object) - Method in class org.bridje.web.view.themes.ThemesManager
 
ReqPathRef - Class in org.bridje.web
 
ReqPathRef(String) - Constructor for class org.bridje.web.ReqPathRef
 

S

save(String, String) - Method in interface org.bridje.web.session.WebSession
 
save(String, String) - Method in class org.bridje.web.session.WebSessionImpl
 
save(String, String, String) - Method in interface org.bridje.web.session.WebSessionProvider
 
serveResource(String, String, HttpServerResponse) - Method in class org.bridje.web.view.themes.ThemesManager
 
set(String, T) - Method in interface org.bridje.web.el.ElEnvironment
Sets the given expression to the specified value.
set(T) - Method in class org.bridje.web.view.comp.UIInputExpression
 
setContent(String) - Method in class org.bridje.web.view.MetaTag
 
setId(String) - Method in class org.bridje.web.view.comp.WebComponent
Sets the component`s id.
setName(String) - Method in class org.bridje.web.view.MetaTag
 
setReqPath(String) - Method in class org.bridje.web.ReqPathRef
 
setResource(String) - Method in class org.bridje.web.RedirectTo
The url of the resource to redirect to.
setStatus(int) - Method in class org.bridje.web.RedirectTo
The status code for the redirect must be a valid redirect 3xx code.
setVar(String, T) - Method in interface org.bridje.web.el.ElEnvironment
Sets the value of the specified variable.
setViewPath(String) - Method in class org.bridje.web.view.WebViewRef
 
StateField - Annotation Type in org.bridje.web.view.state
Defines a field as an state field for the view, fields market with this annotation will persist between several web request in the same view.

T

ThemesManager - Class in org.bridje.web.view.themes
 
ThemesManager() - Constructor for class org.bridje.web.view.themes.ThemesManager
 

U

UIEvent - Class in org.bridje.web.view.comp
The data for the events of the components that can be render in a WebView.
UIEventAdapter - Class in org.bridje.web.view.comp
Adapter to map from String to UIEvents objects.
UIEventAdapter() - Constructor for class org.bridje.web.view.comp.UIEventAdapter
 
UIExpression - Class in org.bridje.web.view.comp
Represents an expression that can be use in a view to pull a value from the model during a view render.
UIExpressionAdapter - Class in org.bridje.web.view.comp
XML Adapter for the UIExpression class.
UIExpressionAdapter() - Constructor for class org.bridje.web.view.comp.UIExpressionAdapter
 
UIInputExpression - Class in org.bridje.web.view.comp
 
UIInputExpressionAdapter - Class in org.bridje.web.view.comp
 
UIInputExpressionAdapter() - Constructor for class org.bridje.web.view.comp.UIInputExpressionAdapter
 
unmarshal(String) - Method in class org.bridje.web.view.comp.UIEventAdapter
 
unmarshal(String) - Method in class org.bridje.web.view.comp.UIExpressionAdapter
 
unmarshal(String) - Method in class org.bridje.web.view.comp.UIInputExpressionAdapter
 

W

WEBCOMP_RESOURCE_FILE - Static variable in class org.bridje.web.view.comp.WebCompProcessor
The bridje web components resources file path.
WebComponent - Class in org.bridje.web.view.comp
Base class for all the web components.
WebComponent() - Constructor for class org.bridje.web.view.comp.WebComponent
 
WebComponentsManager - Class in org.bridje.web.view.comp
 
WebComponentsManager() - Constructor for class org.bridje.web.view.comp.WebComponentsManager
 
WebCompProcessor - Class in org.bridje.web.view.comp
Annotations processor for the Web Components.
WebCompProcessor() - Constructor for class org.bridje.web.view.comp.WebCompProcessor
 
WebCookie - Annotation Type in org.bridje.web
This annotation allows you to define a field that will receive the value of the specified cookie when a WebMethod of the same component is call.
WebMethod - Annotation Type in org.bridje.web
This annotation allows you to define a method that should be call when the specified pattern is requested on the web server.
WebParameter - Annotation Type in org.bridje.web
Defines a parameter for the request, a field annotated with this annotation will receive the value of the post or get parameter send by the user in the request.
WebRequestScope - Class in org.bridje.web
Represents the IoC scope for the web request IocContext.
WebRequestScope(HttpServerContext) - Constructor for class org.bridje.web.WebRequestScope
 
WebSession - Interface in org.bridje.web.session
 
WebSessionField - Annotation Type in org.bridje.web.session
 
WebSessionImpl - Class in org.bridje.web.session
 
WebSessionImpl(String, WebSessionProvider) - Constructor for class org.bridje.web.session.WebSessionImpl
 
WebSessionProvider - Interface in org.bridje.web.session
 
WebView - Class in org.bridje.web.view
Represents a view of the application, views are render by themes and are composed from components.
WebView() - Constructor for class org.bridje.web.view.WebView
 
WebViewRef - Class in org.bridje.web.view
 
WebViewRef(String) - Constructor for class org.bridje.web.view.WebViewRef
 
WebViewsManager - Class in org.bridje.web.view
 
WebViewsManager() - Constructor for class org.bridje.web.view.WebViewsManager
 
write(VirtualFile, T) - Method in class org.bridje.web.view.comp.WebComponentsManager
 
A C E F G I M O P R S T U W 
Skip navigation links

Copyright © 2015–2016 Bridje Framework. All rights reserved.