Trace: • Control Opening Workscreens • NTLM Authentication • Replacing Standard About Dialog • Configure Logging • Push support • Encrypt Configuration
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
applications:control_openscreen [2018/02/07 07:20] admin created |
applications:control_openscreen [2020/07/08 13:00] (current) cduncan articles |
||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTRANS~~ | ~~NOTRANS~~ | ||
- | ~~Title: Control opening work-screens~~ | + | ~~Title: Control Opening Workscreens~~ |
- | The ProjX application is a standard implementation of JVx' RemoteWorkScreenApplication. It's the default application frame for applications with work-screens. It controls the access to work-screens and configures the application frame for it's different states (logged-on, logged-out, anonymous user). It's not allowed to open work-screens if no user is logged-on or if anonymous usage wasn't configured. | + | The ProjX application is a standard implementation of JVx' RemoteWorkScreenApplication. It's the default application frame for applications with workscreens. It controls the access to workscreens and configures the application frame for it's different states (logged on, logged out, anonymous user). It's not allowed to open workscreens if no user is logged on or if anonymous usage wasn't configured. |
- | A work-screen will be opened, if it's allowed to open the screen. The security will be controled by the server-side as well, but the application has some UI relevant checks. | + | A workscreen will be opened if it's allowed to open the screen. The security will be controlled by the server side as well, but the application has some UI-relevant checks. |
- | If you want to change the default checks or if you need to execute custom tasks before a work-screen would be opened, simply extend ProjX and change one of following methods | + | If you want to change the default checks, or if you need to execute custom tasks before a workscreen would be opened, simply extend ProjX and change one of the following methods: |
<file java> | <file java> | ||
Line 18: | Line 18: | ||
This methods performs security checks and fires before/after events like before open workscreen. | This methods performs security checks and fires before/after events like before open workscreen. | ||
- | The work-screen instance will be loaded with | + | The workscreen instance will be loaded with |
<file java> | <file java> | ||
Line 26: | Line 26: | ||
</file> | </file> | ||
- | This is the right method if you want to use custom classloaders for loading your work-screens. | + | This is the right method if you want to use custom classloaders for loading your workscreens. |