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