Uses of Class
org.norther.tammi.core.security.AccessDeniedException

Packages that use AccessDeniedException
org.norther.tammi.spray.media   
org.norther.tammi.spray.servlet   
org.norther.tammi.spray.template   
org.norther.tammi.spray.template.flow   
 

Uses of AccessDeniedException in org.norther.tammi.spray.media
 

Methods in org.norther.tammi.spray.media that throw AccessDeniedException
 Resource DefaultCachedMediaProvider.getResource(String path, boolean cached, ServletRequest request, ServletResponse response, FilterChain chain)
           
 Resource DefaultMediaProvider.getResource(String path, boolean cached, ServletRequest request, ServletResponse response, FilterChain chain)
           
 Resource MediaProvider.getResource(String path, boolean cached, ServletRequest request, ServletResponse response, FilterChain chain)
          Gets the media content resource.
protected  Resource AbstractMediaContentFilter.getResource(String type, String path, boolean cached, ServletRequest request, ServletResponse response, FilterChain chain)
          Gets the resource.
protected  Resource DefaultTemporaryContentKeyFilter.getResource(String type, String path, boolean cached, ServletRequest request, ServletResponse response, FilterChain chain)
           
 

Uses of AccessDeniedException in org.norther.tammi.spray.servlet
 

Methods in org.norther.tammi.spray.servlet that throw AccessDeniedException
 Resource DefaultServletMediaProvider.getResource(String path, boolean cached, ServletRequest request, ServletResponse response, FilterChain chain)
           
 

Uses of AccessDeniedException in org.norther.tammi.spray.template
 

Methods in org.norther.tammi.spray.template that throw AccessDeniedException
 boolean DefaultFlowFilter.executeActions(FlowStep step, StepFlowContext context, ServletRequest request, ServletResponse response, FilterChain chain)
           
 boolean FlowFilter.executeActions(FlowStep step, StepFlowContext context, ServletRequest request, ServletResponse response, FilterChain chain)
          Executes actions of the specified step in the given flow context.
 

Uses of AccessDeniedException in org.norther.tammi.spray.template.flow
 

Methods in org.norther.tammi.spray.template.flow that throw AccessDeniedException
 void DefaultStepFlowContext.finishSelection(ServletRequest request, ServletResponse response, FilterChain chain)
           
 void StepFlowContext.finishSelection(ServletRequest request, ServletResponse response, FilterChain chain)
          Finishes a new selection.
 FlowStep DefaultStepFlowContext.prepareSelection(ServletRequest request, ServletResponse response, FilterChain chain)
           
 FlowStep StepFlowContext.prepareSelection(ServletRequest request, ServletResponse response, FilterChain chain)
          Prepares a new selection.
 



Copyright © 2004 The Norther Organization. All rights reserved.