n2n Page Rocket 1 API

n2n\web\http

­Http­Context

HttpContext

Methods summary

Modifier and Type Method
public __construct ( Request request , Response response , Session session , Url assetsUrl , Supersystem supersystem , array availableSubsystems , N2nContext n2nContext )
public Request getRequest ( )
public Response getResponse ( )
public Session getSession ( )
public string n2nLocaleToHttpId ( N2nLocale n2nLocale )
public N2nLocale getN2nLocale ( )
public string getN2nLocaleHttpId ( )
public N2nLocale httpIdToN2nLocale ( string n2nLocaleHttpId , bool lenient = false )
public N2nLocale getMainN2nLocale ( )
public boolean containsContextN2nLocale ( N2nLocale n2nLocale )
public N2nLocale [] getContextN2nLocales ( )
public N2nLocale [] getAvailableN2nLocales ( )
public Subsystem [] getAvailableSubsystems ( )
public Url getAssetsUrl ( string moduleNamespace , bool absolute = false )
public Path getControllerContextPath ( ControllerContext controllerContext )
public Url buildContextUrl ( bool ssl = null , mixed subsystem = null , bool absolute = false )
public Subsystem getAvailableSubsystemByName ( string name )
public N2nContext getN2nContext ( )

Methods in detail