org.springframework.extensions.config
Interface WebStudioConfigProperties

All Known Implementing Classes:
WebStudioConfigElement

public interface WebStudioConfigProperties

Author:
muzquiano

Method Summary
 WebStudioConfigElement.ApplicationDescriptor getApplication(String id)
          Returns the application descriptor for the given application id
 String[] getApplicationIds()
          Returns an array of application ids for Web Studio
 boolean isDeveloperMode()
          Whether the current Web Studio instance is in developer mode
 void setDeveloperMode(boolean developerMode)
          Allows the developer mode switch to be toggled
 

Method Detail

isDeveloperMode

boolean isDeveloperMode()
Whether the current Web Studio instance is in developer mode

Returns:

setDeveloperMode

void setDeveloperMode(boolean developerMode)
Allows the developer mode switch to be toggled

Parameters:
developerMode -

getApplicationIds

String[] getApplicationIds()
Returns an array of application ids for Web Studio

Returns:
string array

getApplication

WebStudioConfigElement.ApplicationDescriptor getApplication(String id)
Returns the application descriptor for the given application id

Parameters:
id -
Returns:
application descriptor


Copyright © 2009 SpringSource, Inc. All Rights Reserved.