org.jperdian.rss2.rendering
Class HtmlHelper

java.lang.Object
  |
  +--org.jperdian.rss2.rendering.HtmlHelper

public class HtmlHelper
extends java.lang.Object

Helps in the generation of HTML content

Author:
Christian Robert

Constructor Summary
HtmlHelper()
           
 
Method Summary
static java.lang.String getDefaultStyles()
          Gets the default styles to be used
static java.lang.String getImgTagFromResource(java.lang.String resource)
          Creates an IMG tag from the given source image resource location
static java.lang.String getImgTagFromResource(java.lang.String resource, java.lang.String additionalParameters)
          Creates an IMG tag from the given source image resource location
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlHelper

public HtmlHelper()
Method Detail

getImgTagFromResource

public static java.lang.String getImgTagFromResource(java.lang.String resource)
Creates an IMG tag from the given source image resource location


getImgTagFromResource

public static java.lang.String getImgTagFromResource(java.lang.String resource,
                                                     java.lang.String additionalParameters)
Creates an IMG tag from the given source image resource location


getDefaultStyles

public static java.lang.String getDefaultStyles()
Gets the default styles to be used