Interface CMSUrlResolver<T extends CMSItemModel>
-
- Type Parameters:
T- the type of the source item to resolve into a URL.
- All Known Implementing Classes:
DummyUrlPageResolver,LiveUrlPageResolver,PreviewUrlPageResolver
public interface CMSUrlResolver<T extends CMSItemModel>Interface used to resolve a URL path for a parametrized CMSItem sub-type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringresolve(T source)Resolve URL based onCMSItemModel
-
-
-
Method Detail
-
resolve
java.lang.String resolve(T source)
Resolve URL based onCMSItemModel
-
-