|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jalios.jcms.WikiRenderingHints
public class WikiRenderingHints
Contains rendering hints used by the WikiRenderer.
| Field Summary | |
|---|---|
static java.lang.String |
REVISION
|
| Constructor Summary | |
|---|---|
WikiRenderingHints()
Creates a new WikiRenderingHints with the default values. |
|
WikiRenderingHints(java.lang.String css,
boolean isSpan)
Creates a new WikiRenderingHints with the specified values |
|
WikiRenderingHints(java.lang.String css,
boolean isSpan,
java.lang.String baseURL)
Creates a new WikiRenderingHints with the specified values |
|
| Method Summary | |
|---|---|
java.lang.Object |
getAttribute(java.lang.String name)
Get a rendering attribute. |
java.util.Map |
getAttributeMap()
Returns the attributeMap used to store extra rendering options. |
java.lang.String |
getBaseUrl()
Return the optionnal base URL used during rendering |
java.lang.String |
getCss()
Returns the css class(es) used during the rendering. |
boolean |
isSpan()
Returns whether a span or a div is used durint rendering. |
void |
setAttribute(java.lang.String name,
java.lang.Object value)
Set a rendering attribute. |
void |
setAttributeMap(java.util.Map attributeMap)
Set the attributeMap used to store extra rendering options. |
void |
setBaseUrl(java.lang.String baseURL)
Set the base URL to use in all generated links. |
void |
setCss(java.lang.String css)
Set the css to use in the surrounding html div/span generated by the rendering. |
void |
setSpan(boolean isSpan)
Set whether a div or span should be used during the rendering. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String REVISION
| Constructor Detail |
|---|
public WikiRenderingHints()
public WikiRenderingHints(java.lang.String css,
boolean isSpan)
css - the name of the CSS class to useisSpan - if true generate a span instead of div
public WikiRenderingHints(java.lang.String css,
boolean isSpan,
java.lang.String baseURL)
css - the name of the CSS class to useisSpan - if true generate a span instead of divbaseURL - if specified, this baseURL will be used to generate
absolute link instead of the usual relative links. leave to null.| Method Detail |
|---|
public void setCss(java.lang.String css)
css - one or more css class.public java.lang.String getCss()
public void setSpan(boolean isSpan)
isSpan - true to use a span, false to use a div.public boolean isSpan()
public void setBaseUrl(java.lang.String baseURL)
baseURL - the base URL of the site, ending with a
slash, such as http://mysite.com/mywebapp/public java.lang.String getBaseUrl()
public java.util.Map getAttributeMap()
public void setAttributeMap(java.util.Map attributeMap)
attributeMap - the attributeMap.
public void setAttribute(java.lang.String name,
java.lang.Object value)
name - the attribute's key.value - the attribute's value.public java.lang.Object getAttribute(java.lang.String name)
name - the attribute's name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||