Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

nectar.template.blocks
Class BlockView  view BlockView download BlockView.java

java.lang.Object
  extended bynectar.template.blocks.BlockView
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LoginBlockView, SearchBlockView, UserLinksBlockView

public class BlockView
extends java.lang.Object
implements java.io.Serializable


Field Summary
private  java.lang.String jsp
           
protected  java.lang.Long project
           
protected  javax.servlet.http.HttpServletRequest request
           
 
Constructor Summary
BlockView()
           
 
Method Summary
 java.lang.String getJSP()
           
 void init()
           
 void setJSP(java.lang.String jsp)
           
 void setProject(java.lang.Long project)
           
 void setRequest(javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

request

protected javax.servlet.http.HttpServletRequest request

project

protected java.lang.Long project

jsp

private java.lang.String jsp
Constructor Detail

BlockView

public BlockView()
Method Detail

setJSP

public void setJSP(java.lang.String jsp)

getJSP

public java.lang.String getJSP()

setRequest

public final void setRequest(javax.servlet.http.HttpServletRequest request)

setProject

public final void setProject(java.lang.Long project)

init

public void init()
          throws nectar.data.DataException