org.osivia.nuxeo.component
Class FragmentDescriptor
java.lang.Object
org.osivia.nuxeo.component.FragmentDescriptor
- All Implemented Interfaces:
- java.io.Serializable
public class FragmentDescriptor
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
protected Fragment instance
fragmentClass
protected java.lang.Class fragmentClass
code
protected java.lang.String code
layout
protected java.lang.String layout
title
protected java.lang.String title
FragmentDescriptor
public FragmentDescriptor()
initFragment
public void initFragment()
throws java.lang.Exception
- Throws:
java.lang.Exception
getInstance
public Fragment getInstance()
- Returns:
- the instance
getCode
public java.lang.String getCode()
- Returns:
- the code
getLayout
public java.lang.String getLayout()
- Returns:
- the layout
getTitle
public java.lang.String getTitle()
- Returns:
- the title
Copyright © 2013. All Rights Reserved.