Skip navigation links
A B C D E F G H L M O P R S T U V 

A

addTag(String) - Method in class org.shredzone.flattr4j.web.tag.ButtonTag
 
addTags(Collection<String>) - Method in class org.shredzone.flattr4j.web.tag.ButtonTag
 
attribute(String, String) - Method in class org.shredzone.flattr4j.web.builder.ButtonBuilder
Adds a custom HTML attribute to the generated link tag.
attribute(String, String) - Method in class org.shredzone.flattr4j.web.builder.StaticButtonBuilder
Adds a custom HTML attribute to the generated link tag.
Attributed - Interface in org.shredzone.flattr4j.web.tag
Interface for tags that accept nested AttributeTag for HTML attributes.
AttributeTag - Class in org.shredzone.flattr4j.web.tag
An optional HTML attribute for the parent tag.
AttributeTag() - Constructor for class org.shredzone.flattr4j.web.tag.AttributeTag
 

B

badge(BadgeType) - Method in class org.shredzone.flattr4j.web.builder.StaticButtonBuilder
Selects the badge type to be used.
BadgeType - Enum in org.shredzone.flattr4j.web
Enumeration of static Flattr badges that can be used.
badgeUrl(String) - Method in class org.shredzone.flattr4j.web.builder.StaticButtonBuilder
A URL to a custom badge image.
badgeUrl(URL) - Method in class org.shredzone.flattr4j.web.builder.StaticButtonBuilder
A URL to a custom badge image.
bare() - Method in class org.shredzone.flattr4j.web.builder.LoaderBuilder
The builder will return a bare javascript, without an enclosing <script> tag.
baseUrl(String) - Method in class org.shredzone.flattr4j.web.builder.LoaderBuilder
Sets the base URL of the Flattr API.
button(ButtonType) - Method in class org.shredzone.flattr4j.web.builder.ButtonBuilder
Selects the button type to be used.
button(ButtonType) - Method in class org.shredzone.flattr4j.web.builder.LoaderBuilder
Sets the default button type to be used.
ButtonBuilder - Class in org.shredzone.flattr4j.web.builder
Builds a Flattr button tag.
ButtonBuilder() - Constructor for class org.shredzone.flattr4j.web.builder.ButtonBuilder
 
ButtonTag - Class in org.shredzone.flattr4j.web.tag
A button to a Flattr thing.
ButtonTag() - Constructor for class org.shredzone.flattr4j.web.tag.ButtonTag
 
ButtonType - Enum in org.shredzone.flattr4j.web
Type of Flattr button to be used.

C

category(CategoryId) - Method in class org.shredzone.flattr4j.web.builder.ButtonBuilder
The category the thing is categorized with.
category(CategoryId) - Method in class org.shredzone.flattr4j.web.builder.LoaderBuilder
Sets the default Category.
computeHash(String) - Static method in class org.shredzone.flattr4j.web.partner.EmailUserIdentifier
Converts an email address to a md5 hash.

D

description(String) - Method in class org.shredzone.flattr4j.web.builder.ButtonBuilder
Description of the thing.
descriptionTruncate(String) - Method in class org.shredzone.flattr4j.web.builder.ButtonBuilder
Convenience method that automatically truncates the description to its maximum accepted length.
disposeBuilder() - Method in class org.shredzone.flattr4j.web.tag.ButtonTag
Disposes the builder instance.
disposeBuilder() - Method in class org.shredzone.flattr4j.web.tag.LoaderTag
Disposes the builder instance.
disposeBuilder() - Method in class org.shredzone.flattr4j.web.tag.StaticTag
Disposes the builder instance.
doEndTag() - Method in class org.shredzone.flattr4j.web.tag.AttributeTag
 
doEndTag() - Method in class org.shredzone.flattr4j.web.tag.ButtonTag
 
doEndTag() - Method in class org.shredzone.flattr4j.web.tag.LoaderTag
 
doEndTag() - Method in class org.shredzone.flattr4j.web.tag.StaticTag
 
doEndTag() - Method in class org.shredzone.flattr4j.web.tag.TagTag
 
doStartTag() - Method in class org.shredzone.flattr4j.web.tag.AttributeTag
 
doStartTag() - Method in class org.shredzone.flattr4j.web.tag.ButtonTag
 
