info.magnolia.security.app
Class SecurityApp

java.lang.Object
  extended by info.magnolia.ui.framework.app.BaseApp
      extended by info.magnolia.ui.contentapp.ContentApp
          extended by info.magnolia.security.app.SecurityApp
All Implemented Interfaces:
App

public class SecurityApp
extends ContentApp

The Security App, extending the base content app.


Field Summary
 
Fields inherited from class info.magnolia.ui.framework.app.BaseApp
appContext
 
Constructor Summary
SecurityApp(AppContext appContext, AppView view, info.magnolia.objectfactory.ComponentProvider componentProvider)
           
 
Method Summary
 void start(Location location)
          Called when the app is started.
 
Methods inherited from class info.magnolia.ui.contentapp.ContentApp
openChooseDialog
 
Methods inherited from class info.magnolia.ui.framework.app.BaseApp
getAppContext, getView, locationChanged, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityApp

@Inject
public SecurityApp(AppContext appContext,
                          AppView view,
                          info.magnolia.objectfactory.ComponentProvider componentProvider)
Method Detail

start

public void start(Location location)
Description copied from interface: App
Called when the app is started. The location passed in is the location that triggered the app to be started.

Specified by:
start in interface App
Overrides:
start in class BaseApp
Parameters:
location - the location that triggered the app to be started


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.