Class AnnotationJoinResourcePathResolver

java.lang.Object
org.ocpsoft.rewrite.annotation.resolver.AnnotationJoinResourcePathResolver
All Implemented Interfaces:
org.ocpsoft.common.pattern.Weighted, org.ocpsoft.rewrite.servlet.spi.ResourcePathResolver

public class AnnotationJoinResourcePathResolver extends Object implements org.ocpsoft.rewrite.servlet.spi.ResourcePathResolver
Implementation of ResourcePathResolver that looks for Join annotations on the target class.
Author:
Christian Kaltepoth
  • Constructor Details

    • AnnotationJoinResourcePathResolver

      public AnnotationJoinResourcePathResolver()
  • Method Details

    • resolveFrom

      public String resolveFrom(Class<?> clazz)
      Specified by:
      resolveFrom in interface org.ocpsoft.rewrite.servlet.spi.ResourcePathResolver
    • priority

      public int priority()
      Specified by:
      priority in interface org.ocpsoft.common.pattern.Weighted