Uses of Interface
org.directwebremoting.extend.PageNormalizer

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

Uses of PageNormalizer in org.directwebremoting.dwrp
 

Fields in org.directwebremoting.dwrp declared as PageNormalizer
protected  PageNormalizer PollHandler.pageNormalizer
          How we turn pages into the canonical form.
protected  PageNormalizer BaseCallMarshaller.pageNormalizer
          How we turn pages into the canonical form.
 

Methods in org.directwebremoting.dwrp with parameters of type PageNormalizer
 void PollHandler.setPageNormalizer(PageNormalizer pageNormalizer)
          Accessor for the PageNormalizer.
 void BaseCallMarshaller.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 proceedure fails.
 

Fields in org.directwebremoting.impl declared as PageNormalizer
protected  PageNormalizer DefaultScriptSessionManager.pageNormalizer
          How we turn pages into the canonical form.
 

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



Copyright © 2007. All Rights Reserved.