org.springframework.extensions.webscripts
Class ScriptSurf

java.lang.Object
  extended by org.springframework.extensions.webscripts.ScriptBase
      extended by org.springframework.extensions.webscripts.ScriptSurf
All Implemented Interfaces:
Serializable

public final class ScriptSurf
extends ScriptBase

A root-scoped Java object that represents the framework configuration

Author:
muzquiano
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.springframework.extensions.webscripts.ScriptBase
context, properties
 
Constructor Summary
ScriptSurf(RenderContext context)
           
 
Method Summary
protected  ScriptableMap buildProperties()
           
 boolean getLoginEnabled()
           
 
Methods inherited from class org.springframework.extensions.webscripts.ScriptBase
getConfig, getObject, getObjectService, getProperties, getRequestContext, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScriptSurf

public ScriptSurf(RenderContext context)
Method Detail

buildProperties

protected ScriptableMap buildProperties()
Specified by:
buildProperties in class ScriptBase

getLoginEnabled

public boolean getLoginEnabled()


Copyright © 2009-2010 SpringSource, Inc. All Rights Reserved.