Quantcast
Channel: Alfresco Forums - Alfresco Share
Viewing all articles
Browse latest Browse all 877

Call Java class when click on a new "Document Action"

$
0
0

hello all,

Could you help me.

I develop a java class named "Webscript"

Webscript.java:
------------------------------

public class TestWebscript extends AbstractWebScript
{

@Override
public void execute(WebScriptRequest req, WebScriptResponse res) throws IOException {

System.out.println("Hellooooo from JAVA");
}
}

I would to call this class when I click on a new "Document Action"

Thanks a lot.

Best Regards
Root4js


Viewing all articles
Browse latest Browse all 877

Trending Articles