Overview

Namespaces

  • Mapbender
    • Component
      • HTTP
    • CoreBundle
      • Command
      • Component
        • Exception
      • Controller
      • DataFixtures
        • ORM
      • DependencyInjection
      • Element
        • Type
      • Entity
      • EventListener
      • Extension
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
      • Template
    • DrupalIntegrationBundle
      • DependencyInjection
      • Security
        • Authentication
          • Provider
          • Token
        • Authorization
          • Voter
        • Factory
        • Firewall
        • User
      • Session
    • KmlBundle
      • Element
    • ManagerBundle
      • Controller
      • Form
        • DataTransformer
        • Type
    • MonitoringBundle
      • Command
      • Component
      • Controller
      • DependencyInjection
      • Entity
      • EventListener
      • Form
    • PrintBundle
      • Component
      • Controller
    • WmcBundle
      • Component
        • Exception
      • Element
        • Type
      • Entity
      • Form
        • EventListener
        • Type
    • WmsBundle
      • Component
        • Exception
      • Controller
      • DependencyInjection
      • Element
        • Type
      • Entity
      • Event
      • Form
        • EventListener
        • Type
    • WmtsBundle
      • Component
        • Exception
      • Controller
      • Entity
      • Form
        • Type
  • None
  • PHP

Classes

  • ApplicationController
  • ElementController
  • RepositoryController
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class ApplicationController

Symfony\Bundle\FrameworkBundle\Controller\Controller
Extended by Mapbender\ManagerBundle\Controller\ApplicationController
Namespace: Mapbender\ManagerBundle\Controller
Located at Mapbender/ManagerBundle/Controller/ApplicationController.php
Methods summary
public
# indexAction( )

Render a list of applications the current logged in user has access to.

Render a list of applications the current logged in user has access to.

ManagerRoute("/applications")

Method("GET")

Template

public
# newAction( )

Shows form for creating new applications

Shows form for creating new applications

ManagerRoute("/application/new")

Method("GET")

Template

public
# createAction( )

Create a new application from POSTed data

Create a new application from POSTed data

ManagerRoute("/application")

Method("POST")

Template("MapbenderManagerBundle:Application:new.html.twig")

public
# editAction( mixed $slug )

Edit application

Edit application

ManagerRoute("/application/{slug}/edit",

requirements = { "slug" = "[\w-]+" })

Method("GET")

Template

public
# updateAction( mixed $slug )

Updates application by POSTed data

Updates application by POSTed data

ManagerRoute("/application/{slug}/update",

requirements = { "slug" = "[\w-]+" })

Method("POST")

public
# toggleStateAction( mixed $slug )

Toggle application state.

Toggle application state.

ManagerRoute("/application/{slug}/state",

options={"expose"=true})

Method("POST")

public
# confirmDeleteAction( mixed $slug )

Delete confirmation page

Delete confirmation page

ManagerRoute("/application/{slug}/delete",

requirements = { "slug" = "[\w-]+" })

Method("GET")

Template("MapbenderManagerBundle:Application:delete.html.twig")

public
# deleteAction( mixed $slug )

Delete application

Delete application

ManagerRoute("/application/{slug}/delete",

requirements = { "slug" = "[\w-]+" })

Method("POST")

public
# newLayersetAction( mixed $slug )

Create a form for a new layerset

Create a form for a new layerset

ManagerRoute("/application/{slug}/layerset/new")

Method("POST")

Template("MapbenderManagerBundle:Application:form-layerset.html.twig")

public
# editLayersetAction( mixed $slug, mixed $layersetId )

Create a new layerset from POSTed data

Create a new layerset from POSTed data

ManagerRoute("/application/{slug}/layerset/{layersetId}/edit")

Method("POST")

Template("MapbenderManagerBundle:Application:form-layerset.html.twig")

public
# saveLayersetAction( mixed $slug, mixed $layersetId = null )

Create a new layerset from POSTed data

Create a new layerset from POSTed data

ManagerRoute("/application/{slug}/layerset/create")

ManagerRoute("/application/{slug}/layerset/{layersetId}/save")

Method("POST")

Template("MapbenderManagerBundle:Application:form-layerset.html.twig")

public
# confirmDeleteLayersetAction( mixed $slug, mixed $layersetId )

A confirmation page for a layerset

A confirmation page for a layerset

ManagerRoute("/application/{slug}/layerset/{layersetId}/confirmdelete")

Method("POST")

Template("MapbenderManagerBundle:Application:deleteLayerset.html.twig")

public
# deleteLayersetAction( mixed $slug, mixed $layersetId )

Delete a layerset

Delete a layerset

ManagerRoute("/application/{slug}/layerset/{layersetId}/delete")

Method("POST")

public
# listInstanceAction( mixed $slug, mixed $layersetId, Symfony\Component\HttpFoundation\Request $request )

Add a new SourceInstance to the Layerset

Add a new SourceInstance to the Layerset

ManagerRoute("/application/{slug}/layerset/{layersetId}/list")

Method("POST")

Template("MapbenderManagerBundle:Application:list-source.html.twig")

public
# addInstanceAction( mixed $slug, mixed $layersetId, mixed $sourceId, Symfony\Component\HttpFoundation\Request $request )

Add a new SourceInstance to the Layerset

Add a new SourceInstance to the Layerset

ManagerRoute("/application/{slug}/layerset/{layersetId}/source/{sourceId}/add")

Method("GET")

public
# deleteInstanceAction( mixed $slug, mixed $layersetId, mixed $instanceId )

Delete a source instance from a layerset

Delete a source instance from a layerset

ManagerRoute("/application/{slug}/layerset/{layersetId}/instance/{instanceId}/delete")

Method("POST")

Mapbender3 API documenation API documentation generated by ApiGen 2.8.0