com.khubla.pragmatach.framework.controller.impl.system
Class HttpErrorController

java.lang.Object
  extended by com.khubla.pragmatach.framework.controller.impl.AbstractController
      extended by com.khubla.pragmatach.framework.controller.impl.template.SimpleTemplateController
          extended by com.khubla.pragmatach.framework.controller.impl.system.HttpErrorController
All Implemented Interfaces:
PragmatachController

@Controller(name="pragmatachHttpErrorController")
public class HttpErrorController
extends SimpleTemplateController

Author:
tome

Constructor Summary
HttpErrorController(Exception e)
          ctor
 
Method Summary
 Response render()
           
 
Methods inherited from class com.khubla.pragmatach.framework.controller.impl.template.SimpleTemplateController
template
 
Methods inherited from class com.khubla.pragmatach.framework.controller.impl.AbstractController
bad, buildWildcardResourceURI, forward, getApplicationURL, getCacheHeaders, getConfigurationParameter, getControllerName, getControllerName, getPragmatachRoute, getRequest, getResource, getSessionScopedController, ok, redirect, setPragmatachRoute, setRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpErrorController

public HttpErrorController(Exception e)
ctor

Method Detail

render

public Response render()
                throws PragmatachException
Throws:
PragmatachException


Copyright © 2014 khubla.com. All rights reserved.