Class: Blacklight::SearchContext::ServerAppliedParamsComponent
  
  
  
  
  
    - Inherits:
 
    - 
      Component
      
        
          - Object
 
          
            - ViewComponent::Base
 
          
            - Component
 
          
            - Blacklight::SearchContext::ServerAppliedParamsComponent
 
          
        
        show all
      
     
  
  
  
  
  
  
  
  
  
  
    - Defined in:
 
    - app/components/blacklight/search_context/server_applied_params_component.rb
 
  
  
 
  Constant Summary
  
  Constants inherited
     from Component
  Component::EXCLUDE_VARIABLES
  
    
      Instance Method Summary
      collapse
    
    
  
  
  
  
  
  
  
  
  
  Methods inherited from Component
  compiler, config, #inspect
  
  
    Instance Method Details
    
      
  
  
    #render?  ⇒ Boolean 
  
  
  
  
    
      
8
9
10 
     | 
    
      # File 'app/components/blacklight/search_context/server_applied_params_component.rb', line 8
def render?
  current_search_session
end 
     |