|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.layout.UserLayoutManagerFactory
A factory class for obtaining IUserLayoutManager
implementations.
Constructor Summary | |
UserLayoutManagerFactory()
|
Method Summary | |
static IUserLayoutManager |
getUserLayoutManager(IPerson person,
UserProfile profile)
Obtain a regular user layout manager implementation |
static IUserLayoutManager |
immutableUserLayoutManager(IUserLayoutManager man)
Returns an immutable version of a user layout manager. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UserLayoutManagerFactory()
Method Detail |
public static IUserLayoutManager getUserLayoutManager(IPerson person, UserProfile profile) throws PortalException
IUserLayoutManager
value
PortalException
public static IUserLayoutManager immutableUserLayoutManager(IUserLayoutManager man) throws PortalException
man
- an IUserLayoutManager
value
IUserLayoutManager
value
PortalException
- if an error occurs
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |