|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.rice.rubis.beans.servlets.Config
JOnAS version. This class contains the configuration for the servlets like the path of HTML files, etc ...
Field Summary | |
static java.lang.String |
context
Returns the context used by the web container for html files and servlets (this isthe name of the war file). |
static java.lang.String |
HTMLFilesPath
Returns the path to the directory where the HTML header and footer are stored. |
static java.lang.String |
UserTransaction
Return the UserTransaction name to look for since JBoss does not support full class names JOnAS looks like: utx = (javax.transaction.UserTransaction)initialContext.lookup("java:comp/UserTransaction"); JBoss looks like: utx = (javax.transaction.UserTransaction)initialContext.lookup("UserTransaction"); |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String HTMLFilesPath
public static final java.lang.String context
public static final java.lang.String UserTransaction
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |