Class: Seasar::Container::InstanceDef

Inherits:
Object
  • Object
show all
Defined in:
lib/seasar/container/instance-def.rb

Constant Summary collapse

SINGLETON_NAME =
:singleton
PROTOTYPE_NAME =
:prototype
OUTER_NAME =
:outer

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name.



34
35
36
# File 'lib/seasar/container/instance-def.rb', line 34

def name
  @name
end

Instance Method Details

#create_component_deployer(component_def) ⇒ Object

  • args

    1. Seasar::Container::ComponentDef component_def

  • return

    • Seasar::Container::Deployer::AbstractComponentDeployer



32
33
# File 'lib/seasar/container/instance-def.rb', line 32

def create_component_deployer(component_def)
end