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 Objectexecute(ViewFunctionParams params)StringgetName()
-
-
-
Method Detail
-
getName
String getName()
-
execute
Object execute(ViewFunctionParams params)
-
-