Uses of Interface
com.ibm.websphere.webcontainer.async.FragmentResponse
-
Packages that use FragmentResponse Package Description com.ibm.websphere.webcontainer.async -
-
Uses of FragmentResponse in com.ibm.websphere.webcontainer.async
Methods in com.ibm.websphere.webcontainer.async that return FragmentResponse Modifier and Type Method Description FragmentResponse
AsyncRequestDispatcher. getFragmentResponse(jakarta.servlet.ServletRequest req, jakarta.servlet.ServletResponse resp)
getFragmentResponse kicks off an asynchronous includes and returns a FragmentRespnse object which is used later to insert the include contents.
-