doStartTag() - Method in class org.shredzone.flattr4j.web.tag.LoaderTag
 
doStartTag() - Method in class org.shredzone.flattr4j.web.tag.StaticTag
 
doStartTag() - Method in class org.shredzone.flattr4j.web.tag.TagTag
 

E

EmailUserIdentifier - Class in org.shredzone.flattr4j.web.partner
A UserIdentifier for identifying a user by email address.
EmailUserIdentifier(String) - Constructor for class org.shredzone.flattr4j.web.partner.EmailUserIdentifier
Creates a new UserIdentifier for email.

F

findAncestorWithType(Tag, Class<T>) - Static method in class org.shredzone.flattr4j.web.tag.TagUtils
Finds an ancestor tag of the given type.

G

GenericUserIdentifier - Class in org.shredzone.flattr4j.web.partner
A generic UserIdentifier implementation.
GenericUserIdentifier(String) - Constructor for class org.shredzone.flattr4j.web.partner.GenericUserIdentifier
Creates a new, generic UserIdentifier.
getHeight() - Method in enum org.shredzone.flattr4j.web.BadgeType
Image height of the badge.
getHeight() - Method in enum org.shredzone.flattr4j.web.ButtonType
Image height of the button.
getUrl() - Method in enum org.shredzone.flattr4j.web.BadgeType
Gets the URL of a static badge image.
getUserIdentifier() - Method in class org.shredzone.flattr4j.web.partner.EmailUserIdentifier
 
getUserIdentifier() - Method in class org.shredzone.flattr4j.web.partner.GenericUserIdentifier
 
getWidth() - Method in enum org.shredzone.flattr4j.web.BadgeType
Image width of the badge.
getWidth() - Method in enum org.shredzone.flattr4j.web.ButtonType
Image width of the button.

H

hidden() - Method in class org.shredzone.flattr4j.web.builder.ButtonBuilder
The thing shall not be listed at Flattr.
html5() - Method in class org.shredzone.flattr4j.web.builder.ButtonBuilder
Generate a HTML5 compliant button.
https() - Method in class org.shredzone.flattr4j.web.builder.LoaderBuilder
Use https for loading Flattr resources (javascripts, images etc).

L

language(LanguageId) - Method in class org.shredzone.flattr4j.web.builder.ButtonBuilder
Specifies the language the thing is published in.
language(LanguageId) - Method in class org.shredzone.flattr4j.web.builder.LoaderBuilder
Sets the default Language.
LoaderBuilder - Class in org.shredzone.flattr4j.web.builder
Builds the JavaScript loader for the Flattr API.
LoaderBuilder() - Constructor for class org.shredzone.flattr4j.web.builder.LoaderBuilder
 
LoaderTag - Class in org.shredzone.flattr4j.web.tag
A tag that creates the JavaScript loader tag.
LoaderTag() - Constructor for class org.shredzone.flattr4j.web.tag.LoaderTag
 

M

manual() - Method in class org.shredzone.flattr4j.web.builder.LoaderBuilder
The Flattr API will not be initialized automatically, but requires a manual invocation of FlattrLoader.setup().

O

org.shredzone.flattr4j.web - package org.shredzone.flattr4j.web
 
org.shredzone.flattr4j.web.builder - package org.shredzone.flattr4j.web.builder
 
org.shredzone.flattr4j.web.partner - package org.shredzone.flattr4j.web.partner
 
org.shredzone.flattr4j.web.tag - package org.shredzone.flattr4j.web.tag
 

P

popout(boolean) - Method in class org.shredzone.flattr4j.web.builder.ButtonBuilder
Sets whether to override the popout default and show a popout when hovering with the mouse over the button.
popout(boolean) - Method in class org.shredzone.flattr4j.web.builder.LoaderBuilder
Sets whether to override the popout default and show a popout when hovering with the mouse over the button.
prefix(String) - Method in class org.shredzone.flattr4j.web.builder.ButtonBuilder
Sets a HTML5 key prefix.
prefix(String) - Method in class org.shredzone.flattr4j.web.builder.LoaderBuilder
Sets a HTML5 key prefix.

R

revsharekey(String) - Method in class org.shredzone.flattr4j.web.builder.ButtonBuilder
Sets the revenue share key to be used.

