Uses of Interface
org.directwebremoting.extend.PageNormalizer

Packages that use PageNormalizer
org.directwebremoting.dwrp   
org.directwebremoting.impl   
 

Uses of PageNormalizer in org.directwebremoting.dwrp
 

Methods in org.directwebremoting.dwrp with parameters of type PageNormalizer
 void BaseCallMarshaller.setPageNormalizer(PageNormalizer pageNormalizer)
          Accessor for the PageNormalizer.
 void PollHandler.setPageNormalizer(PageNormalizer pageNormalizer)
          Accessor for the PageNormalizer.
 

Constructors in org.directwebremoting.dwrp with parameters of type PageNormalizer
PollBatch(javax.servlet.http.HttpServletRequest request, PageNormalizer pageNormalizer)
           
 

Uses of PageNormalizer in org.directwebremoting.impl
 

Classes in org.directwebremoting.impl that implement PageNormalizer
 class DefaultPageNormalizer
          The default implementation of PageNormalizer attempts to read from WEB-INF/web.xml to find a welcome-files element, and uses a default of removing "index.html" and "index.jsp" if this proceedure fails.
 

Methods in org.directwebremoting.impl with parameters of type PageNormalizer
 void DefaultScriptSessionManager.setPageNormalizer(PageNormalizer pageNormalizer)
          Accessfor for the PageNormalizer.
 


Copyright ? 2005