站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.4 API 英文版文档

WindowLocation - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.theme.strategy
Class WindowLocation

java.lang.Object
  extended byorg.jboss.portal.theme.strategy.WindowLocation

public final class WindowLocation
extends java.lang.Object

local wrapper for the window context to prevent the strategy to directly manipulate the window context.


Constructor Summary
WindowLocation(WindowContext windowContext)
           
 
Method Summary
 int getOrder()
           
 java.lang.String getRegionName()
           
 java.lang.String getWindowId()
           
 java.lang.String getWindowName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowLocation

public WindowLocation(WindowContext windowContext)
Method Detail

getWindowId

public java.lang.String getWindowId()

getWindowName

public java.lang.String getWindowName()

getRegionName

public java.lang.String getRegionName()

getOrder

public int getOrder()