|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.security.microcontainer.beans.metadata.BaseModuleMetaData
org.jboss.security.microcontainer.beans.metadata.MappingModuleMetaData
public class MappingModuleMetaData
This class extends the BaseModuleMetaData
to add the metadata needed to build a MappingPolicyModule
.
Field Summary |
---|
Fields inherited from class org.jboss.security.microcontainer.beans.metadata.BaseModuleMetaData |
---|
code, moduleOptions |
Constructor Summary | |
---|---|
MappingModuleMetaData()
|
Method Summary | |
---|---|
org.jboss.beans.metadata.spi.BeanMetaData |
getBean(String moduleName)
Overrides the superclass method to create a BeanMetaDataObject that will be used by the microcontainer to
generate an instance of MappingPolicyModule . |
String |
getType()
Obtains the type of mapping performed by the mapping module. |
void |
setType(String type)
Sets the type of mapping performed by the mapping module. |
Methods inherited from class org.jboss.security.microcontainer.beans.metadata.BaseModuleMetaData |
---|
getCode, getModuleOptions, setCode, setModuleOptions |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MappingModuleMetaData()
Method Detail |
---|
public String getType()
Obtains the type of mapping performed by the mapping module.
String
representing the type of mapping executed by the mapping module.public void setType(String type)
Sets the type of mapping performed by the mapping module.
type
- a String
representing the type of mapping.public org.jboss.beans.metadata.spi.BeanMetaData getBean(String moduleName)
Overrides the superclass method to create a BeanMetaDataObject
that will be used by the microcontainer to
generate an instance of MappingPolicyModule
.
getBean
in class BaseModuleMetaData
moduleName
- the name of the module bean to be created.
BeanMetaData
object containing the metadata needed to create the module bean.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |