org.ocpsoft.rewrite.servlet.spi
Interface ResourcePathResolver
- All Superinterfaces:
- org.ocpsoft.common.pattern.Weighted
public interface ResourcePathResolver
- extends org.ocpsoft.common.pattern.Weighted
SPI which is responsible to resolve the server-side target resource assigned to a given Class.
- Author:
- Christian Kaltepoth, Lincoln Baxter, III
| Methods inherited from interface org.ocpsoft.common.pattern.Weighted |
priority |
resolveFrom
String resolveFrom(Class<?> clazz)
- Resolve the server side target resource. This should return the path to the resource as it would be requested from
the client. E.g.: "/pages/index.xhtml".
Copyright © 2013 OCPsoft. All Rights Reserved.