|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.pluto.portalImpl.om.page.impl.FragmentImpl
| Constructor Summary | |
FragmentImpl()
|
|
| Method Summary | |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FragmentImpl()
| Method Detail |
public java.lang.String getName()
Fragment
getName in interface Fragmentpublic void setName(java.lang.String name)
Fragment
setName in interface Fragmentname - the administrative namepublic java.lang.String getClassname()
Fragment
getClassname in interface Fragmentpublic void setClassname(java.lang.String classname)
Fragment
setClassname in interface Fragmentclassname - the classnamepublic java.lang.String getType()
Fragment
getType in interface Fragmentpublic void setType(java.lang.String type)
Fragment
setType in interface Fragmenttype - the typepublic Navigation getNavigation()
Fragment
getNavigation in interface Fragmentpublic void setNavigation(Navigation navigation)
Fragment
setNavigation in interface Fragmentnavigation - the navigational informationpublic java.util.Collection getFragments()
Fragment
getFragments in interface Fragmentpublic java.util.Collection getProperties()
Fragment
getProperties 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()
public java.lang.String toString(int indent)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||