org.ow2.dragon.ui.bricks
Class CodeSnippet

java.lang.Object
  extended by org.ow2.dragon.ui.bricks.CodeSnippet
All Implemented Interfaces:
org.ow2.opensuit.xml.base.html.IView, org.ow2.opensuit.xml.interfaces.IRenderable, org.ow2.opensuit.xmlmap.interfaces.IInitializable

@XmlElement
public class CodeSnippet
extends java.lang.Object
implements org.ow2.opensuit.xml.base.html.IView, org.ow2.opensuit.xmlmap.interfaces.IInitializable


Constructor Summary
CodeSnippet()
           
 
Method Summary
 java.lang.reflect.Type getValueGenericType()
           
 java.lang.Class<?> getValueType()
           
 void initialize(org.ow2.opensuit.xmlmap.interfaces.IInitializationSupport initSupport, org.ow2.opensuit.xmlmap.interfaces.IInstantiationContext instContext)
           
 void preRender(javax.servlet.http.HttpServletRequest iRequest)
           
 void render(javax.servlet.http.HttpServletRequest iRequest, javax.servlet.http.HttpServletResponse iResponse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeSnippet

public CodeSnippet()
Method Detail

initialize

public void initialize(org.ow2.opensuit.xmlmap.interfaces.IInitializationSupport initSupport,
                       org.ow2.opensuit.xmlmap.interfaces.IInstantiationContext instContext)
Specified by:
initialize in interface org.ow2.opensuit.xmlmap.interfaces.IInitializable

getValueGenericType

public java.lang.reflect.Type getValueGenericType()

getValueType

public java.lang.Class<?> getValueType()

preRender

public void preRender(javax.servlet.http.HttpServletRequest iRequest)
               throws java.lang.Exception
Specified by:
preRender in interface org.ow2.opensuit.xml.interfaces.IRenderable
Throws:
java.lang.Exception

render

public void render(javax.servlet.http.HttpServletRequest iRequest,
                   javax.servlet.http.HttpServletResponse iResponse)
            throws java.lang.Exception
Specified by:
render in interface org.ow2.opensuit.xml.interfaces.IRenderable
Throws:
java.lang.Exception


Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.