n2n Page Rocket 1 API

n2n\web\http\controller

­Controlling­Plan

ControllingPlan

Constant summary

Methods summary

Modifier and Type Method
public __construct ( N2nContext n2nContext )
public getN2nContext ( )
public getStatus ( )
public getN2nLocale ( )
public setN2nLocale ( N2nLocale n2nLocale = null )
public addFilter ( ControllerContext filterControllerContext , unknown afterCurrent = false )
public addMain ( ControllerContext mainControllerContext , unknown afterCurrent = false )
public execute ( )
public executeNextFilter ( bool try = false )
public executeNextMain ( bool try = false )
public isExecuting ( )
public hasCurrentFilter ( )
public getCurrentFilter ( )
public hasCurrentMain ( )
public getCurrentMain ( )
public getByName ( string name )
public getFilterByName ( unknown name )
public getMainByName ( unknown name )
public skipFilter ( )
public skipMain ( )
public abort ( )
public getMainControllerContextByKey ( unknown key )

Constants in detail

Methods in detail