Class AuthPermissionsTag

java.lang.Object
org.noear.solon.view.freemarker.tags.AuthPermissionsTag
All Implemented Interfaces:
freemarker.template.TemplateDirectiveModel, freemarker.template.TemplateModel

public class AuthPermissionsTag extends Object implements freemarker.template.TemplateDirectiveModel
Since:
1.4
Author:
noear
  • Field Summary

    Fields inherited from interface freemarker.template.TemplateModel

    NOTHING
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(freemarker.core.Environment env, Map map, freemarker.template.TemplateModel[] templateModels, freemarker.template.TemplateDirectiveBody body)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AuthPermissionsTag

      public AuthPermissionsTag()
  • Method Details

    • execute

      public void execute(freemarker.core.Environment env, Map map, freemarker.template.TemplateModel[] templateModels, freemarker.template.TemplateDirectiveBody body) throws freemarker.template.TemplateException, IOException
      Specified by:
      execute in interface freemarker.template.TemplateDirectiveModel
      Throws:
      freemarker.template.TemplateException
      IOException