com.ldodds.foafamatic.save
Class ScreenGenerator

java.lang.Object
  |
  +--com.ldodds.foafamatic.save.Generator
        |
        +--com.ldodds.foafamatic.save.ScreenGenerator

public class ScreenGenerator
extends Generator

Author:
ldodds

Field Summary
 
Fields inherited from class com.ldodds.foafamatic.save.Generator
_thinlet, ADMIN_AGENT, ADMIN_ERRORS, ADMIN_URI
 
Constructor Summary
ScreenGenerator()
           
 
Method Summary
protected  void doGeneration()
           
 
Methods inherited from class com.ldodds.foafamatic.save.Generator
generate, getFOAFString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScreenGenerator

public ScreenGenerator()
Method Detail

doGeneration

protected void doGeneration()
Specified by:
doGeneration in class Generator
See Also:
Generator.doGeneration()