Overview Package Class Source Class tree Glossary
previous package      next package frames      no frames

WebAdmin

Interface Summary
IQueryHandler The query handler interface. The WebAdmin contains a collection of query handlers with handle most requests assigned to the WebAdmin application. During creating the query handler will receive a couple of set up calls: init(...) and registerMenuItems(...). The webadmin has to register all URLs it will handle (url without the webapp path prefix). It is also allowed to replace an existing menu item. When the WebAdmin is shut down the cleanup() method will be called. Use this to perform some clean up and to set all Actor references to none (in case the query handler extends Object). Copyright 2008 Epic Games, Inc. All Rights Reserved @author Michiel 'elmuerte' Hendriks  
ISession A session interface Copyright 2008 Epic Games, Inc. All Rights Reserved @author Michiel 'elmuerte' Hendriks  
ISessionHandler Session handler interface Copyright 2008 Epic Games, Inc. All Rights Reserved @author Michiel 'elmuerte' Hendriks  
IWebAdminAuth WebAdmin authentication interface. An implementation of this interface is used to create IWebAdminUser instances. Copyright 2008 Epic Games, Inc. All Rights Reserved @author Michiel 'elmuerte' Hendriks  
IWebAdminUser A webadmin user record. Creates by the IWebAdminAuth instance. Copyright 2008 Epic Games, Inc. All Rights Reserved @author Michiel 'elmuerte' Hendriks  
Class Summary
BasicWebAdminAuth Default "simple" authentication handler implementation. Copyright 2008 Epic Games, Inc. All Rights Reserved @author Michiel 'elmuerte' Hendriks  
BasicWebAdminUser Basic webadmin user. Copyright 2008 Epic Games, Inc. All Rights Reserved @author Michiel 'elmuerte' Hendriks  
MessagingSpectator 
QHCurrent The query handler that provides information about the current game. It will also set the start page for the webadmin. Copyright 2008 Epic Games, Inc. All Rights Reserved @author Michiel 'elmuerte' Hendriks  
QHDefaults Query Handler for chaning the default settings Copyright 2008 Epic Games, Inc. All Rights Reserved @author Michiel 'elmuerte' Hendriks  
Session A session implementation Copyright 2008 Epic Games, Inc. All Rights Reserved @author Michiel 'elmuerte' Hendriks  
SessionHandler Default session handler implementation Copyright 2008 Epic Games, Inc. All Rights Reserved @author Michiel 'elmuerte' Hendriks  
UTImageServer 
UTServerAdmin Copyright 2008 Epic Games, Inc. All Rights Reserved @author Michiel 'elmuerte' Hendriks  
WebAdmin The main entry point for the UT3 WebAdmin. This manages the initial web page request and authentication and session handling. The eventual processing of the request will be doen by query handlers. Copyright 2008 Epic Games, Inc. All Rights Reserved @author Michiel 'elmuerte' Hendriks  
WebAdminMenu Menu manager for the webadmin Copyright 2008 Epic Games, Inc. All Rights Reserved @author Michiel 'elmuerte' Hendriks  
WebAdminUtils Various static utility functions Copyright 2008 Epic Games, Inc. All Rights Reserved @author Michiel 'elmuerte' Hendriks  

Overview Package Class Source Class tree Glossary
previous package      next package frames      no frames
Creation time: Sat 17/1/2009 20:56:01.078 - Created with UnCodeX