Example usage for org.apache.shiro.web.tags RoleTag subclass-usage

List of usage examples for org.apache.shiro.web.tags RoleTag subclass-usage

Introduction

In this page you can find the example usage for org.apache.shiro.web.tags RoleTag subclass-usage.

Usage

From source file com.glaf.shiro.tag.HasAnyRolesOrPermissionsTag.java

public class HasAnyRolesOrPermissionsTag extends RoleTag {

    private static final long serialVersionUID = 1L;

    private static final String NAMES_DELIMETER = ",";