public class PortalRuntime extends Object
| Constructor and Description | 
|---|
PortalRuntime(PluginRuntime prtm,
             IPluginPortal plugin)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getContextName()  | 
Map<String,Class<? extends javax.faces.convert.Converter>> | 
getConverterIdMap()  | 
Map<Class<?>,Class<? extends javax.faces.convert.Converter>> | 
getConverterTypeMap()  | 
IPluginPortal | 
getPlugin()  | 
PluginRuntime | 
getPluginRuntime()  | 
long | 
getRegistrationDate()  | 
Map<String,Class<? extends javax.faces.validator.Validator>> | 
getValidatorIdMap()  | 
boolean | 
handleContext(javax.servlet.ServletRequest request,
             javax.servlet.ServletResponse response)  | 
void | 
initialize(javax.servlet.ServletContext context)  | 
void | 
shutdown()  | 
public PortalRuntime(PluginRuntime prtm, IPluginPortal plugin)
public Map<String,Class<? extends javax.faces.validator.Validator>> getValidatorIdMap()
public Map<Class<?>,Class<? extends javax.faces.convert.Converter>> getConverterTypeMap()
public Map<String,Class<? extends javax.faces.convert.Converter>> getConverterIdMap()
public long getRegistrationDate()
public IPluginPortal getPlugin()
public PluginRuntime getPluginRuntime()
public String getContextName()
public void initialize(javax.servlet.ServletContext context)
public boolean handleContext(javax.servlet.ServletRequest request,
                             javax.servlet.ServletResponse response)
request - the ServletRequestresponse - the ServletResponsetrue if the context was handled by this runtime, false otherwise.public void shutdown()
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.