Class UnknownActivationContextHandlerImpl
- java.lang.Object
- 
- org.apache.tapestry5.internal.services.UnknownActivationContextHandlerImpl
 
- 
- All Implemented Interfaces:
- UnknownActivationContextHandler
 
 public class UnknownActivationContextHandlerImpl extends Object implements UnknownActivationContextHandler Default implementation forUnknownActivationContextHandlerwhich answer with a 404 NOT FOUND error.
- 
- 
Constructor SummaryConstructors Constructor Description UnknownActivationContextHandlerImpl(org.slf4j.Logger logger, ComponentEventResultProcessor resultProcessor)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleUnknownContext(ComponentResources pageResources, EventContext activationContext)Answer the client in the case of a request coming in with an unknown activation context.
 
- 
- 
- 
Constructor Detail- 
UnknownActivationContextHandlerImplpublic UnknownActivationContextHandlerImpl(org.slf4j.Logger logger, @Traditional @Primary ComponentEventResultProcessor resultProcessor) 
 
- 
 - 
Method Detail- 
handleUnknownContextpublic void handleUnknownContext(ComponentResources pageResources, EventContext activationContext) throws IOException Description copied from interface:UnknownActivationContextHandlerAnswer the client in the case of a request coming in with an unknown activation context.- Specified by:
- handleUnknownContextin interface- UnknownActivationContextHandler
- Throws:
- IOException
 
 
- 
 
-