de.iqser.factory
Interface RenderingFactoryIF

All Known Implementing Classes:
DefaultFactory, DMSFactory, HTMLFactory

public interface RenderingFactoryIF


Method Summary
 List<String[]> getAttributes()
           
 String getDisplayTitle()
           
 String getJSP()
           
 String getModificationDate()
           
 float getScore()
           
 String getText()
           
 String getText(int maxLength)
           
 String getType()
           
 String getURL()
           
 void init(String iqserWebserviceUrl, int contentId)
           
 

Method Detail

init

void init(String iqserWebserviceUrl,
          int contentId)

getDisplayTitle

String getDisplayTitle()

getType

String getType()

getURL

String getURL()

getModificationDate

String getModificationDate()

getScore

float getScore()

getText

String getText()

getText

String getText(int maxLength)

getAttributes

List<String[]> getAttributes()

getJSP

String getJSP()


Copyright © 2011. All Rights Reserved.