n2n Page Rocket 1 API

n2n\core\config

­Web­Config

WebConfig

Methods summary

Modifier and Type Method
public __construct ( bool responseCachingEnabled , bool responseBrowserCachingEnabled , bool responseSendEtagAllowed , bool responseServerPushAllowed , bool responseSendLastModifiedAllowed , bool viewCachingEnabled , string viewClassNames , ControllerDef mainControllerDefs , ControllerDef filterControllerDefs , Supersystem supersystem , Supersystem subsystems , string dispatchPropertyProviderClassNames , string dispatchTargetCryptAlgorithm = null , N2nLocale aliasN2nLocales )
public boolean isResponseCachingEnabled ( )
public boolean isResponseBrowserCachingEnabled ( )
public boolean isResponseSendEtagAllowed ( )
public boolean isResponseSendLastModifiedAllowed ( )
public boolean isResponseServerPushAllowed ( )
public boolean isViewCachingEnabled ( )
public string [] getViewClassNames ( )
public ControllerDef [] getMainControllerDefs ( )
public ControllerDef [] getFilterControllerDefs ( )
public N2nLocale [] getAllN2nLocales ( )
public Supersystem getSupersystem ( )
public string [] getSubsystemNames ( )
public Subsystem [] getSubsystems ( )
public string [] getDispatchPropertyProviderClassNames ( )
public string getDispatchTargetCryptAlgorithm ( )
public N2nLocale [] getAliasN2nLocales ( )

Methods in detail