|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of HttpContext in com.cc.framework.adapter |
Subinterfaces of HttpContext in com.cc.framework.adapter | |
interface |
RequestContext
If an action is called, all relevant informations (like the session, request, response object) are passed by a context object which implements this interface. |
Fields in com.cc.framework.adapter declared as HttpContext | |
private HttpContext |
HttpResourceTranslator.context
|
Methods in com.cc.framework.adapter with parameters of type HttpContext | |
java.util.Locale |
FrameworkAdapter.localeFromName(HttpContext context,
java.lang.String localeName)
Gets the Locale Object from a Locale Name |
java.lang.String |
FrameworkAdapter.localizeKey(HttpContext context,
java.lang.String resourceKey,
java.util.Locale locale,
boolean returnNull)
Localizes a string depending on the localization settings of the Painter context. |
static java.lang.String |
AdapterUtil.localize(HttpContext context,
java.lang.String keyOrString)
Localizes a string depending on the localization settings of the Painter context. |
static java.lang.String |
AdapterUtil.localize(HttpContext context,
java.lang.String keyOrString,
java.util.Locale locale)
Localizes a string depending on the localization settings of the Painter context. |
static java.lang.String |
AdapterUtil.localize(HttpContext context,
java.lang.String keyOrString,
java.lang.Object[] arguments)
Localizes a string depending on the localization settings of the Painter context. |
static java.lang.String |
AdapterUtil.localize(HttpContext context,
java.lang.String keyOrString,
java.lang.Object[] arguments,
java.util.Locale locale)
Localizes a string depending on the localization settings of the Painter context. |
static java.lang.String |
AdapterUtil.localize(HttpContext context,
java.lang.String keyOrString,
java.lang.Object[] arguments,
java.util.Locale locale,
boolean returnNull)
Localizes a string depending on the localization settings of the Painter context. |
static java.lang.String |
AdapterUtil.localizeKey(HttpContext context,
java.lang.String resourceKey,
java.lang.Object[] arguments,
java.util.Locale locale,
boolean returnNull)
Localizes a string depending on the localization settings of the Painter context. |
static java.util.Locale |
AdapterUtil.localeFromName(HttpContext context,
java.lang.String localeName)
Gets the Locale Object from a Locale Name |
static java.util.Locale |
AdapterUtil.localeFromSession(HttpContext context)
Gets the Locale Object for the running session |
Constructors in com.cc.framework.adapter with parameters of type HttpContext | |
HttpResourceTranslator(HttpContext context)
Constructor |
Uses of HttpContext in com.cc.framework.adapter.struts |
Subinterfaces of HttpContext in com.cc.framework.adapter.struts | |
interface |
ActionContext
If an action is called, all relevant informations (like the session, request, response object) are passed by a context object which implements this interface. |
interface |
FormActionContext
Encapsulate all parameter which will be used by invoking a Form-Action method |
Classes in com.cc.framework.adapter.struts that implement HttpContext | |
class |
ActionContextWrapper
Wrapper Class for the ActionContext |
class |
ConcreteActionContext
This class encapsulate all informations needed when calling a control action method. |
class |
ConcreteControlActionContext
encapsulates all parameters which are required if a control action is performed. |
class |
ConcreteFormActionContext
ActionContext for Actions in Forms |
Methods in com.cc.framework.adapter.struts with parameters of type HttpContext | |
protected org.apache.struts.config.ModuleConfig |
StrutsFrameworkAdapter.getModuleConfig(java.lang.String module,
HttpContext context)
Return the ModuleConfig object for the given prefix if it exists, null if otherwise. |
protected org.apache.struts.util.MessageResources |
StrutsFrameworkAdapter.retrieveMessageResources(HttpContext context,
java.lang.String bundle)
Returns the appropriate MessageResources object for the current struts module and the given bundle. |
java.lang.String |
StrutsFrameworkAdapter.localizeKey(HttpContext context,
java.lang.String resourceKey,
java.util.Locale locale,
boolean returnNull)
|
java.util.Locale |
StrutsFrameworkAdapter.localeFromName(HttpContext context,
java.lang.String localeName)
|
static java.lang.String |
ActionUtil.localize(HttpContext context,
java.lang.String keyOrString)
Localizes a string depending on the localization settings of the Painter context. |
static java.lang.String |
ActionUtil.localize(HttpContext context,
java.lang.String keyOrString,
java.util.Locale locale)
Localizes a string depending on the localization settings of the Painter context. |
static java.lang.String |
ActionUtil.localize(HttpContext context,
java.lang.String keyOrString,
java.lang.Object[] arguments)
Localizes a string depending on the localization settings of the Painter context. |
static java.lang.String |
ActionUtil.localize(HttpContext context,
java.lang.String keyOrString,
java.lang.Object[] arguments,
java.util.Locale locale)
Localizes a string depending on the localization settings of the Painter context. |
static java.lang.String |
ActionUtil.localize(HttpContext context,
java.lang.String keyOrString,
java.lang.Object[] arguments,
java.util.Locale locale,
boolean returnNull)
Localizes a string depending on the localization settings of the Painter context. |
static java.util.Locale |
ActionUtil.localeFromName(HttpContext context,
java.lang.String localeName)
Gets the Locale Object from a Locale Name |
static java.util.Locale |
ActionUtil.localeFromSession(HttpContext context)
Gets the Locale Object for the running session |
Uses of HttpContext in com.cc.framework.http |
Classes in com.cc.framework.http that implement HttpContext | |
class |
PageContextAdapter
Adapts the PageContext to the HttpContext interface |
Uses of HttpContext in com.cc.framework.ui.control |
Subinterfaces of HttpContext in com.cc.framework.ui.control | |
interface |
ControlActionContext
|
interface |
ControlRequestContext
Encapsulate all parameter which will be used by invoking a Control-Action method |
Uses of HttpContext in com.cc.framework.ui.painter |
Subinterfaces of HttpContext in com.cc.framework.ui.painter | |
interface |
PainterContext
This class encapsulates all the necessary objects for painting the control. |
Uses of HttpContext in com.cc.framework.ui.painter.def |
Classes in com.cc.framework.ui.painter.def that implement HttpContext | |
class |
CellPainterContext
Painter context for cell elements. |
Uses of HttpContext in com.cc.framework.ui.painter.imp |
Classes in com.cc.framework.ui.painter.imp that implement HttpContext | |
class |
PainterContextImp
This class encapsulates all the necessary objects for painting the control. |
class |
PainterContextWrapper
Wrapper for a painter context |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |