Uses of Class
com.vaadin.copilot.AccessRequirement
Packages that use AccessRequirement
-
Uses of AccessRequirement in com.vaadin.copilot
Methods in com.vaadin.copilot that return AccessRequirementModifier and TypeMethodDescriptionstatic AccessRequirementAccessRequirementUtil.getAccessRequirement(AnnotatedElement annotatedClassOrMethod, AnnotatedElement fallback) Get the access requirement for the given annotated class or method based on its annotations.Methods in com.vaadin.copilot with parameters of type AccessRequirementModifier and TypeMethodDescriptionvoidRouteCreator.createFlowView(String route, AccessRequirement accessRequirement, Class<?> layoutClass) Creates a Flow view for the given route using the given access requirement.voidRouteCreator.createHillaView(String route, AccessRequirement accessRequirement) Creates a Hilla view for the given route using the given access requirement.