Uses of Interface
org.hippoecm.hst.content.beans.query.HstVirtualizer

Packages that use HstVirtualizer
org.hippoecm.hst.content.beans.query The org.hippoecm.hst.content.beans.query package defines the API for the HST Content Beans Query 
org.hippoecm.hst.content.beans.standard The org.hippoecm.hst.content.beans.standard package defines the API for the HST Content Standard Beans 
 

Uses of HstVirtualizer in org.hippoecm.hst.content.beans.query
 

Classes in org.hippoecm.hst.content.beans.query that implement HstVirtualizer
 class HstVirtualizerImpl
           
 

Methods in org.hippoecm.hst.content.beans.query that return HstVirtualizer
 HstVirtualizer HstCtxWhereClauseComputerImpl.getVirtualizer(List<javax.jcr.Node> scopes, boolean skipInvalidScopes)
          When the search was in multiple scopes, we need to rewrite the physical hits to the context aware virtual path.
 HstVirtualizer HstCtxWhereClauseComputer.getVirtualizer(List<javax.jcr.Node> scopes, boolean skipInvalidScopes)
          Returns a virtualizer for the scopes.
 HstVirtualizer HstCtxWhereClauseComputerImpl.getVirtualizer(javax.jcr.Node scope)
           
 HstVirtualizer HstCtxWhereClauseComputer.getVirtualizer(javax.jcr.Node scope)
          Returns a virtualizer for the scope.
 

Constructors in org.hippoecm.hst.content.beans.query with parameters of type HstVirtualizer
HstQueryResultImpl(ObjectConverter objectConverter, javax.jcr.query.QueryResult queryResult, HstVirtualizer virtualizer)
           
 

Uses of HstVirtualizer in org.hippoecm.hst.content.beans.standard
 

Constructors in org.hippoecm.hst.content.beans.standard with parameters of type HstVirtualizer
HippoBeanIteratorImpl(ObjectConverter objectConverter, javax.jcr.NodeIterator nodeIterator, HstVirtualizer virtualizer)
           
 



Copyright © 2008-2012 Hippo. All Rights Reserved.