Trace: • Push support • Encrypt Configuration • Replacing Standard About Dialog • Control Opening Workscreens • NTLM Authentication
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
applications:portlet_integration [2018/03/14 07:40] admin created |
applications:portlet_integration [2020/07/08 13:01] (current) cduncan articles |
||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTRANS~~ | ~~NOTRANS~~ | ||
- | ~~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() |