org.osivia.nuxeo.fragment
Class FragmentActionBean

java.lang.Object
  extended by org.osivia.nuxeo.fragment.GenericActionBean
      extended by org.osivia.nuxeo.fragment.FragmentActionBean

@Name(value="fragmentBean")
@Scope(value=CONVERSATION)
@Install(precedence=30)
public class FragmentActionBean
extends GenericActionBean

Bean for managing fragments in the page

Author:
loic

Field Summary
 
Fields inherited from class org.osivia.nuxeo.fragment.GenericActionBean
resourcesAccessor
 
Constructor Summary
FragmentActionBean()
           
 
Method Summary
 java.lang.String dispatchCreation(java.lang.String code)
          Prepare and display the creation view
 java.lang.String getBelowUri()
           
 FragmentDescriptor getDescriptor()
           
 java.util.Map<java.lang.String,java.lang.String> getListViewsParam()
           
 java.lang.String getRegion()
           
 java.lang.String getUri()
           
 void initDescriptor()
          Prepare and display the current fragment's informations
 void setBelowUri(java.lang.String belowUri)
           
 void setRegion(java.lang.String region)
           
 void setUri(java.lang.String uri)
           
 void startUp()
           
 
Methods inherited from class org.osivia.nuxeo.fragment.GenericActionBean
addMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FragmentActionBean

public FragmentActionBean()
Method Detail

getUri

public java.lang.String getUri()
Returns:
the uri

setUri

public void setUri(java.lang.String uri)
Parameters:
uri - the uri to set

getRegion

public java.lang.String getRegion()
Returns:
the region

setRegion

public void setRegion(java.lang.String region)
Parameters:
region - the region to set

getBelowUri

public java.lang.String getBelowUri()
Returns:
the belowUri

setBelowUri

public void setBelowUri(java.lang.String belowUri)
Parameters:
belowUri - the belowUri to set

getListViewsParam

public java.util.Map<java.lang.String,java.lang.String> getListViewsParam()
Returns:
the listViewsParam

getDescriptor

public FragmentDescriptor getDescriptor()
Returns:
the descriptor

dispatchCreation

public java.lang.String dispatchCreation(java.lang.String code)
Prepare and display the creation view

Parameters:
code - the code of the nuxeo fragment object
Returns:
????

initDescriptor

public void initDescriptor()
Prepare and display the current fragment's informations


startUp

@Create
public void startUp()


Copyright © 2013. All Rights Reserved.