S

setAttribute(String, String) - Method in interface org.shredzone.flattr4j.web.tag.Attributed
Sets the HTML attribute from a sub AttributeTag.
setAttribute(String, String) - Method in class org.shredzone.flattr4j.web.tag.ButtonTag
 
setAttribute(String, String) - Method in class org.shredzone.flattr4j.web.tag.StaticTag
 
setBadge(Object) - Method in class org.shredzone.flattr4j.web.tag.StaticTag
 
setBadgeUrl(String) - Method in class org.shredzone.flattr4j.web.tag.StaticTag
 
setBare(boolean) - Method in class org.shredzone.flattr4j.web.tag.LoaderTag
 
setButton(Object) - Method in class org.shredzone.flattr4j.web.tag.ButtonTag
 
setButton(Object) - Method in class org.shredzone.flattr4j.web.tag.LoaderTag
 
setCategory(Object) - Method in class org.shredzone.flattr4j.web.tag.ButtonTag
 
setCategory(Object) - Method in class org.shredzone.flattr4j.web.tag.LoaderTag
 
setDescription(String) - Method in class org.shredzone.flattr4j.web.tag.ButtonTag
 
setHidden(boolean) - Method in class org.shredzone.flattr4j.web.tag.ButtonTag
 
setHtml5(boolean) - Method in class org.shredzone.flattr4j.web.tag.ButtonTag
 
setHttps(boolean) - Method in class org.shredzone.flattr4j.web.tag.LoaderTag
 
setLanguage(Object) - Method in class org.shredzone.flattr4j.web.tag.ButtonTag
 
setLanguage(Object) - Method in class org.shredzone.flattr4j.web.tag.LoaderTag
 
setList(Collection<String>) - Method in class org.shredzone.flattr4j.web.tag.TagTag
 
setManual(boolean) - Method in class org.shredzone.flattr4j.web.tag.LoaderTag
 
setName(String) - Method in class org.shredzone.flattr4j.web.tag.AttributeTag
 
setPopout(boolean) - Method in class org.shredzone.flattr4j.web.tag.ButtonTag
 
setPopout(boolean) - Method in class org.shredzone.flattr4j.web.tag.LoaderTag
 
setPrefix(String) - Method in class org.shredzone.flattr4j.web.tag.ButtonTag
 
setPrefix(String) - Method in class org.shredzone.flattr4j.web.tag.LoaderTag
 
setRevsharekey(String) - Method in class org.shredzone.flattr4j.web.tag.ButtonTag
 
setScope(String) - Method in class org.shredzone.flattr4j.web.tag.ButtonTag
 
setScope(String) - Method in class org.shredzone.flattr4j.web.tag.LoaderTag
 
setScope(String) - Method in class org.shredzone.flattr4j.web.tag.StaticTag
 
setScopedAttribute(PageContext, String, Object, String) - Static method in class org.shredzone.flattr4j.web.tag.TagUtils
Set an attribute with the given scope.
setStyle(String) - Method in class org.shredzone.flattr4j.web.tag.ButtonTag
 
setStyle(String) - Method in class org.shredzone.flattr4j.web.tag.StaticTag
 
setStyleClass(String) - Method in class org.shredzone.flattr4j.web.tag.ButtonTag
 
setStyleClass(String) - Method in class org.shredzone.flattr4j.web.tag.StaticTag
 
setThing(Object) - Method in class org.shredzone.flattr4j.web.tag.StaticTag
 
setTitle(String) - Method in class org.shredzone.flattr4j.web.tag.ButtonTag
 
setupBuilder() - Method in class org.shredzone.flattr4j.web.tag.ButtonTag
Creates a new builder instance, if not already done.
setupBuilder() - Method in class org.shredzone.flattr4j.web.tag.LoaderTag
Creates a new builder instance, if not already done.
setupBuilder() - Method in class org.shredzone.flattr4j.web.tag.StaticTag
Creates a new builder instance, if not already done.
setUrl(String) - Method in class org.shredzone.flattr4j.web.tag.ButtonTag
 
setUser(Object) - Method in class org.shredzone.flattr4j.web.tag.ButtonTag
 
setUser(Object) - Method in class org.shredzone.flattr4j.web.tag.LoaderTag
 
setValue(String) - Method in class org.shredzone.flattr4j.web.tag.AttributeTag
 
setValue(String) - Method in class org.shredzone.flattr4j.web.tag.TagTag
 
setVar(String) - Method in class org.shredzone.flattr4j.web.tag.ButtonTag
 
setVar(String) - Method in class org.shredzone.flattr4j.web.tag.LoaderTag
 
setVar(String) - Method in class org.shredzone.flattr4j.web.tag.StaticTag
 
StaticButtonBuilder - Class in org.shredzone.flattr4j.web.builder
Builds a static Flattr button tag.
StaticButtonBuilder() - Constructor for class org.shredzone.flattr4j.web.builder.StaticButtonBuilder
 
StaticTag - Class in org.shredzone.flattr4j.web.tag
A static button to a Flattr thing.
StaticTag() - Constructor for class org.shredzone.flattr4j.web.tag.StaticTag
 
style(String) - Method in class org.shredzone.flattr4j.web.builder.ButtonBuilder
CSS style to be used.
style(String) - Method in class org.shredzone.flattr4j.web.builder.StaticButtonBuilder
CSS style to be used.
styleClass(String) - Method in class org.shredzone.flattr4j.web.builder.ButtonBuilder
CSS class to be used.
styleClass(String) - Method in class org.shredzone.flattr4j.web.builder.StaticButtonBuilder
CSS class to be used.

T

tag(String) - Method in class org.shredzone.flattr4j.web.builder.ButtonBuilder
A tag that further describes the thing.
tags(Collection<String>) - Method in class org.shredzone.flattr4j.web.builder.ButtonBuilder
Convenience method that adds a collection of tags.
TagTag - Class in org.shredzone.flattr4j.web.tag
An optional tag for the parent button tag.
TagTag() - Constructor for class org.shredzone.flattr4j.web.tag.TagTag
 
TagUtils - Class in org.shredzone.flattr4j.web.tag
Utility methods for tag libraries.
thing(Thing) - Method in class org.shredzone.flattr4j.web.builder.ButtonBuilder
Initializes the builder based on the given Thing.
thing(Submission) - Method in class org.shredzone.flattr4j.web.builder.ButtonBuilder
Initializes the builder based on the given Submission.
thing(String) - Method in class org.shredzone.flattr4j.web.builder.StaticButtonBuilder
Link to the Thing page at Flattr.
thing(AutoSubmission) - Method in class org.shredzone.flattr4j.web.builder.StaticButtonBuilder
Link to the Thing page at Flattr by AutoSubmission.
thing(Thing) - Method in class org.shredzone.flattr4j.web.builder.StaticButtonBuilder
Link to the Thing page at Flattr.
title(String) - Method in class org.shredzone.flattr4j.web.builder.ButtonBuilder
Title of the thing.
toString() - Method in class org.shredzone.flattr4j.web.builder.ButtonBuilder
Builds a button of the current setup.
toString() - Method in class org.shredzone.flattr4j.web.builder.LoaderBuilder
Builds a loader script of the current setup.
toString() - Method in class org.shredzone.flattr4j.web.builder.StaticButtonBuilder
Builds a static button tag of the current setup.

U

url(String) - Method in class org.shredzone.flattr4j.web.builder.ButtonBuilder
Unique URL to the thing.
url(URL) - Method in class org.shredzone.flattr4j.web.builder.ButtonBuilder
Unique URL to the thing.
user(UserId) - Method in class org.shredzone.flattr4j.web.builder.ButtonBuilder
User who published the thing.
user(UserId) - Method in class org.shredzone.flattr4j.web.builder.LoaderBuilder
Sets the default User.

V

valueOf(String) - Static method in enum org.shredzone.flattr4j.web.BadgeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.shredzone.flattr4j.web.ButtonType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.shredzone.flattr4j.web.BadgeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.shredzone.flattr4j.web.ButtonType
Returns an array containing the constants of this enum type, in the order they are declared.
version(String) - Method in class org.shredzone.flattr4j.web.builder.LoaderBuilder
Sets the API version to be used.
A B C D E F G H L M O P R S T U V 
Skip navigation links

Copyright © 2010–2017. All rights reserved.