| 
 | ||||||||||
| 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 String | REVISION | 
| Constructor Summary | |
|---|---|
| WikiRenderingHints()Creates a new WikiRenderingHints with the default values. | |
| WikiRenderingHints(String css,
                   boolean isSpan)Creates a new WikiRenderingHints with the specified values | |
| WikiRenderingHints(String css,
                   boolean isSpan,
                   String baseURL)Creates a new WikiRenderingHints with the specified values | |
| Method Summary | |
|---|---|
|  Object | getAttribute(String name)Get a rendering attribute. | 
|  Map | getAttributeMap()Returns the attributeMap used to store extra rendering options. | 
|  String | getBaseUrl()Return the optionnal base URL used during rendering | 
|  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(String name,
             Object value)Set a rendering attribute. | 
|  void | setAttributeMap(Map attributeMap)Set the attributeMap used to store extra rendering options. | 
|  void | setBaseUrl(String baseURL)Set the base URL to use in all generated links. | 
|  void | setCss(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 String REVISION
| Constructor Detail | 
|---|
public WikiRenderingHints()
public WikiRenderingHints(String css,
                          boolean isSpan)
css - the name of the CSS class to useisSpan - if true generate a span instead of div
public WikiRenderingHints(String css,
                          boolean isSpan,
                          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(String css)
css - one or more css class.public String getCss()
public void setSpan(boolean isSpan)
isSpan - true to use a span, false to use a div.public boolean isSpan()
public void setBaseUrl(String baseURL)
baseURL - the base URL of the site, ending with a
        slash, such as http://mysite.com/mywebapp/public String getBaseUrl()
public Map getAttributeMap()
public void setAttributeMap(Map attributeMap)
attributeMap - the attributeMap.
public void setAttribute(String name,
                         Object value)
name - the attribute's key.value - the attribute's value.public Object getAttribute(String name)
name - the attribute's name.
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||