public class JdbcTempHandler extends Object
Modifier and Type | Field and Description |
---|---|
static Logger |
guiLogger |
static String |
REASON_FAILED_KEY |
Constructor and Description |
---|
JdbcTempHandler()
Creates a new instance of JdbcHandler
|
Modifier and Type | Method and Description |
---|---|
static void |
addClassNameColumn(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
This handler adds the class name table column depends on the resource type.
|
static void |
setJDBCPoolWizard(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
This handler gets the default values and resource type and puts them in session
|
static void |
updateJdbcConnectionPoolPropertiesTable(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
updates the wizard map properties on step 2
|
static void |
updateJdbcConnectionPoolWizardStep2(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
updates the wizard map properties on step 2
|
static void |
updateJDBCPoolWizardStep1(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
This handler gets the datasource classname and properties and sets them in session
|
public static final Logger guiLogger
public static final String REASON_FAILED_KEY
public static void setJDBCPoolWizard(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
This handler gets the default values and resource type and puts them in session
public static void updateJDBCPoolWizardStep1(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
This handler gets the datasource classname and properties and sets them in session
public static void updateJdbcConnectionPoolPropertiesTable(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
updates the wizard map properties on step 2
public static void updateJdbcConnectionPoolWizardStep2(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
updates the wizard map properties on step 2
public static void addClassNameColumn(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
This handler adds the class name table column depends on the resource type.
Copyright © 2020. All rights reserved.