- 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
-