Trace: • Push support • Encrypt Configuration • Control Opening Workscreens • NTLM Authentication • Replacing Standard About Dialog
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
applications:portlet_integration [2020/07/01 17:14] cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation) |
applications:portlet_integration [2020/07/08 13:01] (current) cduncan articles |
||
---|---|---|---|
Line 2: | Line 2: | ||
~~Title: Portlet Integration~~ | ~~Title: Portlet Integration~~ | ||
- | If you want to use Vaadin UI with Liferay Portlets, use following security manager in your config.xml: | + | If you want to use Vaadin UI with Liferay Portlets, use the following security manager in your config.xml: |
<file xml> | <file xml> | ||
Line 14: | Line 14: | ||
... | ... | ||
</file> | </file> | ||
- | and following code in your session life cycle object: | + | and the following code in your session life cycle object: |
<file java> | <file java> | ||
public IWorkScreenAccess getWorkScreenAccess() | public IWorkScreenAccess getWorkScreenAccess() |