Yes, probably
Although your question really doesn't make any sense - you haven't given any useful context to it. You could be writing those lines on a page as text, writing a plugin, stuffing things into velocity - there's no sane answer to that question without knowing what you're trying to do and why you think you might need them
Hi Bryan,
I don't know, if I understand your question right, but of course you can import a java.util class.
Here's an example with java.util.x - Classes : http://www.hascode.com/2010/04/how-to-build-a-confluence-macro-plugin/
I did not test it, but maybe it helps you.
Best regards
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So, I need to sort a list of page... in java the object Collections can Sort the lists... Who can I implement this class in the user macro environment??? That's what I need... Please helppp... :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
maybe you should start reading here:
https://developer.atlassian.com/display/CONFDEV/Confluence+Developer+Documentation
or here:
https://developer.atlassian.com/display/CONFDEV/Confluence+Plugin+Guide
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thomas,
I Found a sentence to include a Class...
#set ($col=$action.class.forName('java.util.Collections'))
It works, thanks for your disposition :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.