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 BaseCallHandler.setPageNormalizer(PageNormalizer pageNormalizer)
          Accessor for the PageNormalizer.
 void BasePollHandler.setPageNormalizer(PageNormalizer pageNormalizer)
          Accessor for the 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 procedure fails.
 

Methods in org.directwebremoting.impl with parameters of type PageNormalizer
 void DefaultScriptSessionManager.setPageNormalizer(PageNormalizer pageNormalizer)
          How we turn pages into the canonical form.
 void TransientScriptSessionManager.setPageNormalizer(PageNormalizer pageNormalizer)
          How we turn pages into the canonical form.
 


Copyright ยจ 2008