|
||||||||||
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
public class 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 Fragment
public void setName(java.lang.String name)
Fragment
setName
in interface Fragment
name
- the administrative namepublic java.lang.String getClassname()
Fragment
getClassname
in interface Fragment
public void setClassname(java.lang.String classname)
Fragment
setClassname
in interface Fragment
classname
- the classnamepublic java.lang.String getType()
Fragment
getType
in interface Fragment
public void setType(java.lang.String type)
Fragment
setType
in interface Fragment
type
- the typepublic Navigation getNavigation()
Fragment
getNavigation
in interface Fragment
public void setNavigation(Navigation navigation)
Fragment
setNavigation
in interface Fragment
navigation
- the navigational informationpublic java.util.Collection getFragments()
Fragment
getFragments
in interface Fragment
public java.util.Collection getProperties()
Fragment
getProperties
in interface Fragment
public void setFragments(java.util.Collection fragments)
public Fragment build(javax.servlet.ServletConfig config, Fragment fragmentParent) throws java.lang.Exception
java.lang.Exception
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(int indent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |