6. JSP Expression Language
Contents
>
6. Code View Support
> JSP Expression Language
JSFToolbox supports all the implicit variables within the JSP expression language:
- applicationScope
- cookie
- header
- headerValues
- initParam
- pageScope
- requestScope
- sessionScope
JSP Expression Language Code Hints
JSFToolbox supports all the implicit variables within the JSF expression
language:
- applicationScope
- cookie
- facesContext
- header
- headerValues
- initParam
- param
- paramValues
- requestScope
- sessionScope
- view
Value-Binding Expressions
JSFToolbox adds dynamic code hints that are bound to your domain model to help you
create
managed bean
value-binding and
method-binding expressions.
Internationalization
(I18N) has never been easier with
message bundle
code hints to display localized
messages to your users.
Syntax Auto-Complete
Now you can use Dreamweaver's syntax auto-complete feature for the following
tag libraries:
Managed Bean Code Hints
JSFToolbox fully supports your managed beans object graph by dynamically updating the code hints as your object model changes. Add a method, remove a property, and your changes will be visible immediately in Dreamweaver's code view.
Dynamic Managed Bean JSF-EL Expressions
Message Bundle Code Hints
JSFToolbox fully supports JSF message bundles and Java internationalization (I18N) by dynamically updating the code hints as your message bundle changes. Add a supported locale, rename a message bundle property, and your changes will be visible immediately in Dreamweaver's code view.
JSFToolbox supports syntax auto-complete in Dreamweaver's code view for the the
JSF Core tag library.
JSF Tag Syntax Auto-Complete
JSFToolbox supports syntax auto-complete in Dreamweaver's code view for the the
JSF HTML tag library.
JSF Tag Syntax Auto-Complete
JSFToolbox supports syntax auto-complete in Dreamweaver's code view for the the
Java Standard Tag Library (JSTL) Core tags.
|