All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.manydesigns.portofino.pageactions.text.script_template.groovy Maven / Gradle / Ivy

package com.manydesigns.portofino.pageactions.text

import com.manydesigns.portofino.security.*

@RequiresPermissions(level = AccessLevel.VIEW)
class MyTextAction extends com.manydesigns.portofino.pageactions.text.TextAction {

    //Automatically generated on %{new java.util.Date()} by ManyDesigns Portofino
    //Write your code here

    @Override
    protected String computeTextFileName() {
        return super.computeTextFileName()
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy