Arena  1.0
A content management system
 All Classes Files Functions Variables Pages
Views.py File Reference

This file customizes the AJinja2View class to meet the needs of arena. More...

Classes

class  Plugins.View.PerUser.Arena.Views.AnArenaViewError
 Represents an error that may occur while displaying an arena view. More...
 
class  Plugins.View.PerUser.Arena.Views.AnArenaView
 A view manager customized to meet the needs of arena. More...
 

Variables

string Plugins.View.PerUser.Arena.Views.avSessionVariable = "/view/last"
 The session variable used to keep track of the last view displayed for the session.
 
string Plugins.View.PerUser.Arena.Views.uaChannelFieldsToSkip = "channelName"
 A list of channel fields to skip when setting up channel variables for the view.
 
string Plugins.View.PerUser.Arena.Views.uaUserFieldsToSkip = "userName"
 A list of user fields to skip when setting up user variables for the view.
 

Detailed Description

This file customizes the AJinja2View class to meet the needs of arena.