com.khubla.pragmatach.framework.controller.impl.redirect
Class RedirectController

java.lang.Object
  extended by com.khubla.pragmatach.framework.controller.impl.AbstractController
      extended by com.khubla.pragmatach.framework.controller.impl.redirect.RedirectController
All Implemented Interfaces:
PragmatachController

public class RedirectController
extends AbstractController

Author:
tome

Constructor Summary
RedirectController(String uri)
           
RedirectController(String uri, String[] parameters)
           
 
Method Summary
 Response render()
           
 
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

RedirectController

public RedirectController(String uri)
                   throws PragmatachException
Throws:
PragmatachException

RedirectController

public RedirectController(String uri,
                          String[] parameters)
                   throws PragmatachException
Throws:
PragmatachException
Method Detail

render

public Response render()
                throws PragmatachException
Throws:
PragmatachException


Copyright © 2014 khubla.com. All rights reserved.