com.khubla.pragmatach.plugin.adminapp
Class ShowCookiesController
java.lang.Object
  
com.khubla.pragmatach.framework.controller.impl.AbstractController
      
com.khubla.pragmatach.framework.controller.impl.template.AbstractTemplateEngineController
          
com.khubla.pragmatach.framework.controller.impl.FormPostBeanBoundController
              
com.khubla.pragmatach.plugin.freemarker.FreemarkerController
                  
com.khubla.pragmatach.plugin.adminapp.BaseAdminController
                      
com.khubla.pragmatach.plugin.adminapp.SecuredAdminController
                          
com.khubla.pragmatach.plugin.adminapp.ShowCookiesController
- All Implemented Interfaces: 
 - BeanBoundController, PragmatachController
 
@Controller(name="pragmatachShowCookiesController")
@View(view="pragmatach/admin/cookies.html")
public class ShowCookiesController
- extends SecuredAdminController
 
- Author:
 
  - tome
 
 
 
 
 
 
 
 
 
| 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 | 
 
 
ShowCookiesController
public ShowCookiesController()
clearCookies
@Route(uri="/pragmatach/admin/cookies/clearCookies",
       method=post)
public Response clearCookies()
                      throws PragmatachException
- Throws:
 PragmatachException
 
getCookies
public Hashtable<String,String> getCookies()
 
render
@Route(uri="/pragmatach/admin/cookies")
public Response render()
                throws PragmatachException
- Description copied from class: 
SecuredAdminController 
- check security
- Overrides:
 render in class SecuredAdminController
 
- Throws:
 PragmatachException
 
 
setCookies
public void setCookies(Hashtable<String,String> cookies)
 
Copyright © 2014 khubla.com. All rights reserved.