메소드 | 설명 | |
---|---|---|
Parse_Query ( |
Parse the query and set the internal variables
|
메소드 | 설명 | |
---|---|---|
aggregation_querystring_analyze ( |
||
copy_remaining_segments_as_array ( List |
||
is_String_Number ( string TestString ) : bool |
Method checks to see if this string contains only numbers This just steps through each character in the string and tests with the Char.IsNumber method |
public static Parse_Query ( |
||
QueryString | QueryString collection passed from the main page | |
Navigator | Navigation object to hold the mode information | |
Base_URL | string | Requested base URL (without query string, etc..) |
User_Languages | string | Languages preferred by user, per their browser settings |
Code_Manager | List of valid collection codes, including mapping from the Sobek collections to Greenstone collections | |
Aggregation_Aliases | string>.Dictionary | List of all existing aliases for existing aggregationPermissions |
All_Items_Lookup | SobekCM.Engine_Library.ApplicationState.Item_Lookup_Object | [REF] Lookup object used to pull basic information about any item loaded into this library |
URL_Portals | List of all web portals into this system | |
WebHierarchy | Hierarchy of all non-aggregational web content pages and redirects | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
리턴 | void |