info.magnolia.pages.app.action
Class CreateAreaAction

java.lang.Object
  extended by info.magnolia.ui.api.action.AbstractAction<CreateAreaActionDefinition>
      extended by info.magnolia.pages.app.action.CreateAreaAction
All Implemented Interfaces:
Action

public class CreateAreaAction
extends AbstractAction<CreateAreaActionDefinition>

Creates an area which was optional and not yet existing.

See Also:
CreateAreaAction

Constructor Summary
CreateAreaAction(CreateAreaActionDefinition definition, AreaElement area, info.magnolia.event.EventBus eventBus)
           
 
Method Summary
 void execute()
          Executes the action.
 
Methods inherited from class info.magnolia.ui.api.action.AbstractAction
getDefinition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateAreaAction

@Inject
public CreateAreaAction(CreateAreaActionDefinition definition,
                               AreaElement area,
                               @Named(value="subapp")
                               info.magnolia.event.EventBus eventBus)
Method Detail

execute

public void execute()
             throws ActionExecutionException
Description copied from interface: Action
Executes the action.

Throws:
ActionExecutionException - if an error occurs performing the action


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