| java.lang.Object org.mortbay.jetty.webapp.WebXmlConfiguration org.mortbay.jetty.plus.webapp.AbstractConfiguration
All known Subclasses: org.mortbay.jetty.plus.webapp.Configuration,
bindUserTransaction | abstract public void bindUserTransaction() throws Exception(Code) | | |
callPreDestroyCallbacks | protected void callPreDestroyCallbacks()(Code) | | |
initInjection | protected void initInjection(XmlParser.Node node, String jndiName, Class valueClass)(Code) | | Iterate over the <injection-target> entries for a node
Parameters: node - Parameters: jndiName - Parameters: valueClass - the type of the injectable |
initMessageDestinationRef | protected void initMessageDestinationRef(XmlParser.Node node) throws Exception(Code) | | Common Annotations Spec section 2.3:
message-destination-ref is for:
- javax.jms.Queue
- javax.jms.Topic
Parameters: node - throws: Exception - |
initPostConstruct | protected void initPostConstruct(XmlParser.Node node)(Code) | | Process <post-construct>
Parameters: node - |
initPreDestroy | protected void initPreDestroy(XmlParser.Node node)(Code) | | Process <pre-destroy>
Parameters: node - |
initResourceEnvRef | protected void initResourceEnvRef(XmlParser.Node node) throws Exception(Code) | | Common Annotations Spec section 2.3:
resource-env-ref is for:
- javax.transaction.UserTransaction
- javax.resource.cci.InteractionSpec
- anything else that is not a connection factory
Parameters: node - throws: Exception - |
initResourceRef | protected void initResourceRef(XmlParser.Node node) throws Exception(Code) | | Common Annotations Spec section 2.3:
resource-ref is for:
- javax.sql.DataSource
- javax.jms.ConnectionFactory
- javax.jms.QueueConnectionFactory
- javax.jms.TopicConnectionFactory
- javax.mail.Session
- java.net.URL
- javax.resource.cci.ConnectionFactory
- org.omg.CORBA_2_3.ORB
- any other connection factory defined by a resource adapter
Parameters: node - throws: Exception - |
injectAndCallPostConstructCallbacks | protected void injectAndCallPostConstructCallbacks() throws Exception(Code) | | |
parseAnnotations | protected void parseAnnotations() throws Exception(Code) | | Parse all classes that are mentioned in web.xml (servlets, filters, listeners)
for annotations.
TODO
throws: Exception - |
|
|