Search:

Type: Posts; User: jgerbracht; Keyword(s):

Search: Search took 0.02 seconds.

  1. mappings heirarchy in SimpleUrlHandlerMapping

    I'm trying to set up the mappings in SimpleUrlHandlerMapping to handle a default case where there aren't any matches.


    <bean id="urlMapping"...
  2. Replies
    0
    Views
    874

    Naming PDF files via iText

    I've a need to assign the PDF filename based on values in the model and to control where it is written on the server. Looks like I can overwrite the newWriter method but without changing core spring...
  3. Can I inject an object into a Servlet via ServletWrappingController

    I've an existing servlet that I'm wrapping in a ServletWrappingController and I'd like to inject a bean into the servlet that is being wrapped. Both are defined in a DispatcherServlet application...
  4. How can I access DispatcherServlet context from JSP

    I'm wrapping an existing application with Spring using several DispatcherServlets. The different DispatcherServlets wrap different instances of the application (in our case the instances are...
Results 1 to 4 of 4