
org.ztemplates.actions.ZIUrlFactory Maven / Gradle / Ivy
package org.ztemplates.actions;
public interface ZIUrlFactory
{
// public ZUrl createUrl(Object act) throws Exception;
public String createUrl(Object action) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy