Classe FreeMarkerAction

(Actualitzat 30/04/2020, 16:14:16)

Extends: extends Action

Implements:

Package: org.psanz.freemarker

Informació general


Autor: Pablo Sanz Martín

Revisado: 29/04/2020 10:12:41
   error
   FreeMarkerAction
   getCfg
   getContext
   getContextRuta
   getHost
   getHt
   getInput
   getTemplateWriter
   isSessionAlive
   setSessionAlive
   templateToWriter
   toAjaxLogin
        
org.psanz.freemarker.FreeMarkerAction
@param String
@param String
@return 
@throws 
public Result error(String msg, String temp)    {}  
org.psanz.freemarker.FreeMarkerAction
@param HttpTransit
@return 
@throws 
public FreeMarkerAction(HttpTransit ht) {}  
org.psanz.freemarker.FreeMarkerAction

@return 
@throws 
public Configuration getCfg() {}  
org.psanz.freemarker.FreeMarkerAction

@return 
@throws 
public ServletContext getContext() {}  
org.psanz.freemarker.FreeMarkerAction

@return 
@throws 
public String getContextRuta() {}  
org.psanz.freemarker.FreeMarkerAction

@return 
@throws 
public String getHost() {}  
org.psanz.freemarker.FreeMarkerAction

@return 
@throws 
public HttpTransit getHt() {}  
org.psanz.freemarker.FreeMarkerAction

@return 
@throws 
public Map<String, Object> getInput() {}  
org.psanz.freemarker.FreeMarkerAction
Obtiene el Template del objeto Cfg
@param String
@return 
@throws IOException
public Template getTemplateWriter(String temp) throws IOException {}  
org.psanz.freemarker.FreeMarkerAction

@return 
@throws 
public boolean isSessionAlive() {}  
org.psanz.freemarker.FreeMarkerAction
@param boolean
@return 
@throws 
public void setSessionAlive(boolean sessionAlive) {}  
org.psanz.freemarker.FreeMarkerAction
Enví el Template al Writer del response
@param Template
@return 
@throws IOException, TemplateException
public Result templateToWriter(Template template) throws IOException, TemplateException {}  
org.psanz.freemarker.FreeMarkerAction

@return 
@throws 
public Result toAjaxLogin() {}