Package com.enonic.xp.portal.view
Interface ViewFunction
-
@PublicApi public interface ViewFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
execute(ViewFunctionParams params)
String
getName()
-
-
-
Method Detail
-
getName
String getName()
-
execute
Object execute(ViewFunctionParams params)
-
-