Uses of Class
com.wewebu.ow.server.ui.OwAppContext

Packages that use OwAppContext
com.wewebu.ow.server.app   
com.wewebu.ow.server.dmsdialogs   
com.wewebu.ow.server.dmsdialogs.views   
com.wewebu.ow.server.ui   
 

Uses of OwAppContext in com.wewebu.ow.server.app
 

Subclasses of OwAppContext in com.wewebu.ow.server.app
 class OwMainAppContext
           Main Application Context Class Implementation.
 

Methods in com.wewebu.ow.server.app with parameters of type OwAppContext
 String OwAppEdition.getEditionFooter(OwAppContext mainContext_p, javax.servlet.http.HttpServletRequest request_p)
          Returns footer text, if the implementation version contains the word "sprint" the edition is marked as naja warning
 void OwMainAppContext.init(OwAppContext oldcontext_p)
          init the context BEFORE the user has logged on.
 

Constructors in com.wewebu.ow.server.app with parameters of type OwAppContext
OwDynamicLayoutSettings(boolean usePersistency_p, OwAppContext context_p, String bagID_p)
          Constructor
 

Uses of OwAppContext in com.wewebu.ow.server.dmsdialogs
 

Methods in com.wewebu.ow.server.dmsdialogs with parameters of type OwAppContext
 String OwGroupPropertiesConfiguration.OwPropertyGroup.getDisplayName(OwAppContext context_p)
          Get the group display name.
 

Uses of OwAppContext in com.wewebu.ow.server.dmsdialogs.views
 

Methods in com.wewebu.ow.server.dmsdialogs.views that return OwAppContext
 OwAppContext OwPageableView.getContext()
          get the context reference
 

Methods in com.wewebu.ow.server.dmsdialogs.views with parameters of type OwAppContext
 String OwToolView.OwToolClickTarget.createClickEventURL(OwAppContext context_p)
           
 OwObjectClass OwObjectClassProcessor.process(OwObjectClass objCls, OwLocation location, OwAppContext ctx)
          Processing of object class based on configuration or type of current processor.
 

Uses of OwAppContext in com.wewebu.ow.server.ui
 

Fields in com.wewebu.ow.server.ui declared as OwAppContext
protected  OwAppContext OwWebApplication.m_Context
          Main Context Object
protected  OwAppContext OwPortletApplication.m_Context
          Main Document Object
 

Methods in com.wewebu.ow.server.ui that return OwAppContext
 OwAppContext OwWebApplication.getContext()
           
 OwAppContext OwEventTarget.getContext()
          get the context reference
static OwAppContext OwWebApplication.getContext(javax.servlet.http.HttpSession session_p)
          get the context
 

Methods in com.wewebu.ow.server.ui with parameters of type OwAppContext
 void OwEventTarget.attach(OwAppContext context_p, String strName_p)
          attach the event target to the context
 void OwAppContext.init(OwAppContext oldcontext_p)
          init the context BEFORE the user has logged on.
protected  void OwWebApplication.printHandleRequestPendingSessionException(PrintWriter out_p, OwAppContext context_p)
          Deprecated. since 4.1.1.0 replaced with OwWebApplication.handleRequestPendingSessionException(ServletContext, HttpServletRequest, HttpServletResponse)
 void OwUserAgentKeyAction.register(OwAppContext owAppContext)
           
 void OwKeyAction.register(OwAppContext owAppContext)
           
protected abstract  void OwUserAgentKeyAction.registerKeyEvent(String userAgentHeader, OwAppContext owAppContext)
           
protected  void OwOSFamilyKeyAction.registerKeyEvent(String userAgentHeader, OwAppContext owAppContext)
           
static void OwScriptTable.writeSelectableListEnableScript(String sTableId_p, Writer w_p, OwAppContext context_p)
          enable the java script driven table
static void OwScriptTable.writeSelectableListHeaderStart(String sTableId_p, Writer w_p, String strHeaderClass_p, OwAppContext context_p)
          write a TR table row start tag for the header that supports script driven table
 

Constructors in com.wewebu.ow.server.ui with parameters of type OwAppContext
OwAppContext.OwDialogManagerViewReference(OwAppContext context_p)
          create a dialog manager view reference that delegates the region to the currently active dialogmanger view
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.