org.apache.bsf

Class BSFDeclaredBean


public class BSFDeclaredBean
extends java.lang.Object

BSFDeclaredBeans are used internally by BSF to encapsulate information being passed between a BSFManager and its various BSFEngines. Note that the constructor is not public because this is not a public class.
Authors:
Matthew J. Duftler
Sanjiva Weerawarana

Field Summary

java.lang.Object
bean
java.lang.String
name
java.lang.Class
type

Field Details

bean

public java.lang.Object bean

name

public java.lang.String name

type

public java.lang.Class type