public class FragmentImpl extends java.lang.Object implements Fragment, java.io.Serializable
| Constructor and Description |
|---|
FragmentImpl() |
| Modifier and Type | Method and Description |
|---|---|
Fragment |
build(javax.servlet.ServletConfig config,
Fragment fragmentParent) |
java.lang.String |
getClassname()
Returns the classname of the class bound to this fragment.
|
java.util.Collection |
getFragments()
Returns all fragments used in this node.
|
java.lang.String |
getName()
Returns the administrative name of this fragment.
|
Navigation |
getNavigation()
Returns the navigational information linked with this fragment.
|
java.util.Collection |
getProperties()
Returns all properties describing this fragment.
|
java.lang.String |
getType()
Returns the type of the class bound to this fragment.
|
void |
setClassname(java.lang.String classname)
binds a classname to this fragment.
|
void |
setFragments(java.util.Collection fragments) |
void |
setName(java.lang.String name)
binds an administrative name to this fragment.
|
void |
setNavigation(Navigation navigation)
binds navigational information to this fragment.
|
void |
setType(java.lang.String type)
binds a type to this fragment.
|
java.lang.String |
toString() |
java.lang.String |
toString(int indent) |
public java.lang.String getName()
Fragmentpublic void setName(java.lang.String name)
Fragmentpublic java.lang.String getClassname()
FragmentgetClassname in interface Fragmentpublic void setClassname(java.lang.String classname)
FragmentsetClassname in interface Fragmentclassname - the classnamepublic java.lang.String getType()
Fragmentpublic void setType(java.lang.String type)
Fragmentpublic Navigation getNavigation()
FragmentgetNavigation in interface Fragmentpublic void setNavigation(Navigation navigation)
FragmentsetNavigation in interface Fragmentnavigation - the navigational informationpublic java.util.Collection getFragments()
FragmentgetFragments in interface Fragmentpublic java.util.Collection getProperties()
FragmentgetProperties in interface Fragmentpublic void setFragments(java.util.Collection fragments)
public Fragment build(javax.servlet.ServletConfig config, Fragment fragmentParent) throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toString(int indent)
Copyright © 2003-2013 . All Rights Reserved.