org.enhydra.barracuda.core.comp.renderer
Class RenderStrategy

java.lang.Object
  |
  +--org.enhydra.barracuda.core.comp.renderer.RenderStrategy

public class RenderStrategy
extends java.lang.Object

This interface defines several basic render strategies. NEVER_SCRIPT indicates that we want to avoid scripting at all costs, even if the client supports it. SCRIPT_AS_NEEDED indicates the renderer should feel free to use scripting as desired (assuming the client supports it of course).


Field Summary
static RenderStrategy DEFAULT_RENDER_STRATEGY
           
static RenderStrategy NEVER_SCRIPT
           
static RenderStrategy SCRIPT_AS_NEEDED
           
 
Constructor Summary
protected RenderStrategy()
          Protected constructor to prevent external instantiation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCRIPT_AS_NEEDED

public static final RenderStrategy SCRIPT_AS_NEEDED

NEVER_SCRIPT

public static final RenderStrategy NEVER_SCRIPT

DEFAULT_RENDER_STRATEGY

public static RenderStrategy DEFAULT_RENDER_STRATEGY
Constructor Detail

RenderStrategy

protected RenderStrategy()
Protected constructor to prevent external instantiation



Copyright © 2001 Enhydra.org