|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.car.DescriptorHandler
Class to parse the component deployment descriptor causing some tags to take action during parsing and others to cache information in the descriptor making it accessible via accessor methods.
Field Summary | |
static java.lang.String |
CHANDEF_TAG_NAME
|
static Path |
CHANDEFS
|
static java.lang.String |
CHANTYPE_TAG_NAME
|
static Path |
CHANTYPES
|
static Path |
COMPONENT
|
static java.lang.String |
COMPONENT_TAG_NAME
|
static java.lang.String |
DATABASE_TAG_NAME
|
static Path |
DBDEFS
|
static java.lang.String |
EXTENSION_TAG_NAME
|
static Path |
EXTENSIONS
|
static Path |
PROCESS
|
static java.lang.String |
PROCESS_TAG_NAME
|
static java.lang.String |
RCS_ID
|
static java.lang.String |
SERVICE_TAG_NAME
|
static Path |
SERVICES
|
static java.lang.String |
WORKER_TAG_NAME
|
static Path |
WORKERS
|
Method Summary | |
void |
getServices(org.xml.sax.ContentHandler c)
Generates event calls to the passed in handler for service descriptions extracted from the parsed the deployment descriptor. |
void |
getWorkers(java.util.Properties p)
Adds to the passed in Properties object the names of workers and their implementing classes as specified in the parsed deployment descriptor. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String RCS_ID
public static final java.lang.String COMPONENT_TAG_NAME
public static final java.lang.String WORKER_TAG_NAME
public static final java.lang.String SERVICE_TAG_NAME
public static final java.lang.String EXTENSION_TAG_NAME
public static final java.lang.String CHANDEF_TAG_NAME
public static final java.lang.String CHANTYPE_TAG_NAME
public static final java.lang.String DATABASE_TAG_NAME
public static final java.lang.String PROCESS_TAG_NAME
public static final Path COMPONENT
public static final Path WORKERS
public static final Path PROCESS
public static final Path SERVICES
public static final Path EXTENSIONS
public static final Path CHANDEFS
public static final Path CHANTYPES
public static final Path DBDEFS
Method Detail |
public void getWorkers(java.util.Properties p)
public void getServices(org.xml.sax.ContentHandler c) throws org.xml.sax.SAXException
org.xml.sax.SAXException
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |