|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TokenType | |
|---|---|
| com.atlassian.renderer | |
| com.atlassian.renderer.v2.macro | |
| com.atlassian.renderer.v2.macro.basic | |
| com.atlassian.renderer.v2.macro.code | |
| Uses of TokenType in com.atlassian.renderer |
|---|
| Methods in com.atlassian.renderer that return TokenType | |
|---|---|
static TokenType |
TokenType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TokenType[] |
TokenType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.atlassian.renderer with parameters of type TokenType | |
|---|---|
java.lang.String |
RenderedContentStore.addContent(java.lang.Object content,
TokenType type)
Add content to the store. |
java.lang.String |
RenderContext.addRenderedContent(java.lang.Object content,
TokenType type)
Convenience method so people don't have to keep retrieving the renderedcontentstore, but can still report whether their content is a block or inline fragment. |
| Uses of TokenType in com.atlassian.renderer.v2.macro |
|---|
| Methods in com.atlassian.renderer.v2.macro that return TokenType | |
|---|---|
TokenType |
Macro.getTokenType(java.util.Map<java.lang.String,java.lang.Object> parameters,
java.lang.String body,
RenderContext context)
Declares what sort of html elements are returned by the macro. |
TokenType |
BaseMacro.getTokenType(java.util.Map parameters,
java.lang.String body,
RenderContext context)
Declares what sort of html elements are returned by the macro. |
TokenType |
ResourceAwareMacroDecorator.getTokenType(java.util.Map parameters,
java.lang.String body,
RenderContext context)
|
| Uses of TokenType in com.atlassian.renderer.v2.macro.basic |
|---|
| Methods in com.atlassian.renderer.v2.macro.basic that return TokenType | |
|---|---|
TokenType |
NoformatMacro.getTokenType(java.util.Map parameters,
java.lang.String body,
RenderContext context)
|
| Uses of TokenType in com.atlassian.renderer.v2.macro.code |
|---|
| Methods in com.atlassian.renderer.v2.macro.code that return TokenType | |
|---|---|
TokenType |
CodeMacro.getTokenType(java.util.Map parameters,
java.lang.String body,
RenderContext context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||